OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockbits
(Results
1 - 4
of
4
) sorted by null
/external/toybox/toys/pending/
mke2fs.c
94
unsigned
blockbits
; // Bits per block. (Also blocks per group.)
257
sb->blocks_per_group = sb->frags_per_group = SWAP_LE32(TT.
blockbits
);
372
int i, group = TT.nextblock/TT.
blockbits
;
434
TT.
blockbits
= 8*TT.blocksize;
472
if (!TT.blocks) TT.groups = (TT.treeblocks/TT.
blockbits
)+1;
473
else TT.groups = div_round_up(TT.blocks, TT.
blockbits
);
484
if (temp <= TT.groups * TT.
blockbits
) {
507
end = TT.
blockbits
;
508
if ((i+1)*TT.
blockbits
> TT.blocks) end = TT.blocks & (TT.
blockbits
-1)
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c
120
unsigned
blockbits
,
152
if (stop <
blockbits
) {
653
unsigned
blockbits
= type.width;
local
658
blockbits
,
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c
38
* The number of calculations depends on keyBits and
blockBits
/external/toybox/generated/
globals.h
735
unsigned
blockbits
; // Bits per block. (Also blocks per group.)
member in struct:mke2fs_data
Completed in 214 milliseconds