Searched refs:lbpp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsh7760fb.c127 int lbpp, lgray; local
129 lgray = lbpp = 0;
134 lbpp = 1;
138 lbpp = 2;
143 lbpp = 4;
148 lbpp = 8;
152 lbpp = 16;
161 *bpp = lbpp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_leaf.c50 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, xfs_dabuf_t **lbpp,
1305 * lbpp will always be filled in with the leaf buffer unless there's an error.
1310 xfs_dabuf_t **lbpp, /* out: leaf buffer */
1339 *lbpp = lbp;
1308 xfs_dir2_leaf_lookup_int( xfs_da_args_t *args, xfs_dabuf_t **lbpp, int *indexp, xfs_dabuf_t **dbpp) argument

Completed in 162 milliseconds