Searched refs:blockbits (Results 1 - 5 of 5) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 94 unsigned blockbits; // Bits per block. (Also blocks per group.) 393 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock() 508 int i, group = TT.nextblock/TT.blockbits; in fill_inode() 571 TT.blockbits = 8*TT.blocksize; in mke2fs_main() 609 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1; in mke2fs_main() 610 else TT.groups = div_round_up(TT.blocks, TT.blockbits); in mke2fs_main() 621 if (temp <= TT.groups * TT.blockbits) { in mke2fs_main() 644 end = TT.blockbits; in mke2fs_main() 645 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits in mke2fs_main() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 125 int blockbits; variable 193 ((s64)blk << blockbits) >> clusterbits); in loclogblk() 196 if (((s64)blk << blockbits) >= logfilesz) in loclogblk() 200 + ((s64)blk << blockbits); in loclogblk() 370 got = (ntfs_attr_pread(log_na,(u64)rnum << blockbits, in read_buffer() 1118 prevblk = (logfilesz >> blockbits) - 1; in findprevious() 1124 >> blockbits) - 1; in findprevious() 1129 >> (blockbits - 3); in findprevious() 1138 prevblk = (logfilesz >> blockbits) - 1; in findprevious() 2856 blockbits in dorest() [all...] |
H A D | ntfsrecover.h | 113 extern int blockbits;
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 122 unsigned blockbits, in lp_build_extract_soa_chan() 154 if (stop < blockbits) { in lp_build_extract_soa_chan() 654 unsigned blockbits = type.width; in lp_build_fetch_rgba_soa() local 665 blockbits, in lp_build_fetch_rgba_soa() 882 unsigned blockbits, in lp_build_insert_soa_chan() 1070 unsigned blockbits = type.width; in lp_build_store_rgba_soa() local 1076 lp_build_insert_soa_chan(&bld, blockbits, in lp_build_store_rgba_soa() 121 lp_build_extract_soa_chan(struct lp_build_context *bld, unsigned blockbits, boolean srgb_chan, struct util_format_channel_description chan_desc, LLVMValueRef packed) lp_build_extract_soa_chan() argument 881 lp_build_insert_soa_chan(struct lp_build_context *bld, unsigned blockbits, struct util_format_channel_description chan_desc, LLVMValueRef *output, LLVMValueRef rgba) lp_build_insert_soa_chan() argument
|
/third_party/toybox/generated/ |
H A D | globals.h | 912 unsigned blockbits; // Bits per block. (Also blocks per group.) member
|
Completed in 12 milliseconds