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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dsimplepatternformatter.cpp42 int32_t origLen = *len; local
44 for (int32_t i = origLen + idLen - 1; i >= origLen; i--) {
49 *len = origLen + idLen;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/symDelta/
H A DsymDelta.c622 uint32 origLen; local
692 origLen = ptext.Length;
823 ptext.Length = origLen;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2353 IOByteCount origLen = length; local
2357 while ((length < origLen)
2360 if (length > origLen)
2361 length = origLen;
2440 IOByteCount origLen; local
2443 origLen = *lengthOfSegment;
2445 while ((length < origLen)
2448 if (length > origLen)
2449 length = origLen;

Completed in 175 milliseconds