Searched refs:current_slot (Results 1 – 4 of 4) sorted by relevance
43 current_slot = int(52 target_slot = 0 if current_slot else 156 '(slot %d)', current_slot, partition, target_slot)60 if target_slot == current_slot:65 partition, current_slot)172 current_slot = int(174 if current_slot != target_slot:176 current_slot, target_slot)
137 int current_slot; member in __anon1d258fbb0111::prog_scope_storage176 current_slot(0) in prog_scope_storage()190 storage[current_slot] = prog_scope(p, type, id, lvl, s_begin); in create()191 return &storage[current_slot++]; in create()
420 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc);
201 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc) in current_slot() function