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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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--;

Completed in 53 milliseconds