Searched refs:counter_low (Results 1 – 3 of 3) sorted by relevance
224 counter_low(counter + (mask & 0)), counter_low(counter + (mask & 1)), in load_counters4()225 counter_low(counter + (mask & 2)), counter_low(counter + (mask & 3))); in load_counters4()
70 state[12] = counter_low(counter); in compress_pre()
137 INLINE uint32_t counter_low(uint64_t counter) { return (uint32_t)counter; } in counter_low() function