Searched defs: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/chromium_org/v8/src/compiler/
H A Djs-inlining.cc73 Node* end_block() { return NodeProperties::GetControlInput(unique_return()); } function in class:v8::internal::compiler::Inlinee
H A Dregister-allocator.cc2088 BasicBlock* end_block = GetBlock(end); local
2090 if (end_block == start_block) {
2096 BasicBlock* block = end_block;
2106 // position unless end_block is a loop header itself.
2107 if (block == end_block && !end_block->IsLoopHeader()) return end;
/external/e2fsprogs/lib/ext2fs/
H A Dundo_io.c211 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/
H A Dcontents.c66 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;
/external/chromium_org/third_party/libwebp/dsp/
H A Denc.c44 int start_block, int end_block,
47 for (j = start_block; j < end_block; ++j) {
43 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_neon.c884 int start_block, int end_block,
888 for (j = start_block; j < end_block; ++j) {
883 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_sse2.c58 int start_block, int end_block,
62 for (j = start_block; j < end_block; ++j) {
57 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
/external/webp/src/dsp/
H A Denc.c44 int start_block, int end_block,
47 for (j = start_block; j < end_block; ++j) {
43 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_neon.c884 int start_block, int end_block,
888 for (j = start_block; j < end_block; ++j) {
883 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_sse2.c58 int start_block, int end_block,
62 for (j = start_block; j < end_block; ++j) {
57 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py1641 def end_block(self): member in class:CCodeWriter
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc2065 HBasicBlock* end_block = GetBlock(end); local
2067 if (end_block == start_block) {
2073 HBasicBlock* block = end_block;
2081 // position unless end_block is a loop header itself.
2082 if (block == end_block && !end_block->IsLoopHeader()) return end;
/external/e2fsprogs/e2fsck/
H A Dpass1.c1762 blk64_t start_block, blk64_t end_block,
1792 else if ((end_block && last_lblk > end_block) &&
1760 scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, struct process_block_struct *pb, blk64_t start_block, blk64_t end_block, blk64_t eof_block, ext2_extent_handle_t ehandle) argument

Completed in 1328 milliseconds