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

/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp353 unsigned int checkLen = length; local
363 if (stringLen != checkLen) {
371 if ( (checkLen - stringLen) == 1) {
372 if (dataPtr[checkLen-1] != 0) // non-zero means not a terminator and thus not likely the same
374 checkLen--;
382 for ( unsigned int i=0; i < checkLen; i++ ) {

Completed in 18 milliseconds