Home
last modified time | relevance | path

Searched refs:next_idx (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/binutils-2.34/ld/
HDldelfgen.c98 size_t next_idx; member
149 arg->next_idx = 0; in ldelf_ctf_symbols_iter_cb()
153 ASSERT (arg->syms[arg->next_i].dest_index == arg->next_idx); in ldelf_ctf_symbols_iter_cb()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-streamer.c151 ix = cache->next_idx++; in streamer_tree_cache_insert_1()
212 unsigned ix = cache->next_idx++; in streamer_tree_cache_append()
403 cache->next_idx = 0; in streamer_tree_cache_create()
HDtree-streamer.h57 unsigned next_idx; member
/dragonfly/crypto/openssh/
HDxmss_fast.h37 unsigned int next_idx; member
HDxmss_fast.c264 setLtreeADRS(ltree_addr, treehash->next_idx); in treehash_update()
265 setOTSADRS(ots_addr, treehash->next_idx); in treehash_update()
274 setTreeIndex(node_addr, (treehash->next_idx >> (nodeheight+1))); in treehash_update()
289 treehash->next_idx++; in treehash_update()
509 state->treehash[i].next_idx = startidx; in bds_round()
HDsshkey-xmss.c705 (r = sshbuf_put_u32(b, th->next_idx)) != 0 || in sshkey_xmss_serialize_state()
817 (r = sshbuf_get_u32(b, &th->next_idx)) != 0 || in sshkey_xmss_deserialize_state()
/dragonfly/sys/dev/netif/vr/
HDif_vr.c870 int next_idx; in vr_list_tx_init() local
873 next_idx = tx_chain[i].vr_next_idx; in vr_list_tx_init()
876 vtophys(tx_chain[next_idx].vr_ptr); in vr_list_tx_init()
/dragonfly/contrib/cvs-1.12/lib/
HDregexec.c2892 str_idx = path->next_idx == 0 ? top_str : path->next_idx; in check_arrival()
3000 path->next_idx = str_idx; in check_arrival()
3051 Idx next_idx = str_idx + naccepted; in check_arrival_add_next_nodes() local
3052 dest_state = mctx->state_log[next_idx]; in check_arrival_add_next_nodes()
3069 mctx->state_log[next_idx] = re_acquire_state (&err, dfa, in check_arrival_add_next_nodes()
3071 if (BE (mctx->state_log[next_idx] == NULL in check_arrival_add_next_nodes()
HDregex_internal.h619 Idx next_idx; member
/dragonfly/contrib/grep/lib/
HDregexec.c2861 str_idx = path->next_idx ? path->next_idx : top_str; in check_arrival()
2970 path->next_idx = str_idx; in check_arrival()
3020 Idx next_idx = str_idx + naccepted; in check_arrival_add_next_nodes() local
3021 dest_state = mctx->state_log[next_idx]; in check_arrival_add_next_nodes()
3038 mctx->state_log[next_idx] = re_acquire_state (&err, dfa, in check_arrival_add_next_nodes()
3040 if (__glibc_unlikely (mctx->state_log[next_idx] == NULL in check_arrival_add_next_nodes()
HDregex_internal.h570 Idx next_idx; member