Searched refs:first_slot (Results 1 – 4 of 4) sorted by relevance
256 first_slot = 0 variable258 histo_start.append(first_slot)261 histogram.name.upper(), first_slot)264 first_slot += histogram.buckets265 print >> H, " GRPC_STATS_HISTOGRAM_BUCKETS = %d" % first_slot
520 int first_slot = ~0, first_nf = ~0, last_slot = ~0; in try_reserve() local526 if (first_slot == ~0) in try_reserve()527 first_slot = i; in try_reserve()550 assert(first_slot != ~0 && last_slot != ~0); in try_reserve()
1523 int first_slot = in calculate_urb_setup() local1527 assert(prev_stage_vue_map.num_slots <= first_slot + 32); in calculate_urb_setup()1528 for (int slot = first_slot; slot < prev_stage_vue_map.num_slots; in calculate_urb_setup()1534 prog_data->urb_setup[varying] = slot - first_slot; in calculate_urb_setup()1537 urb_next = prev_stage_vue_map.num_slots - first_slot; in calculate_urb_setup()
1051 int first_slot = in genX() local1056 assert(first_slot % 2 == 0); in genX()1057 *urb_entry_read_offset = first_slot / 2; in genX()