Searched refs:end_block (Results 1 - 14 of 14) sorted by relevance

/external/openfst/src/extensions/ngram/
H A Dbitmap-index.cc119 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 Dundo_io.c203 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 Ddsp.h91 int start_block, int end_block,
H A Denc.c46 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 Denc_sse2.c60 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 Ddsp.h91 int start_block, int end_block,
H A Denc.c46 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 Denc_sse2.c60 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 Dlithium-allocator.cc2077 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 Dlithium-allocator.cc2026 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 Dfts3.c223 ** 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 Dsqlite3.c[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 846 milliseconds