/system/extras/ext4_utils/ |
contents.c | 59 u32 end_block = (*offset + rec_len - 1) / info.block_size; local 60 if (start_block != end_block) { 65 prev->rec_len += end_block * info.block_size - *offset; 66 *offset = end_block * info.block_size;
|
/external/e2fsprogs/lib/ext2fs/ |
undo_io.c | 203 unsigned long end_block; local 230 end_block = (offset + size) / data->tdb_data_size; 233 while (block_num <= end_block ) {
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 31 /* number of length codes, not counting the special END_BLOCK code */ 37 /* number of Literal or Length codes, including the END_BLOCK code */
|
trees.c | 49 #define END_BLOCK 256 421 s->dyn_ltree[END_BLOCK].Freq = 1; [all...] |
/external/zlib/ |
deflate.h | 31 /* number of length codes, not counting the special END_BLOCK code */ 37 /* number of Literal or Length codes, including the END_BLOCK code */
|
trees.c | 50 #define END_BLOCK 256 425 s->dyn_ltree[END_BLOCK].Freq = 1; [all...] |
/external/llvm/include/llvm/Bitcode/ |
BitCodes.h | 36 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode.
|
BitstreamReader.h | 423 // [END_BLOCK, <align4bytes>] 590 if (Code == bitc::END_BLOCK)
|
BitstreamWriter.h | 237 // [END_BLOCK, <align4bytes>] 238 EmitCode(bitc::END_BLOCK);
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 395 if (Code == bitc::END_BLOCK) { 502 if (Code == bitc::END_BLOCK) { 717 if (Code == bitc::END_BLOCK) { 893 if (Code == bitc::END_BLOCK) { 944 if (Code == bitc::END_BLOCK) { [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 408 if (Code == bitc::END_BLOCK) { 515 if (Code == bitc::END_BLOCK) { 730 if (Code == bitc::END_BLOCK) { 906 if (Code == bitc::END_BLOCK) { 957 if (Code == bitc::END_BLOCK) { [all...] |
/external/llvm/docs/ |
BitCodeFormat.html | 242 <li><tt>0 - <a href="#END_BLOCK">END_BLOCK</a></tt> — This abbrev ID marks 325 <h4><a name="END_BLOCK">END_BLOCK Encoding</a></h4> 329 <p><tt>[END_BLOCK, <align32bits>]</tt></p> 332 The <tt>END_BLOCK</tt> abbreviation ID specifies the end of the current block [all...] |
/external/v8/src/ |
lithium-allocator.cc | [all...] |
/external/webp/src/enc/ |
dsp.c | 45 int start_block, int end_block) { 49 for (j = start_block; j < end_block; ++j) {
|
dsp_sse2.c | 26 int start_block, int end_block) { 31 for (j = start_block; j < end_block; ++j) { [all...] |
vp8enci.h | 427 int start_block, int end_block);
|
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |
ASTReaderStmt.cpp | [all...] |
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 375 case bitc::END_BLOCK: {
|