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/skia/src/utils/
SkTextureCompressor_ASTC.cpp
551
SkTBits<uint64_t>
blockBits
(block);
597
m[0] = static_cast<int>(
blockBits
(nBits - 1, 0));
598
m[1] = static_cast<int>(
blockBits
(2*nBits - 1 + 2, nBits + 2));
599
m[2] = static_cast<int>(
blockBits
(3*nBits - 1 + 4, 2*nBits + 4));
600
m[3] = static_cast<int>(
blockBits
(4*nBits - 1 + 5, 3*nBits + 5));
601
m[4] = static_cast<int>(
blockBits
(5*nBits - 1 + 7, 4*nBits + 7));
605
static_cast<int>(
blockBits
(nBits + 1, nBits)) |
606
(static_cast<int>(
blockBits
(2*nBits + 2 + 1, 2*nBits + 2)) << 2) |
607
(static_cast<int>(
blockBits
[3*nBits + 4] << 4)) |
608
(static_cast<int>(
blockBits
(4*nBits + 5 + 1, 4*nBits + 5)) << 5)
[
all
...]
/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
666
unsigned
blockbits
; // Bits per block. (Also blocks per group.)
member in struct:mke2fs_data
Completed in 3845 milliseconds