Searched refs:offset_from_start (Results 1 – 2 of 2) sorted by relevance
508 offset_from_start = 0517 offset_from_start = None520 offset_from_start += size532 if offset_from_start is not None:533 if offset_from_start % 8 != 0:535 offset_from_start = int(offset_from_start / 8)538 start = offset_from_start539 end = offset_from_start + value_size543 self.check_size_(offset_from_start + value_size)
80 uint32_t offset_from_start) in init_range() argument95 range->OffsetInDescriptorsFromTableStart = offset_from_start; in init_range()