Home
last modified time | relevance | path

Searched +full:30 +full:bpp (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dacorn3 # $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 Dimages3 # $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 Driff272 >>>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 Dfilesystems254 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 Dfsl,imx8qxp-ldb.yaml19 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 Dbuf.h250 "\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 Dgfx_fb.c354 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 Dimx6q-gw54xx.dts40 interrupts = <30 IRQ_TYPE_LEVEL_LOW>;
66 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c2076 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 Drfb.c76 #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 Dda850-evm.dts38 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 Dvexpress-v2m-rs1.dtsi141 <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 Dvexpress-v2m.dtsi62 <0 30 &gic GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
341 /* 800x600 16bpp @36MHz works fine */
H A Dvexpress-v2m-rs1.dtsi141 <0 30 &gic GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
407 /* 800x600 16bpp @36MHz works fine */
H A Darm-realview-pb11mp.dts100 <0 30 IRQ_TYPE_LEVEL_HIGH>,
648 /* 1024x768 16bpp @65MHz works fine */
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-guardian.dts95 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 Dam335x-sl50.dts69 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 DSIISelLowering.cpp4126 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 Ddsl_scan.c1462 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 DSystemZScheduleZ14.td71 foreach L = 1-30 in
107 def : WriteRes<VecFPd, [Z14_VecFPdUnit]> { let ReleaseAtCycles = [30]; }
595 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
H A DSystemZScheduleZ13.td71 foreach L = 1-30 in
107 def : WriteRes<VecFPd, [Z13_VecFPdUnit]> { let ReleaseAtCycles = [30]; }
585 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
H A DSystemZScheduleZ15.td71 foreach L = 1-30 in
107 def : WriteRes<VecFPd, [Z15_VecFPdUnit]> { let ReleaseAtCycles = [30]; }
610 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;
H A DSystemZScheduleZ16.td71 foreach L = 1-30 in
107 def : WriteRes<VecFPd, [Z16_VecFPdUnit]> { let ReleaseAtCycles = [30]; }
610 def : InstRW<[WLat1, FXb, NormalGr], (instregex "BPP$")>;