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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9978 uint32_t scan_to_index = 0; local
9993 &scan_to_index, &scan_from_index,
10015 &scan_to_index, &scan_from_index,
10023 identifier_out[scan_to_index++] = identifier[scan_from_index++];
10027 identifier_out[scan_to_index] = '\0';
10029 *identifier_out_end = &identifier_out[scan_to_index];

Completed in 31 milliseconds