HomeSort by relevance Sort by last modified time
    Searched refs:first_index (Results 1 - 6 of 6) sorted by null

  /external/qemu/block/
qcow2-refcount.c 426 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 == -1 || block_index < first_index)
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 591 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) {
    [all...]
  /external/v8/src/
d8.js     [all...]
hydrogen.cc 7938 int first_index = current->first_instruction_index(); local
7984 int first_index = current->first_instruction_index(); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 369 unsigned short first_index; member in struct:_PDB_TYPES_OLD
381 unsigned long first_index; member in struct:_PDB_TYPES
    [all...]
  /external/kernel-headers/original/linux/
mm.h 705 pgoff_t first_index; /* Lowest page->index to unmap */ member in struct:zap_details
    [all...]

Completed in 392 milliseconds