Home
last modified time | relevance | path

Searched refs:last_end (Results 1 – 10 of 10) sorted by relevance

/external/blktrace/btt/
Dseek.c42 long long last_start, last_end; member
190 dist = start - sip->last_end; in seek_dist()
193 if (((sip->last_start <= start) && (start <= sip->last_end)) || in seek_dist()
194 ((sip->last_start <= end) && (end <= sip->last_end))) in seek_dist()
196 else if (start > sip->last_end) in seek_dist()
197 dist = start - sip->last_end; in seek_dist()
204 sip->last_end = end; in seek_dist()
217 sip->last_start = sip->last_end = 0; in seeki_alloc()
/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c131 int last_end = 0; in compute_memory_prealloc_chunk() local
138 if (item->start_in_dw-last_end > size_in_dw) { in compute_memory_prealloc_chunk()
139 return last_end; in compute_memory_prealloc_chunk()
142 last_end = item->start_in_dw + item->size_in_dw; in compute_memory_prealloc_chunk()
143 last_end += (1024 - last_end % 1024); in compute_memory_prealloc_chunk()
147 if (pool->size_in_dw - last_end < size_in_dw) { in compute_memory_prealloc_chunk()
151 return last_end; in compute_memory_prealloc_chunk()
/external/v8/src/compiler/
Dcoalesced-live-ranges.cc130 LifetimePosition last_end = LifetimePosition::GapFromInstructionIndex(0); in VerifyAllocationsAreValidForTesting() local
132 if (i.start_ < last_end) { in VerifyAllocationsAreValidForTesting()
135 last_end = i.end_; in VerifyAllocationsAreValidForTesting()
Dregister-allocator.cc301 LifetimePosition last_end = first_interval()->end(); in VerifyIntervals() local
304 DCHECK(last_end <= interval->start()); in VerifyIntervals()
305 last_end = interval->end(); in VerifyIntervals()
307 DCHECK(last_end == End()); in VerifyIntervals()
981 LifetimePosition last_end = End(); in VerifyChildrenInOrder() local
984 DCHECK(last_end <= child->Start()); in VerifyChildrenInOrder()
985 last_end = child->End(); in VerifyChildrenInOrder()
/external/elfutils/src/
Dobjdump.c636 const uint8_t *last_end; member
658 for (cnt = 0; cnt < (size_t) MIN (info->cur - info->last_end, 8); ++cnt) in disasm_output()
659 printf (" %02" PRIx8, info->last_end[cnt]); in disasm_output()
670 if (info->cur - info->last_end > 8) in disasm_output()
680 for (; cnt < (size_t) (info->cur - info->last_end); ++cnt) in disasm_output()
681 printf (" %02" PRIx8, info->last_end[cnt]); in disasm_output()
685 info->addr += info->cur - info->last_end - 8; in disasm_output()
688 info->last_end = info->cur; in disasm_output()
725 info.last_end = info.cur = data->d_buf; in show_disasm()
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpheaders.py918 last_end = -1
928 if begin <= last_end:
934 last_end = end
/external/fio/t/
Dbtrace2fio.c52 uint64_t last_end[DDIR_RWDIR_CNT]; member
359 if (t->sector == o->last_end[rw] || o->last_end[rw] == -1ULL) in handle_trace_fs()
362 o->last_end[rw] = t->sector + (t->bytes >> 9); in handle_trace_fs()
463 p->o.last_end[i] = -1ULL; in pid_hash_get()
/external/freetype/src/sfnt/
Dttcmap.c917 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local
940 if ( start <= last_end && n > 0 ) in tt_cmap4_validate()
949 if ( last_start > start || last_end > end ) in tt_cmap4_validate()
1016 last_end = end; in tt_cmap4_validate()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
Dttcmap.c926 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local
949 if ( start <= last_end && n > 0 ) in tt_cmap4_validate()
958 if ( last_start > start || last_end > end ) in tt_cmap4_validate()
1025 last_end = end; in tt_cmap4_validate()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c926 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local
949 if ( start <= last_end && n > 0 ) in tt_cmap4_validate()
958 if ( last_start > start || last_end > end ) in tt_cmap4_validate()
1025 last_end = end; in tt_cmap4_validate()