Searched refs:STATE_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/serf/buckets/
H A Ddechunk_buckets.c30 STATE_SIZE, /* reading the chunk size */ enumerator in enum:__anon61::__anon62
53 ctx->state = STATE_SIZE;
78 case STATE_SIZE:
167 ctx->state = STATE_SIZE;
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Dmd_rand.c138 #define STATE_SIZE 1023 macro
140 static unsigned char state[STATE_SIZE + MD_DIGEST_LENGTH];
243 /* state_index <= state_num <= STATE_SIZE */
245 if (state_index >= STATE_SIZE) {
246 state_index %= STATE_SIZE;
247 state_num = STATE_SIZE;
248 } else if (state_num < STATE_SIZE) {
252 /* state_index <= state_num <= STATE_SIZE */
255 * state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE] are what we
272 k = (st_idx + j) - STATE_SIZE;
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dvesa.c207 #define STATE_SIZE 0 macro
515 /* regs.R_DL = STATE_SIZE; */

Completed in 133 milliseconds