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

  /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];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
debug.h 56 void (* end_block) (unsigned int line, unsigned int n); member in struct:gcc_debug_hooks
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 211 unsigned long long end_block; local
238 end_block = (offset + size) / data->tdb_data_size;
241 while (block_num <= end_block ) {
  /external/qemu/distrib/ext4_utils/src/
contents.c 66 u32 end_block = (*offset + rec_len - 1) / info.block_size; local
67 if (start_block != end_block) {
72 prev->rec_len += end_block * info.block_size - *offset;
73 *offset = end_block * info.block_size;
  /system/extras/ext4_utils/
contents.c 72 u32 end_block = (*offset + rec_len - 1) / info.block_size; local
73 if (start_block != end_block) {
78 prev->rec_len += end_block * info.block_size - *offset;
79 *offset = end_block * info.block_size;
  /external/chromium_org/v8/src/compiler/
js-inlining.cc 73 Node* end_block() { return NodeProperties::GetControlInput(unique_return()); } function in class:v8::internal::compiler::Inlinee
register-allocator.cc 2088 BasicBlock* end_block = GetBlock(end); local
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 1641 def end_block(self): member in class:CCodeWriter
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 2065 HBasicBlock* end_block = GetBlock(end); local
    [all...]

Completed in 535 milliseconds