Searched refs:scan_index (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Ddgraph.c247 unsigned int scan_index; local
259 for (scan_index = 0; scan_index < dgraph->length; scan_index++) {
261 dgraph_entry_t * scan_entry = dgraph->graph[scan_index];
319 unsigned int scan_index = 0; local
333 while (scan_index < add_index) {
346 scan_entry = backward_load_order[scan_index++];

Completed in 21 milliseconds