Searched defs:first_index (Results 1 - 5 of 5) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c426 int64_t refcount_block_offset, int first_index, int last_index)
436 if (first_index < 0) {
440 first_index &= ~(REFCOUNTS_PER_SECTOR - 1);
444 size = (last_index - first_index) << REFCOUNT_SHIFT;
448 refcount_block_offset + (first_index << REFCOUNT_SHIFT),
449 &s->refcount_block_cache[first_index], size);
465 int first_index = -1, last_index = -1; local
493 first_index, last_index);
498 first_index = -1;
513 if (first_index
425 write_refcount_block_entries(BlockDriverState *bs, int64_t refcount_block_offset, int first_index, int last_index) argument
[all...]
/external/kernel-headers/original/linux/
H A Dmm.h705 pgoff_t first_index; /* Lowest page->index to unmap */ member in struct:zap_details
/external/webkit/Source/WebKit/android/content/
H A Daddress_detector.cpp591 int first_index = first_letter - 'a'; local
599 if (!(state_two_letter_suffix[first_index] & (1 << second_index)))
602 std::bitset<32> previous_suffixes = state_two_letter_suffix[first_index] &
605 *state_index = state_two_letter_accumulative[first_index] +
611 for (int state = state_names_accumulative[first_index];
612 state < state_names_accumulative[first_index + 1]; ++state) {
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c392 unsigned short first_index; member in struct:_PDB_TYPES_OLD
404 unsigned long first_index; member in struct:_PDB_TYPES
1181 types->first_index = old->first_index;
/external/v8/src/
H A Dhydrogen.cc7938 int first_index = current->first_instruction_index(); local
7942 LifetimePosition::FromInstructionIndex(first_index).Value());
7984 int first_index = current->first_instruction_index(); local
7986 if (first_index != -1 && last_index != -1) {
7988 for (int i = first_index; i <= last_index; ++i) {

Completed in 246 milliseconds