HomeSort by relevance Sort by last modified time
    Searched full:end_block (Results 1 - 7 of 7) sorted by null

  /system/extras/ext4_utils/
contents.c 54 u32 end_block = (*offset + rec_len) / info.block_size; local
55 if (start_block != end_block) {
60 prev->rec_len += end_block * info.block_size - *offset;
61 *offset = end_block * info.block_size;
  /external/chromium/third_party/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 49 #define END_BLOCK 256
421 s->dyn_ltree[END_BLOCK].Freq = 1;
    [all...]
  /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...]

Completed in 370 milliseconds