Searched refs:next_idx (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-streamer.cc | 151 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()
|
| D | tree-streamer.h | 57 unsigned next_idx; member
|
| D | ChangeLog-2014 | 43539 * 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/ |
| D | xmss_fast.h | 37 unsigned int next_idx; member
|
| D | xmss_fast.c | 262 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()
|
| D | sshkey-xmss.c | 702 (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/ |
| D | dwc2_hcdddma.c | 583 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/ |
| D | ldelfgen.c | 365 size_t next_idx; member
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | regexec.c | 2897 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()
|
| D | regex_internal.h | 621 Idx next_idx; member
|