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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp9958 uint32_t scan_to_index = 0; local
9973 &scan_to_index, &scan_from_index,
9995 &scan_to_index, &scan_from_index,
10003 identifier_out[scan_to_index++] = identifier[scan_from_index++];
10007 identifier_out[scan_to_index] = '\0';
10009 *identifier_out_end = &identifier_out[scan_to_index];

Completed in 338 milliseconds