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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dutrace.c126 int32_t shiftCount; local
127 for (shiftCount=(charsToOutput-1)*4; shiftCount >= 0; shiftCount-=4) {
128 char c = gHexChars[(val >> shiftCount) & 0xf];
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DCryptKitDER.cpp251 unsigned shiftCount; local
254 shiftCount = 0;
256 thisDigit |= ((giantDigit)(*inp--) << shiftCount);
257 shiftCount += 8;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DCryptKitDER.cpp251 unsigned shiftCount; local
254 shiftCount = 0;
256 thisDigit |= ((giantDigit)(*inp--) << shiftCount);
257 shiftCount += 8;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAPInt.cpp2672 unsigned int n, shiftCount;
2677 shiftCount = tcMSB(rhs, parts) + 1;
2678 if (shiftCount == 0)
2681 shiftCount = parts * integerPartWidth - shiftCount;
2682 n = shiftCount / integerPartWidth;
2683 mask = (integerPart) 1 << (shiftCount % integerPartWidth);
2686 tcShiftLeft(srhs, parts, shiftCount);
2701 if (shiftCount == 0)
2703 shiftCount
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h94 bool shiftCount(ExecState* exec, unsigned startIndex, unsigned count) function in class:JSC::JSArray
H A DArrayPrototype.cpp206 if (array->length() == length && asArray(thisObj)->shiftCount<shiftCountMode>(exec, header, count))

Completed in 400 milliseconds