Searched refs:bpp (Results 1 - 25 of 79) sorted by path

1234

/freebsd-11-stable/contrib/byacc/
H A Dreader.c80 bucket *bp, **bpp = &default_destructor[TYPE_SPECIFIED]; local
82 while ((bp = *bpp) != NULL)
86 bpp = &bp->link;
90 *bpp = bp = make_bucket(name);
2325 bucket *bp, **bpp; local
2342 bpp = pitem + nitems - 1;
2343 *bpp-- = bp;
2344 while ((bpp[0] = bpp[-1]) != 0)
2345 --bpp;
[all...]
H A Dsymtab.c65 bucket *bp, **bpp; local
67 bpp = symbol_table + hash(name);
68 bp = *bpp;
74 bpp = &bp->link;
75 bp = *bpp;
78 *bpp = bp = make_bucket(name);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_argv.c361 argv_fexp(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen, CHAR_T *p, size_t *lenp, CHAR_T **bpp, size_t *blenp, int is_bang) argument
371 for (bp = *bpp, blen = *blenp, len = *lenp; cmdlen > 0; --cmdlen, ++cmd)
451 *bpp = bp;
666 argv_sexp(SCR *sp, CHAR_T **bpp, size_t *blenp, size_t *lenp) argument
692 bp = *bpp;
777 *bpp = bp; /* *blenp is already updated. */
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_bigkey.c314 * This will set bpp to the buffer header of the last page of the big pair.
320 __find_last_page(HTAB *hashp, BUFHEAD **bpp) argument
326 bufp = *bpp;
347 *bpp = bufp;
/freebsd-11-stable/lib/libc/net/
H A Dmap_v4v6.c88 _map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) { argument
96 int i = (u_long)*bpp % sizeof(align);
101 if ((ep - *bpp) < (i + IN6ADDRSZ)) {
106 *bpp += i;
107 _map_v4v6_address(*ap, *bpp);
108 *ap = *bpp;
109 *bpp += IN6ADDRSZ;
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c87 fb->bpp = FB_DEPTH;
118 sc->info.fb_bpp = sc->info.fb_depth = fb.bpp;
155 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp);
H A Dbcm2835_mbox.c514 msg.depth.body.req.bpp = fb->bpp;
H A Dbcm2835_mbox_prop.h357 uint32_t bpp; member in struct:bcm2835_mbox_tag_depth::__anon7228::__anon7229
360 uint32_t bpp; member in struct:bcm2835_mbox_tag_depth::__anon7228::__anon7230
463 uint32_t bpp; member in struct:bcm2835_fb_config
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_fb.c244 panic("unsupported bpp");
328 uint32_t bpp; local
352 bpp = LPC_LCD_CTRL_BPP1;
355 bpp = LPC_LCD_CTRL_BPP2;
358 bpp = LPC_LCD_CTRL_BPP4;
361 bpp = LPC_LCD_CTRL_BPP8;
364 bpp = LPC_LCD_CTRL_BPP12_444;
367 bpp = LPC_LCD_CTRL_BPP16;
370 bpp = LPC_LCD_CTRL_BPP16_565;
373 bpp
[all...]
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_bo.c272 args->pitch= (args->width * args->bpp + 7) / 8;
H A Dtegra_dc.c360 uint32_t h_offset, v_offset, h_size, v_size, bpp; local
370 printf(" bpp: %d, color_mode: %d, swap: %d\n",
375 bpp = win->is_yuv_planar ? 1 : 2;
377 bpp = (win->bits_per_pixel + 7) / 8;
380 h_size = win->src_w * bpp;
383 h_size = win->src_h * bpp;
387 h_offset = win->src_x * bpp;;
390 h_offset += win->src_w * bpp - 1;
419 printf(" bpp: %d, size: h: %d v: %d, offset: h:%d v: %d\n",
420 bpp, h_siz
[all...]
H A Dtegra_fb.c121 u_int bpp, size; local
133 DRM_DEBUG_KMS("surface: %d x %d (bpp: %d)\n", sizes->surface_width,
139 bpp = (sizes->surface_bpp + 7) / 8;
145 mode_cmd.pitches[0] = roundup(sizes->surface_width * bpp,
274 int width, height, size, bpp; local
297 bpp = drm_format_plane_cpp(cmd->pixel_format, i);
299 width * bpp + cmd->offsets[i];
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c465 "bpp", &panel->bpp);
600 dma_size = round_page(sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8);
638 sc->sc_fb_size = sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8;
744 if (sc->sc_panel.bpp >= 24)
746 if (sc->sc_panel.bpp == 32)
773 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = sc->sc_panel.bpp;
774 sc->sc_fb_info.fb_stride = sc->sc_panel.panel_width*sc->sc_panel.bpp / 8;
937 sc->sc_panel.bpp = 16;
H A Dam335x_lcd.h48 uint32_t bpp; member in struct:panel_info
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c2195 * Note: While bpp will always be updated if the function returns success,
2202 dmu_buf_impl_t **parentp, blkptr_t **bpp)
2205 *bpp = NULL;
2213 *bpp = &dn->dn_phys->dn_spill;
2215 *bpp = NULL;
2266 *bpp = ((blkptr_t *)(*parentp)->db.db_data) +
2269 ASSERT(BP_IS_HOLE(*bpp));
2280 *bpp = &dn->dn_phys->dn_blkptr[blkid];
2552 blkptr_t *bpp = db->db_buf->b_data; local
2553 bp = bpp[P2PHAS
2201 dbuf_findbp(dnode_t *dn, int level, uint64_t blkid, int fail_sparse, dmu_buf_impl_t **parentp, blkptr_t **bpp) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_pool.h155 void dsl_free(dsl_pool_t *dp, uint64_t txg, const blkptr_t *bpp);
157 const blkptr_t *bpp);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ipc.c118 svr4_to_bsd_ipc_perm(spp, bpp)
120 struct ipc_perm *bpp;
122 bpp->key = spp->key;
123 bpp->uid = spp->uid;
124 bpp->gid = spp->gid;
125 bpp->cuid = spp->cuid;
126 bpp->cgid = spp->cgid;
127 bpp->mode = spp->mode;
128 bpp->seq = spp->seq;
132 bsd_to_svr4_ipc_perm(bpp, sp
[all...]
/freebsd-11-stable/sys/dev/dpaa/
H A Dbman.c206 t_BmPoolParam bpp; local
218 memset(&bpp, 0, sizeof(bpp));
219 bpp.h_Bm = sc->sc_bh;
220 bpp.h_BmPortal = portal;
221 bpp.h_App = h_BufferPool;
222 bpp.numOfBuffers = allocBuffers;
224 bpp.bufferPoolInfo.h_BufferPool = h_BufferPool;
225 bpp.bufferPoolInfo.f_GetBuf = f_GetBuf;
226 bpp
[all...]
H A Dbman_portals.c117 t_BmPortalParam bpp; local
152 bpp.ceBaseAddress = rman_get_bushandle(sc->sc_rres[0]);
153 bpp.ciBaseAddress = rman_get_bushandle(sc->sc_rres[1]);
154 bpp.h_Bm = bsc->sc_bh;
155 bpp.swPortalId = cpu;
156 bpp.irq = (int)sc->sc_dp[cpu].dp_ires;
158 portal = BM_PORTAL_Config(&bpp);
/freebsd-11-stable/sys/dev/drm/
H A Dsavage_drv.h410 #define BCI_BD_SET_BPP(bd, bpp) ((bd) |= (((bpp) & 0xFF) << 16))
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h952 int bpp; member in struct:drm_cmdline_mode
H A Ddrm_crtc.c2094 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) argument
2098 switch (bpp) {
2120 DRM_ERROR("bad bpp, assuming x8r8g8b8 pixel format\n");
2160 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2471 r->bpp = fb->bits_per_pixel;
3728 int *bpp)
3735 *bpp = 8;
3746 *bpp = 16;
3751 *bpp = 16;
3756 *bpp
3727 drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, int *bpp) argument
3837 int bpp; local
[all...]
H A Ddrm_crtc.h1006 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
1077 int *bpp);
H A Ddrm_mode.h285 __u32 bpp; member in struct:drm_mode_fb_cmd
440 uint32_t bpp; member in struct:drm_mode_create_dumb
H A Ddrm_modes.c1005 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
1016 unsigned int xres = 0, yres = 0, bpp = 32, refresh = 0; local
1048 bpp = simple_strtol(&name[i+1], NULL, 10);
1147 mode->bpp = bpp;

Completed in 429 milliseconds

1234