Searched refs:context_ix (Results 1 – 3 of 3) sorted by relevance
115 int context_ix = next_context++ % MAX_VALIDATIONS; in serial_validate_records() local116 validate_context_t *context = &contexts[context_ix]; in serial_validate_records()
152 int context_ix = next_context++ % MAX_FLETCHER_4; in fletcher4_serial_step() local153 fletcher4_context_t *context = &fletcher4_contexts[context_ix]; in fletcher4_serial_step()
184 int context_ix = next_context++ % MAX_BYTESWAP; in serial_byteswap() local185 byteswap_context_t *bsc = &byteswap_contexts[context_ix]; in serial_byteswap()