| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-streamer.h | 57 unsigned next_idx; member in struct:streamer_tree_cache_d
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-streamer.h | 57 unsigned next_idx; member in struct:streamer_tree_cache_d
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| mpsc_queue.c | 32 int next_idx = 0; local 34 expect_d_lt(next_idx, nelems, "Too many list items"); 36 expect_d_eq(next_idx, elem->idx, "List out of order"); 37 next_idx++; 106 int next_idx = 0; local 110 elem_mpsc_queue_push(&queue, &elems[next_idx]); 111 next_idx++; 115 ql_tail_insert(&list, &elems[next_idx], link); 116 next_idx++; 125 ql_tail_insert(&list, &elems[next_idx], link) 150 int next_idx = 0; local 202 int next_idx = 0; local [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldelfgen.c | 362 size_t next_idx; member in struct:ctf_strtab_iter_cb_arg
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldelfgen.c | 364 size_t next_idx; member in struct:ctf_strtab_iter_cb_arg
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| program-point.cc | 663 unsigned next_idx = get_stmt_idx () + 1; local 664 if (next_idx < get_supernode ()->m_stmts.length ()) 665 return before_stmt (get_supernode (), next_idx); 692 unsigned next_idx = get_stmt_idx () + 1; local 693 if (next_idx < get_supernode ()->m_stmts.length ()) 694 return before_stmt (get_supernode (), next_idx, get_call_string ());
|
| diagnostic-manager.cc | 2659 [start_idx, next_idx) 2662 int next_idx = start_idx + 2; local 2663 while (path->cfg_edge_pair_at_p (next_idx) 2664 && same_line_as_p (start_exp_loc, path, next_idx)) 2667 = path->get_checker_event (next_idx); 2683 next_idx += 2; 2687 if (next_idx > start_idx + 2) 2690 = path->get_checker_event (next_idx - 1); 2692 start_idx, next_idx - 1, start_idx, start_idx +1); 2706 path->delete_events (start_idx + 2, next_idx - (start_idx + 2)) [all...] |
| /src/sys/external/bsd/dwc2/dist/ |
| dwc2_hcdddma.c | 583 u16 next_idx; local 589 next_idx = dwc2_desclist_idx_inc(qh->td_last, inc, qh->dev_speed); 598 if (dwc2_frame_idx_num_gt(cur_idx, next_idx) || (cur_idx == next_idx)) {
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| program-point.cc | 679 unsigned next_idx = get_stmt_idx () + 1; local 680 if (next_idx < get_supernode ()->m_stmts.length ()) 681 return before_stmt (get_supernode (), next_idx); 727 unsigned next_idx = get_stmt_idx () + 1; local 728 if (next_idx < get_supernode ()->m_stmts.length ()) 729 return before_stmt (get_supernode (), next_idx, get_call_string ());
|
| diagnostic-manager.cc | 3057 [start_idx, next_idx) 3060 int next_idx = start_idx + 2; local 3061 while (path->cfg_edge_pair_at_p (next_idx) 3062 && same_line_as_p (start_exp_loc, path, next_idx)) 3065 = path->get_checker_event (next_idx); 3081 next_idx += 2; 3085 if (next_idx > start_idx + 2) 3088 = path->get_checker_event (next_idx - 1); 3090 start_idx, next_idx - 1, start_idx, start_idx +1); 3104 path->delete_events (start_idx + 2, next_idx - (start_idx + 2)) [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| regex_internal.h | 621 Idx next_idx; member in struct:__anon9605
|
| regexec.c | 2901 str_idx = path->next_idx == 0 ? top_str : path->next_idx; 3009 path->next_idx = str_idx; 3060 Idx next_idx = str_idx + naccepted; 3061 dest_state = mctx->state_log[next_idx]; 3078 mctx->state_log[next_idx] = re_acquire_state (&err, dfa, 3080 if (BE (mctx->state_log[next_idx] == NULL 3056 Idx next_idx = str_idx + naccepted; local
|