Searched refs:first_index (Results 1 – 6 of 6) sorted by relevance
426 int64_t refcount_block_offset, int first_index, int last_index) in write_refcount_block_entries() argument436 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() local493 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 …]
1753 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;
7938 int first_index = current->first_instruction_index(); in Trace() local7942 LifetimePosition::FromInstructionIndex(first_index).Value()); in Trace()7984 int first_index = current->first_instruction_index(); in Trace() local7986 if (first_index != -1 && last_index != -1) { in Trace()7988 for (int i = first_index; i <= last_index; ++i) { in Trace()
591 int first_index = first_letter - 'a'; in FindStateStartingInWord() local599 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()
392 unsigned short first_index; member404 unsigned long first_index; member1181 types->first_index = old->first_index; in pdb_convert_types_header()
705 pgoff_t first_index; /* Lowest page->index to unmap */ member