Searched refs:prev_count (Results 1 – 3 of 3) sorted by relevance
164 prev_count = path.count(member_id)165 if prev_count:166 new_path = path + "/{" + member_id + str(prev_count + 1) + "}"
1699 prev_count = len(imply_configs[prev])1701 if (prev_count > count and1707 elif count > prev_count:
3011 uint64_t mhpmctr_val, prev_count, curr_count; in write_mcountinhibit() 3046 prev_count = counter->mhpmcounter_prev; in write_mcountinhibit() 3054 prev_count = prev_count | in write_mcountinhibit() 3059 mhpmctr_val = curr_count - prev_count + mhpmctr_val; in write_mcountinhibit() 3014 uint64_t mhpmctr_val, prev_count, curr_count; write_mcountinhibit() local