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

  /external/mesa3d/src/gallium/drivers/svga/
svga_link.c 47 unsigned i, free_slot; local
62 free_slot = outshader_info->num_outputs + 1;
74 /* make sure free_slot includes this extra output */
75 free_slot = MAX2(free_slot, linkage->input_map[i] + 1);
95 unsigned j = free_slot++;
  /external/tensorflow/tensorflow/core/util/
presized_cuckoo_map.h 305 int free_slot; local
306 free_slot = SpaceAvailable(e.bucket);
307 if (free_slot != kNoSpace) {
312 CopyItem(parent.bucket, e.parent_slot, e.bucket, free_slot);
313 free_slot = e.parent_slot;
316 InsertInternal(k, v, e.bucket, free_slot);
  /external/u-boot/drivers/usb/dwc3/
gadget.c 712 trb = &dep->trb_pool[dep->free_slot & DWC3_TRB_MASK];
718 req->start_slot = dep->free_slot & DWC3_TRB_MASK;
721 dep->free_slot++;
723 if (((dep->free_slot & DWC3_TRB_MASK) == DWC3_TRB_NUM - 1) &&
725 dep->free_slot++;
795 trbs_left = (dep->busy_slot - dep->free_slot) & DWC3_TRB_MASK;
799 max = DWC3_TRB_NUM - (dep->free_slot & DWC3_TRB_MASK);
826 dep->free_slot = 1;
829 dep->free_slot = 0;
    [all...]
ep0.c 64 trb = &dwc->ep0_trb[dep->free_slot];
67 dep->free_slot++;
826 ep0->free_slot = 0;
core.h 417 * @free_slot: next slot which is going to be used
439 u32 free_slot; member in struct:dwc3_ep
  /external/v8/src/profiler/
profile-generator.cc 519 unsigned free_slot = free_list_head_; local
520 while (free_slot != kNoFreeSlot) {
521 unsigned next_slot = code_entries_[free_slot].next_free_slot;
522 code_entries_[free_slot].entry = nullptr;
523 free_slot = next_slot;
  /external/ltp/testcases/kernel/fs/doio/
doio.c 4273 struct fd_cache *free_slot, *oldest_slot, *cp; local
    [all...]

Completed in 2603 milliseconds