HomeSort by: relevance | last modified time | path
    Searched refs:output_index (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/nbperf/
graph2.c 170 graph->output_order[--graph->output_index] = e;
237 graph->output_index = graph->e;
242 for (i = graph->e; graph->output_index > 0 && i > graph->output_index;) {
248 if (graph->output_index != 0) {
graph2.c 170 graph->output_order[--graph->output_index] = e;
237 graph->output_index = graph->e;
242 for (i = graph->e; graph->output_index > 0 && i > graph->output_index;) {
248 if (graph->output_index != 0) {
graph2.h 77 uint32_t output_index; local in function:SIZED
graph2.h 77 uint32_t output_index; local in function:SIZED
  /src/lib/libc/cdb/
cdbw.c 386 uint32_t output_index; member in struct:state
416 state->output_order[--state->output_index] = e;
470 state->output_index = state->keys;
475 while (i > 0 && i > state->output_index) {
482 return state->output_index == 0 ? 0 : -1;
cdbw.c 386 uint32_t output_index; member in struct:state
416 state->output_order[--state->output_index] = e;
470 state->output_index = state->keys;
475 while (i > 0 && i > state->output_index) {
482 return state->output_index == 0 ? 0 : -1;

Completed in 130 milliseconds