Searched refs:next_id (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h49 int64_t next_id; ///For generating unique IDs for memory chunks member in struct:compute_memory_pool
H A Dcompute_memory_pool.c99 pool->next_id = 1;
399 new_item->id = pool->next_id++;
/external/c-ares/
H A Dares_query.c117 status = ares_mkquery(name, dnsclass, type, channel->next_id, rd, &qbuf,
126 channel->next_id = generate_unique_id(channel);
H A Dares_private.h278 unsigned short next_id; member in struct:ares_channeldata
H A Dares_init.c230 channel->next_id = ares__generate_new_id(&channel->id_key);
/external/avahi/avahi-core/
H A Dquery-sched.c72 unsigned next_id; member in struct:AvahiQueryScheduler
94 qj->id = s->next_id++;
162 s->next_id = 0;
H A Dwide-area.c87 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/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp38 static uint32_t next_id; variable
70 return next_id++;
137 next_id = 99;
/external/valgrind/coregrind/
H A Dm_stacks.c97 static UWord next_id; /* Next id we hand out to a newly registered stack */ variable
198 i->id = next_id++;
/external/skia/src/core/
H A DSkTextBlob.cpp197 static int32_t next_id() { function
208 , fUniqueID(next_id()) {
/external/skia/src/gpu/
H A DGrContext.cpp52 static int32_t next_id() { function
60 GrContext::GrContext() : fUniqueID(next_id()) {
/external/autotest/scheduler/
H A Dscheduler_models.py1269 next_id = max(ids) + 1
1271 next_id = 0
1272 return '%sgroup%d' % (group_name, next_id)

Completed in 358 milliseconds