HomeSort by relevance Sort by last modified time
    Searched defs:next_id (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.h 49 int64_t next_id; ///For generating unique IDs for memory chunks member in struct:compute_memory_pool
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 38 static uint32_t next_id; variable
70 return next_id++;
137 next_id = 99;
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 39 static int next_id = 1; variable
85 id = next_id++;
  /external/avahi/avahi-core/
query-sched.c 72 unsigned next_id; member in struct:AvahiQueryScheduler
94 qj->id = s->next_id++;
162 s->next_id = 0;
wide-area.c 87 uint16_t next_id; member in struct:AvahiWideAreaLookupEngine
230 for (;; e->next_id++)
231 if (!find_lookup(e, e->next_id))
234 l->id = e->next_id++;
606 e->next_id = (uint16_t) rand();
  /external/valgrind/coregrind/
m_stacks.c 97 static UWord next_id; /* Next id we hand out to a newly registered stack */ variable
198 i->id = next_id++;
  /external/skia/src/core/
SkTextBlob.cpp 197 static int32_t next_id() { function
208 , fUniqueID(next_id()) {
  /external/skia/src/gpu/
GrContext.cpp 52 static int32_t next_id() { function
60 GrContext::GrContext() : fUniqueID(next_id()) {
  /external/c-ares/
ares_private.h 278 unsigned short next_id; member in struct:ares_channeldata

Completed in 297 milliseconds