Home
last modified time | relevance | path

Searched refs:blockbits (Results 1 – 9 of 9) sorted by relevance

/external/toybox/toys/pending/
Dmke2fs.c94 unsigned blockbits; // Bits per block. (Also blocks per group.)
391 sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.blockbits); in init_superblock()
506 int i, group = TT.nextblock/TT.blockbits; in fill_inode()
569 TT.blockbits = 8*TT.blocksize; in mke2fs_main()
607 if (!TT.blocks) TT.groups = (TT.treeblocks/TT.blockbits)+1; in mke2fs_main()
608 else TT.groups = div_round_up(TT.blocks, TT.blockbits); in mke2fs_main()
619 if (temp <= TT.groups * TT.blockbits) { in mke2fs_main()
642 end = TT.blockbits; in mke2fs_main()
643 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits-1); in mke2fs_main()
701 used += j*TT.blockbits; in mke2fs_main()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c122 unsigned blockbits, in lp_build_extract_soa_chan() argument
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() argument
1056 unsigned blockbits = type.width; in lp_build_store_rgba_soa() local
1062 lp_build_insert_soa_chan(&bld, blockbits, in lp_build_store_rgba_soa()
/external/toybox/android/linux/generated/
Dglobals.h899 unsigned blockbits; // Bits per block. (Also blocks per group.) member
/external/toybox/android/device/generated/
Dglobals.h899 unsigned blockbits; // Bits per block. (Also blocks per group.) member
/external/toybox/android/mac/generated/
Dglobals.h899 unsigned blockbits; // Bits per block. (Also blocks per group.) member
/external/e2fsprogs/e2fsck/
Dpass1.c2739 int blockbits = EXT2_BLOCK_SIZE_BITS(fs->super) + 10; in handle_htree() local
2740 unsigned idx_pb = 1 << (blockbits - 3); in handle_htree()
2744 (idx_pb - 1) * (idx_pb - 2) << blockbits && in handle_htree()
2746 (idx_pb - 1) * (idx_pb - 2) << (blockbits - 9) && in handle_htree()
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h87806 u16 blockbits; member
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h112729 u16 blockbits; member
Dvmlinux.h112729 u16 blockbits; member