Home
last modified time | relevance | path

Searched refs:free_slot (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_link.c47 unsigned i, free_slot; in svga_link_shaders() local
66 free_slot = outshader_info->num_outputs + 1; in svga_link_shaders()
99 /* make sure free_slot includes this extra output */ in svga_link_shaders()
100 free_slot = MAX2(free_slot, linkage->input_map[i] + 1); in svga_link_shaders()
119 unsigned j = free_slot++; in svga_link_shaders()
124 linkage->input_map_max = free_slot - 1; in svga_link_shaders()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4273 struct fd_cache *free_slot, *oldest_slot, *cp; in alloc_fdcache() local
4302 free_slot = NULL; in alloc_fdcache()
4308 * oldest fd slot in the cache, and free_slot will point to an in alloc_fdcache()
4324 if (free_slot == NULL) { in alloc_fdcache()
4325 free_slot = cp; in alloc_fdcache()
4358 free_slot = oldest_slot; in alloc_fdcache()
4373 * If we get here, fd is our open descriptor. If free_slot is NULL, in alloc_fdcache()
4374 * we need to grow the cache, otherwise free_slot is the slot that in alloc_fdcache()
4378 if (free_slot == NULL) { in alloc_fdcache()
4397 free_slot in alloc_fdcache()
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc654 uint32_t free_slot = top_of_stack_++; in AllocateSpillSlot() local
658 free_slot)); in AllocateSpillSlot()

Completed in 7 milliseconds