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

/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecOTRMath.c108 uint64_t highHalf,
111 uint8_t iv[16] = { highHalf >> 56, highHalf >> 48, highHalf >> 40, highHalf >> 32,
112 highHalf >> 24, highHalf >> 16, highHalf >> 8 , highHalf >> 0,
107 AES_CTR_HighHalf_Transform(size_t keySize, const uint8_t* key, uint64_t highHalf, size_t howMuch, const uint8_t* from, uint8_t* to) argument
H A DSecOTRMath.h57 uint64_t highHalf,
/macosx-10.9.5/kext_tools-326.95.1/
H A Dcompression.c31 u_int32_t result, lowHalf, highHalf; local
34 highHalf = 0;
39 highHalf %= 65521L;
43 highHalf += lowHalf;
47 highHalf %= 65521L;
49 result = (highHalf << 16) | lowHalf;
H A Dmkext.c37 u_int32_t result, lowHalf, highHalf; local
40 highHalf = 0;
45 highHalf %= 65521L;
49 highHalf += lowHalf;
53 highHalf %= 65521L;
55 result = (highHalf << 16) | lowHalf;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAPInt.cpp2230 // Assumed by lowHalf, highHalf, partMSB and partLSB. A fairly safe
2257 highHalf(integerPart part)
2550 high = highHalf(srcPart) * highHalf(multiplier);
2552 mid = lowHalf(srcPart) * highHalf(multiplier);
2553 high += highHalf(mid);
2559 mid = highHalf(srcPart) * lowHalf(multiplier);
2560 high += highHalf(mid);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c13386 u_int32_t result, lowHalf, highHalf; local
13389 highHalf = 0;
13394 highHalf %= 65521L;
13398 highHalf += lowHalf;
13402 highHalf %= 65521L;
13404 result = (highHalf << 16) | lowHalf;

Completed in 164 milliseconds