Home
last modified time | relevance | path

Searched refs:first_index (Results 1 – 6 of 6) sorted by relevance

/external/qemu/block/
Dqcow2-refcount.c426 int64_t refcount_block_offset, int first_index, int last_index) in write_refcount_block_entries() argument
436 if (first_index < 0) { in write_refcount_block_entries()
440 first_index &= ~(REFCOUNTS_PER_SECTOR - 1); in write_refcount_block_entries()
444 size = (last_index - first_index) << REFCOUNT_SHIFT; in write_refcount_block_entries()
448 refcount_block_offset + (first_index << REFCOUNT_SHIFT), in write_refcount_block_entries()
449 &s->refcount_block_cache[first_index], size); in write_refcount_block_entries()
465 int first_index = -1, last_index = -1; in update_refcount() local
493 first_index, last_index); in update_refcount()
498 first_index = -1; in update_refcount()
513 if (first_index == -1 || block_index < first_index) { in update_refcount()
[all …]
/external/v8/src/
Dd8.js1753 var first_index = body.first_index + 1;
1754 var has_more = ((first_index + length) <= body.count);
1756 if (has_more || (first_index != 1)) {
1758 ': starting from '+ first_index +']';
1768 var index = first_index + i;
1860 var first_index = body.first_index + 1;
1863 var has_more = ((first_index + length) <= total_count);
1865 if (has_more || (first_index != 1)) {
1867 ': starting from '+ first_index +']';
1885 index = first_index + i;
Dhydrogen.cc7938 int first_index = current->first_instruction_index(); in Trace() local
7942 LifetimePosition::FromInstructionIndex(first_index).Value()); in Trace()
7984 int first_index = current->first_instruction_index(); in Trace() local
7986 if (first_index != -1 && last_index != -1) { in Trace()
7988 for (int i = first_index; i <= last_index; ++i) { in Trace()
/external/webkit/Source/WebKit/android/content/
Daddress_detector.cpp591 int first_index = first_letter - 'a'; in FindStateStartingInWord() local
599 if (!(state_two_letter_suffix[first_index] & (1 << second_index))) in FindStateStartingInWord()
602 std::bitset<32> previous_suffixes = state_two_letter_suffix[first_index] & in FindStateStartingInWord()
605 *state_index = state_two_letter_accumulative[first_index] + in FindStateStartingInWord()
611 for (int state = state_names_accumulative[first_index]; in FindStateStartingInWord()
612 state < state_names_accumulative[first_index + 1]; ++state) { in FindStateStartingInWord()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c392 unsigned short first_index; member
404 unsigned long first_index; member
1181 types->first_index = old->first_index; in pdb_convert_types_header()
/external/kernel-headers/original/linux/
Dmm.h705 pgoff_t first_index; /* Lowest page->index to unmap */ member