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

  /external/u-boot/arch/x86/cpu/
irq.c 121 static struct irq_info *check_dup_entry(struct irq_info *slot_base,
124 struct irq_info *slot = slot_base;
154 struct irq_info *slot, *slot_base; local
263 slot_base = rt->slots;
279 slot = check_dup_entry(slot_base, irq_entries,
301 slot = slot_base + irq_entries++;
  /art/runtime/gc/allocator/
rosalloc.cc 970 uint8_t* slot_base = reinterpret_cast<uint8_t*>(this) + headerSizes[idx]; local
1874 uint8_t* slot_base = reinterpret_cast<uint8_t*>(this) + headerSizes[idx]; local
    [all...]

Completed in 1262 milliseconds