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

  /external/brotli/enc/
block_splitter_inc.h 159 uint16_t next_id = 0; local
167 new_id[block_ids[i]] = next_id++;
174 assert(next_id <= num_histograms);
175 return next_id;
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.h 61 int64_t next_id; /**< For generating unique IDs for memory chunks */ member in struct:compute_memory_pool
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 39 static int next_id = 1; variable
85 id = next_id++;
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 36 static uint32_t next_id; variable
72 return next_id++;
139 next_id = 99;
  /external/valgrind/coregrind/
m_stacks.c 103 static UWord next_id; /* Next id we hand out to a newly registered stack */ variable
204 i->id = next_id++;
  /external/skia/src/core/
SkVertices.cpp 15 static int32_t next_id() { function
91 fVertices->fUniqueID = next_id();
SkTextBlob.cpp 283 static int32_t next_id() { function
293 , fUniqueID(next_id())
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.h 136 unsigned next_id; member in class:r600_sb::alu_group_tracker
  /external/skia/src/shaders/
SkPictureShader.cpp 117 uint32_t next_id() { function in namespace:__anon31119
136 , fUniqueID(next_id())
  /external/c-ares/
ares_private.h 278 unsigned short next_id; member in struct:ares_channeldata
  /external/skia/src/gpu/
GrContext.cpp 85 static int32_t next_id() { function
93 GrContext::GrContext() : fUniqueID(next_id()) {
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 763 ResourceId next_id = maybe_id.value(); local
807 child_resource.id = next_id;
813 next_id.id += 1;
    [all...]

Completed in 1848 milliseconds