Home
last modified time | relevance | path

Searched refs:next_context (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_validate.c43 static int next_context = 0; variable
115 int context_ix = next_context++ % MAX_VALIDATIONS; in serial_validate_records()
H A Dzstream_fletcher4.c41 static int next_context = 0; variable
152 int context_ix = next_context++ % MAX_FLETCHER_4; in fletcher4_serial_step()
H A Dzstream_byteswap.c40 static int next_context = 0; variable
184 int context_ix = next_context++ % MAX_BYTESWAP; in serial_byteswap()