Home
last modified time | relevance | path

Searched +full:18 +full:bpp (Results 1 – 24 of 24) sorted by relevance

/freebsd/usr.sbin/makefs/ffs/
H A Dbuf.c1 /* $NetBSD: buf.c,v 1.13 2004/06/20 22:20:18 jmc Exp $ */
58 struct m_buf **bpp) in bread() argument
64 assert (bpp != NULL); in bread()
69 *bpp = getblk(vp, blkno, size, 0, 0, 0); in bread()
70 offset = (off_t)(*bpp)->b_blkno * fs->sectorsize + fs->offset; in bread()
73 (long long)(*bpp)->b_blkno, (long long) offset, in bread()
74 (*bpp)->b_bcount); in bread()
75 if (lseek((*bpp)->b_fs->fd, offset, SEEK_SET) == -1) in bread()
77 (long long)(*bpp)->b_blkno, (long long)offset); in bread()
78 rv = read((*bpp)->b_fs->fd, (*bpp)->b_data, (size_t)(*bpp)->b_bcount); in bread()
[all …]
H A Dffs_balloc.c1 /* $NetBSD: ffs_balloc.c,v 1.13 2004/06/20 22:20:18 jmc Exp $ */
66 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct m_buf **bpp) in ffs_balloc() argument
69 return ffs_balloc_ufs2(ip, offset, bufsize, bpp); in ffs_balloc()
71 return ffs_balloc_ufs1(ip, offset, bufsize, bpp); in ffs_balloc()
76 struct m_buf **bpp) in ffs_balloc_ufs1() argument
93 if (bpp != NULL) { in ffs_balloc_ufs1()
94 *bpp = NULL; in ffs_balloc_ufs1()
133 if (bpp != NULL) { in ffs_balloc_ufs1()
135 fs->fs_bsize, NULL, bpp); in ffs_balloc_ufs1()
137 brelse(*bpp); in ffs_balloc_ufs1()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dimages121 >>18 string x "%s"
123 # last 18 bytes of newer tga file footer signature
124 >18 search/4261301/s TRUEVISION-XFILE.\0
917 >>18 uleshort x \b, %d x
941 >>18 ulelong x \b, %u x
961 >>18 ulelong x \b, %u x
982 >>18 ulelong x \b, %d x
1000 >>18 ulelong x \b, %d x
1020 >>>18 ulelong x \b, %d x
1023 >>>18 ulequad =0x0000019000000140 x
[all …]
H A Dpgf21 >>18 byte x %d bpp,
41 >>20 byte 18 gray scale 32,
H A Dfilesystems220 >>>>>>18 string =_ \b.
896 >>>>>468 search/18 \0
1285 #>>>>(0x1BC.s+12) ubyte 18 \b,%u/18 seconds
1286 >>>>(0x1BC.s+12) ubyte !18 \b,%u/18 seconds
1296 #>>>>(0x1BC.s+12) uleshort 18 \b,%u/18 seconds
1297 >>>>(0x1BC.s+12) uleshort !18 \b,%u/18 seconds
1446 # Normally the number of clusters is calculated by the values of BPP.
1832 # F0 1.44 MB 3.5-inch, 2-sided, 18-sector
2101 >28 byte 18 RTEMS/
2123 >29 byte 18 \bSTMicroelectronics ST200,
[all …]
H A Driff482 >>>>>>>(104.l+132) lelong 1 RLE 8bpp
845 >>18 beshort x \b, %d entries
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dmdp4.yaml64 This is only valid for 18bpp panels.
H A Dmdp4.txt42 used for LCDC. This is only valid for 18bpp panels.
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c88 #define CVT_MARGIN_PERCENTAGE 18 in drm_cvt_mode()
258 /* 18/16. Find actual vertical frame frequency */ in drm_cvt_mode()
301 #define GTF_MARGIN_PERCENTAGE 18 in drm_gtf_mode_complex()
396 /* 18.Find the ideal blanking duty cycle from blanking duty cycle */ in drm_gtf_mode_complex()
417 /* 18. Find the number of pixels in horizontal front porch period */ in drm_gtf_mode_complex()
987 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
998 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; in drm_mode_parse_command_line_for_connector() local
1030 bpp = simple_strtol(&name[i+1], NULL, 10); in drm_mode_parse_command_line_for_connector()
1129 mode->bpp = bpp; in drm_mode_parse_command_line_for_connector()
H A Ddrm_edid.c587 n = (127 - d) / 18; in cea_for_each_detailed_block()
589 cb((struct detailed_timing *)(det_base + 18 * i), closure); in cea_for_each_detailed_block()
602 cb((struct detailed_timing *)(det_base + 18 * i), closure); in vtb_for_each_detailed_block()
1739 eld[18] = edid->prod_code[0]; in drm_edid_to_eld()
1927 * structure that's part of the connector. Useful for tracking bpp and
/freebsd/stand/common/
H A Dgfx_fb.c138 {18, 20, 21}, /* dark gray */
354 int roff, goff, boff, bpp; in gfx_fb_color_map() local
359 bpp = roundup2(gfx_state.tg_fb.fb_bpp, 8) >> 3; in gfx_fb_color_map()
361 if (bpp == 2) in gfx_fb_color_map()
366 if (bpp == 2) in gfx_fb_color_map()
371 if (bpp == 2) in gfx_fb_color_map()
485 uint32_t data, bpp, pitch, y, x; in gfxfb_blt_fill() local
519 bpp = roundup2(gfx_state.tg_fb.fb_bpp, 8) >> 3; in gfxfb_blt_fill()
520 pitch = gfx_state.tg_fb.fb_stride * bpp; in gfxfb_blt_fill()
525 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill()
[all …]
/freebsd/contrib/byacc/
H A Dreader.c1 /* $Id: reader.c,v 1.104 2023/05/18 21:18:17 tom Exp $ */
124 bucket *bp, **bpp = &default_destructor[TYPE_SPECIFIED]; in lookup_type_destructor() local
126 while ((bp = *bpp) != NULL) in lookup_type_destructor()
130 bpp = &bp->link; in lookup_type_destructor()
134 *bpp = bp = make_bucket(name); in lookup_type_destructor()
2743 bucket *bp, **bpp; in insert_empty_rule() local
2760 bpp = pitem + nitems - 1; in insert_empty_rule()
2761 *bpp-- = bp; in insert_empty_rule()
2762 while ((bpp[0] = bpp[-1]) != 0) in insert_empty_rule()
2763 --bpp; in insert_empty_rule()
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/
H A Dda850-evm.dts58 bpp = <16>;
237 tlv320aic3106: tlv320aic3106@18 {
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dvexpress-v2m-rs1.dtsi129 <0 18 &gic GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
407 /* 800x600 16bpp @36MHz works fine */
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dvexpress-v2m.dtsi50 <0 18 &gic GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
341 /* 800x600 16bpp @36MHz works fine */
H A Dvexpress-v2m-rs1.dtsi129 <0 18 &gic GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
407 /* 800x600 16bpp @36MHz works fine */
H A Darm-realview-eb.dtsi256 oscclk3: clock-controller@18 {
433 /* 1024x768 16bpp @65MHz works fine */
H A Darm-realview-pb1176.dts282 oscclk3: clock-controller@18 {
388 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
435 /* 1024x768 16bpp @65MHz works fine */
H A Darm-realview-pb11mp.dts143 <0 18 IRQ_TYPE_LEVEL_HIGH>,
365 oscclk3: clock-controller@18 {
648 /* 1024x768 16bpp @65MHz works fine */
H A Darm-realview-pbx.dtsi278 oscclk3: clock-controller@18 {
542 /* 1024x768 16bpp @65MHz works fine */
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-sl50.dts67 10 11 12 13 14 15 16 17 18 19
88 10 11 12 13 14 15 16 17 18 19
134 bpp = <16>;
187 pa-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>;
H A Dam335x-guardian.dts83 vback-porch = <18>;
95 bpp = <24>;
544 /* P9_14, gpmc_a[2].GPIO1[18] (backlight control) */
/freebsd/sys/contrib/xen/io/
H A Ddisplif.h138 * /local/domain/1/device/vdispl/0/1/evt-event-channel = "18"
456 * | bpp | 28
488 * bpp - uint32_t, bits per pixel
518 uint32_t bpp; member
691 * | bpp | 40
711 * bpp - uint32_t, bits per pixel
720 uint32_t bpp; member
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c113 #define DISP_GEN_MCU_T_SHIFT 18
490 printf("BPP: %d\n", CH_PARAM_GET_BPP(param)); in ipu_print_channel()