Searched refs:st_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Dmd_rand.c195 int i, j, k, st_idx; local
231 st_idx = state_index;
255 * state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE] are what we
271 k = (st_idx + j) - STATE_SIZE;
273 MD_Update(&m, &(state[st_idx]), j - k);
276 MD_Update(&m, &(state[st_idx]), j);
303 state[st_idx++] ^= local_md[k];
304 if (st_idx >= STATE_SIZE)
305 st_idx
339 int i, j, k, st_num, st_idx; local
[all...]
/freebsd-10-stable/contrib/libgnuregex/
H A Dregexec.c1763 int st_idx;
1765 for (st_idx = 0; st_idx < num; ++st_idx)
1767 if (dst[st_idx] == NULL)
1768 dst[st_idx] = src[st_idx];
1769 else if (src[st_idx] != NULL)
1772 err = re_node_set_init_union (&merged_set, &dst[st_idx]->nodes,
1773 &src[st_idx]
1760 int st_idx; local
4200 int st_idx; local
[all...]

Completed in 102 milliseconds