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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 57 void (* end_block) (unsigned int line, unsigned int n); member in struct:gcc_debug_hooks
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 57 void (* end_block) (unsigned int line, unsigned int n); member in struct:gcc_debug_hooks
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
debug.h 57 void (* end_block) (unsigned int line, unsigned int n); member in struct:gcc_debug_hooks
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
debug.h 57 void (* end_block) (unsigned int line, unsigned int n); member in struct:gcc_debug_hooks
  /external/openfst/src/extensions/ngram/
bitmap-index.cc 119 uint32 end_block = (array_index - 1) / kSecondaryBlockSize; local
120 if (end_block > 0) sum += primary_index_[end_block-1];
  /system/extras/ext4_utils/
contents.c 68 u32 end_block = (*offset + rec_len - 1) / info.block_size; local
69 if (start_block != end_block) {
74 prev->rec_len += end_block * info.block_size - *offset;
75 *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/webp/src/dsp/
dsp.h 89 int start_block, int end_block,
enc.c 44 int start_block, int end_block,
47 for (j = start_block; j < end_block; ++j) {
enc_sse2.c 58 int start_block, int end_block,
62 for (j = start_block; j < end_block; ++j) {
    [all...]
  /external/v8/src/
lithium-allocator.cc 2026 HBasicBlock* end_block = GetBlock(end); local
    [all...]

Completed in 682 milliseconds