Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-streamer.cc151 ix = cache->next_idx++; in streamer_tree_cache_insert_1()
212 unsigned ix = cache->next_idx++; in streamer_tree_cache_append()
306 streamer_tree_cache_append (cache, node, cache->next_idx + 0xc001); in record_common_node()
407 cache->next_idx = 0; in streamer_tree_cache_create()
Dtree-streamer.h57 unsigned next_idx; member
DChangeLog-201443539 * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
43543 (streamer_tree_cache_insert_1): Use next_idx to assign idx.
/netbsd/src/crypto/external/bsd/openssh/dist/
Dxmss_fast.h37 unsigned int next_idx; member
Dxmss_fast.c262 setLtreeADRS(ltree_addr, treehash->next_idx); in treehash_update()
263 setOTSADRS(ots_addr, treehash->next_idx); in treehash_update()
272 setTreeIndex(node_addr, (treehash->next_idx >> (nodeheight+1))); in treehash_update()
287 treehash->next_idx++; in treehash_update()
507 state->treehash[i].next_idx = startidx; in bds_round()
Dsshkey-xmss.c702 (r = sshbuf_put_u32(b, th->next_idx)) != 0 || in sshkey_xmss_serialize_state()
814 (r = sshbuf_get_u32(b, &th->next_idx)) != 0 || in sshkey_xmss_deserialize_state()
/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcdddma.c583 u16 next_idx; in dwc2_init_isoc_dma_desc() local
589 next_idx = dwc2_desclist_idx_inc(qh->td_last, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc()
598 if (dwc2_frame_idx_num_gt(cur_idx, next_idx) || (cur_idx == next_idx)) { in dwc2_init_isoc_dma_desc()
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldelfgen.c365 size_t next_idx; member
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregexec.c2897 str_idx = path->next_idx == 0 ? top_str : path->next_idx; in check_arrival()
3005 path->next_idx = str_idx; in check_arrival()
3056 Idx next_idx = str_idx + naccepted; in check_arrival_add_next_nodes() local
3057 dest_state = mctx->state_log[next_idx]; in check_arrival_add_next_nodes()
3074 mctx->state_log[next_idx] = re_acquire_state (&err, dfa, in check_arrival_add_next_nodes()
3076 if (BE (mctx->state_log[next_idx] == NULL in check_arrival_add_next_nodes()
Dregex_internal.h621 Idx next_idx; member