| /freebsd/contrib/file/magic/Magdir/ |
| H A D | acorn | 3 # $File: acorn,v 1.9 2024/08/30 17:29:28 christos Exp $ 25 0 string FONT\1 RISC OS 1bpp font data, 27 0 string FONT\4 RISC OS 4bpp font data
|
| H A D | images | 3 # $File: images,v 1.263 2024/11/10 20:44:30 christos Exp $ 736 # length number of 1st parameter octets in range 0 to 30 implies short command 780 >30 long 0x31 \b, mono 781 >30 long 0x33 \b, color 1027 >>>>30 ulelong 2 x 1030 >>>>30 default x 1048 #>>>30 ulelong 3 \b, Huffman 1D compression 1049 >>>30 ulelong >0 \b, %u compression 1147 >>>30 ulelong 3 \b, Huffman 1D compression 1148 #>>>30 ulelong >0 \b, %u compression [all …]
|
| H A D | riff | 272 >>>30 leshort 12 \b, OS/2 1.x format 275 >>>30 leshort 64 \b, OS/2 2.x format 278 >>>30 leshort 40 \b, Windows 3.x format 468 >>>>>>>&-4 lelong !33333 ~30 fps, 469 >>>>&4 lelong <32224 >30 fps, 482 >>>>>>>(104.l+132) lelong 1 RLE 8bpp 799 #>>(26.l+30) string x \b, 5th "%-4.4s" 832 #>>(26.l+30) string x \b, 5th "%-4.4s" 849 >>>30 beshort 12 \b, OS/2 1.x format 852 >>>30 beshort 64 \b, OS/2 2.x format [all …]
|
| H A D | filesystems | 254 30 search/481 \x55\xAA 1195 >459 search/30 Boot\ error\r\n\0 1446 # Normally the number of clusters is calculated by the values of BPP. 1753 >0x402 beshort > -1 Minix filesystem, V1, 30 char names, %d zones 1758 >0x402 beshort > -1 Minix filesystem, V1, 30 char names (big endian), %d zones 1771 #>0x402 beshort > -1 Minix filesystem, V2, 30 char names 1775 #>0x402 beshort > -1 Minix filesystem, V2, 30 char names 1778 #>0x402 beshort !0 Minix filesystem, V2, 30 char names (big endian) 2132 >30 byte 0 Invalid Image 2133 >30 byte 1 Standalone Program [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | fsl,imx8qxp-ldb.yaml | 19 For i.MX8qxp LDB, each channel supports up to 24bpp parallel input color 27 For i.MX8qm LDB, each channel additionally supports up to 30bpp parallel
|
| /freebsd/sys/sys/ |
| H A D | buf.h | 250 "\33paging\32infreecnt\31nocopy\30b23\27relbuf\26maxphys\25b20" \ 557 #define bread(vp, blkno, size, cred, bpp) \ argument 559 NULL, bpp) 560 #define bread_gb(vp, blkno, size, cred, gbflags, bpp) \ argument 562 gbflags, NULL, bpp) 563 #define breadn(vp, blkno, size, rablkno, rabsize, cnt, cred, bpp) \ argument 565 0, NULL, bpp) 586 int slpflag, int slptimeo, int flags, struct buf **bpp);
|
| /freebsd/stand/common/ |
| H A D | gfx_fb.c | 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() 527 switch (bpp) { in gfxfb_blt_fill() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6q-gw54xx.dts | 40 interrupts = <30 IRQ_TYPE_LEVEL_LOW>; 66 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_crtc.c | 2076 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument 2080 switch (bpp) { in drm_mode_legacy_fb_format() 2096 else if (depth == 30) in drm_mode_legacy_fb_format() 2102 DRM_ERROR("bad bpp, assuming x8r8g8b8 pixel format\n"); in drm_mode_legacy_fb_format() 2142 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb() 2453 r->bpp = fb->bits_per_pixel; in drm_mode_getfb() 3683 int *bpp) in drm_fb_get_bpp_depth() argument 3690 *bpp = 8; in drm_fb_get_bpp_depth() 3701 *bpp = 16; in drm_fb_get_bpp_depth() 3706 *bpp = 16; in drm_fb_get_bpp_depth() [all …]
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | rfb.c | 76 #define SCREEN_REFRESH_DELAY 33300 /* 30Hz */ 161 uint8_t bpp; member 277 sinfo.pixfmt.bpp = 32; in rfb_send_server_init_msg() 354 if (pixfmt_msg.pixfmt.bpp != 32 || pixfmt_msg.pixfmt.truecolor != 1) { in rfb_recv_set_pixfmt_msg() 355 WPRINTF(("rfb: pixfmt unsupported bitdepth bpp: %d " in rfb_recv_set_pixfmt_msg() 357 pixfmt_msg.pixfmt.bpp, pixfmt_msg.pixfmt.truecolor)); in rfb_recv_set_pixfmt_msg()
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/davinci/ |
| H A D | da850-evm.dts | 38 brightness-levels = <0 10 20 30 40 50 60 70 80 90 99>; 58 bpp = <16>;
|
| /freebsd/sys/contrib/device-tree/src/arm64/arm/ |
| H A D | vexpress-v2m-rs1.dtsi | 141 <0 30 &gic GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>, 407 /* 800x600 16bpp @36MHz works fine */
|
| /freebsd/sys/contrib/device-tree/src/arm/arm/ |
| H A D | vexpress-v2m.dtsi | 62 <0 30 &gic GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>, 341 /* 800x600 16bpp @36MHz works fine */
|
| H A D | vexpress-v2m-rs1.dtsi | 141 <0 30 &gic GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>, 407 /* 800x600 16bpp @36MHz works fine */
|
| H A D | arm-realview-pb11mp.dts | 100 <0 30 IRQ_TYPE_LEVEL_HIGH>, 648 /* 1024x768 16bpp @65MHz works fine */
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | am335x-guardian.dts | 95 bpp = <24>; 163 gpmc,cs-rd-off-ns = <30>; 164 gpmc,cs-wr-off-ns = <30>; 166 gpmc,adv-rd-off-ns = <30>; 167 gpmc,adv-wr-off-ns = <30>; 172 gpmc,access-ns = <30>; 173 gpmc,rd-cycle-ns = <30>; 174 gpmc,wr-cycle-ns = <30>;
|
| H A D | am335x-sl50.dts | 69 30 31 32 33 34 35 36 37 38 39 90 30 31 32 33 34 35 36 37 38 39 134 bpp = <16>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 4126 const bool UseReducedTable = KB.countMinLeadingZeros() >= 30; in lowerSET_ROUNDING() 13832 std::pair<ByteProvider<SDValue>, ByteProvider<SDValue>> BPP = {Src0, Src1}; in placeSources() local 13834 BPP = {Src1, Src0}; in placeSources() 13840 (BPP.first.SrcOffset % 4) << (8 * (3 - Step)) | (ZeroMask & ~FMask); in placeSources() 13842 (BPP.second.SrcOffset % 4) << (8 * (3 - Step)) | (ZeroMask & ~FMask); in placeSources() 13849 auto MatchesFirst = [&BPP](DotSrc &IterElt) { in placeSources() 13850 return IterElt.SrcOp == *BPP.first.Src && in placeSources() 13851 (IterElt.DWordOffset == (BPP.first.SrcOffset / 4)); in placeSources() 13863 auto MatchesSecond = [&BPP](DotSrc &IterElt) { in placeSources() 13864 return IterElt.SrcOp == *BPP.second.Src && in placeSources() [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_scan.c | 1462 dsl_free_sync(zio_t *pio, dsl_pool_t *dp, uint64_t txg, const blkptr_t *bpp) in dsl_free_sync() argument 1465 zio_nowait(zio_free_sync(pio, dp->dp_spa, txg, bpp, pio->io_flags)); in dsl_free_sync() 1659 * (default 30%), someone is explicitly waiting for this txg in dsl_scan_check_suspend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ14.td | 71 foreach L = 1-30 in 107 def : WriteRes<VecFPd, [Z14_VecFPdUnit]> { let ReleaseAtCycles = [30]; } 595 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|
| H A D | SystemZScheduleZ13.td | 71 foreach L = 1-30 in 107 def : WriteRes<VecFPd, [Z13_VecFPdUnit]> { let ReleaseAtCycles = [30]; } 585 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|
| H A D | SystemZScheduleZ15.td | 71 foreach L = 1-30 in 107 def : WriteRes<VecFPd, [Z15_VecFPdUnit]> { let ReleaseAtCycles = [30]; } 610 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|
| H A D | SystemZScheduleZ16.td | 71 foreach L = 1-30 in 107 def : WriteRes<VecFPd, [Z16_VecFPdUnit]> { let ReleaseAtCycles = [30]; } 610 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
|