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

  /src/usr.bin/nbperf/
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 23 milliseconds