Home
last modified time | relevance | path

Searched refs:st_idx (Results 1 – 4 of 4) sorted by relevance

/trueos/crypto/openssl/crypto/rand/
HDmd_rand.c195 int i, j, k, st_idx; in ssleay_rand_add() local
231 st_idx = state_index; in ssleay_rand_add()
271 k = (st_idx + j) - STATE_SIZE; in ssleay_rand_add()
273 MD_Update(&m, &(state[st_idx]), j - k); in ssleay_rand_add()
276 MD_Update(&m, &(state[st_idx]), j); in ssleay_rand_add()
303 state[st_idx++] ^= local_md[k]; in ssleay_rand_add()
304 if (st_idx >= STATE_SIZE) in ssleay_rand_add()
305 st_idx = 0; in ssleay_rand_add()
339 int i, j, k, st_num, st_idx; in ssleay_rand_bytes() local
446 st_idx = state_index; in ssleay_rand_bytes()
[all …]
/trueos/contrib/libgnuregex/
HDregexec.c1760 int st_idx; in merge_state_array() local
1762 for (st_idx = 0; st_idx < num; ++st_idx) in merge_state_array()
1764 if (dst[st_idx] == NULL) in merge_state_array()
1765 dst[st_idx] = src[st_idx]; in merge_state_array()
1766 else if (src[st_idx] != NULL) in merge_state_array()
1769 err = re_node_set_init_union (&merged_set, &dst[st_idx]->nodes, in merge_state_array()
1770 &src[st_idx]->nodes); in merge_state_array()
1773 dst[st_idx] = re_acquire_state (&err, dfa, &merged_set); in merge_state_array()
4200 int st_idx; in match_ctx_clean() local
4201 for (st_idx = 0; st_idx < mctx->nsub_tops; ++st_idx) in match_ctx_clean()
[all …]
/trueos/sys/dev/mpr/
HDmpr_mapping.c2094 u32 st_idx, end_idx, mt_idx = *map_idx; in _mapping_check_update_ir_mt_idx() local
2101 _mapping_get_ir_maprange(sc, &st_idx, &end_idx); in _mapping_check_update_ir_mt_idx()
/trueos/sys/dev/mps/
HDmps_mapping.c2094 u32 st_idx, end_idx, mt_idx = *map_idx; in _mapping_check_update_ir_mt_idx() local
2101 _mapping_get_ir_maprange(sc, &st_idx, &end_idx); in _mapping_check_update_ir_mt_idx()