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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1216 unsigned long numSingleBytes; local
1226 numSingleBytes = (unsigned long) theBytePtr & 0x0003;
1228 while (numSingleBytes > 0)
1233 numSingleBytes--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1216 unsigned long numSingleBytes; local
1226 numSingleBytes = (unsigned long) theBytePtr & 0x0003;
1228 while (numSingleBytes > 0)
1233 numSingleBytes--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1216 unsigned long numSingleBytes; local
1226 numSingleBytes = (unsigned long) theBytePtr & 0x0003;
1228 while (numSingleBytes > 0)
1233 numSingleBytes--;

Completed in 65 milliseconds