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

/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/webp/src/dsp/
H A Ddsp.h91 int start_block, int end_block);
H A Denc.c57 int start_block, int end_block) {
61 for (j = start_block; j < end_block; ++j) {
56 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block) argument
H A Denc_sse2.c29 int start_block, int end_block) {
34 for (j = start_block; j < end_block; ++j) {
28 CollectHistogramSSE2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block) argument
/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/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 396 milliseconds