Searched refs:end_block (Results 1 - 14 of 14) sorted by relevance
/external/openfst/src/extensions/ngram/ |
H A D | bitmap-index.cc | 119 uint32 end_block = (array_index - 1) / kSecondaryBlockSize; local 120 if (end_block > 0) sum += primary_index_[end_block-1];
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | 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/chromium_org/third_party/libwebp/dsp/ |
H A D | dsp.h | 91 int start_block, int end_block,
|
H A D | enc.c | 46 int start_block, int end_block, 49 for (j = start_block; j < end_block; ++j) { 45 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
|
H A D | enc_sse2.c | 60 int start_block, int end_block, 64 for (j = start_block; j < end_block; ++j) { 59 CollectHistogramSSE2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
|
/external/webp/src/dsp/ |
H A D | dsp.h | 91 int start_block, int end_block,
|
H A D | enc.c | 46 int start_block, int end_block, 49 for (j = start_block; j < end_block; ++j) { 45 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
|
H A D | enc_sse2.c | 60 int start_block, int end_block, 64 for (j = start_block; j < end_block; ++j) { 59 CollectHistogramSSE2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
|
/external/chromium_org/v8/src/ |
H A D | lithium-allocator.cc | 2077 HBasicBlock* end_block = GetBlock(end); local 2079 if (end_block == start_block) { 2085 HBasicBlock* block = end_block; 2093 // position unless end_block is a loop header itself. 2094 if (block == end_block && !end_block->IsLoopHeader()) return end;
|
/external/v8/src/ |
H A D | lithium-allocator.cc | 2026 HBasicBlock* end_block = GetBlock(end); local 2028 if (end_block == start_block) { 2034 HBasicBlock* block = end_block; 2042 // position unless end_block is a loop header itself. 2043 if (block == end_block && !end_block->IsLoopHeader()) return end;
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
H A D | fts3.c | 223 ** end_block - last block (including interior nodes) 227 ** leaves_end_block, and end_block are all 0. 590 "end_block INTEGER,"
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | [all...] |
Completed in 846 milliseconds