Searched refs:OSWriteBigInt32 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecFrameworkP.c258 OSWriteBigInt32(randomref->block, 0, randomref->sha1.h0);
259 OSWriteBigInt32(randomref->block, 4, randomref->sha1.h1);
260 OSWriteBigInt32(randomref->block, 8, randomref->sha1.h2);
261 OSWriteBigInt32(randomref->block, 12, randomref->sha1.h3);
262 OSWriteBigInt32(randomref->block, 16, randomref->sha1.h4);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecFrameworkP.c258 OSWriteBigInt32(randomref->block, 0, randomref->sha1.h0);
259 OSWriteBigInt32(randomref->block, 4, randomref->sha1.h1);
260 OSWriteBigInt32(randomref->block, 8, randomref->sha1.h2);
261 OSWriteBigInt32(randomref->block, 12, randomref->sha1.h3);
262 OSWriteBigInt32(randomref->block, 16, randomref->sha1.h4);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecFrameworkP.c258 OSWriteBigInt32(randomref->block, 0, randomref->sha1.h0);
259 OSWriteBigInt32(randomref->block, 4, randomref->sha1.h1);
260 OSWriteBigInt32(randomref->block, 8, randomref->sha1.h2);
261 OSWriteBigInt32(randomref->block, 12, randomref->sha1.h3);
262 OSWriteBigInt32(randomref->block, 16, randomref->sha1.h4);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecFramework.c215 OSWriteBigInt32(randomref->block, 0, randomref->sha1.h0);
216 OSWriteBigInt32(randomref->block, 4, randomref->sha1.h1);
217 OSWriteBigInt32(randomref->block, 8, randomref->sha1.h2);
218 OSWriteBigInt32(randomref->block, 12, randomref->sha1.h3);
219 OSWriteBigInt32(randomref->block, 16, randomref->sha1.h4);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h77 #define OSWriteBigInt(x, y, z) OSWriteBigInt32(x, y, z)
163 #define OSWriteBigInt32(base, byteOffset, data) _OSWriteInt32(base, byteOffset, data) macro
237 #define OSWriteBigInt32(base, byteOffset, data) OSWriteSwapInt32(base, byteOffset, data) macro
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DFileAbstraction.hpp65 static void set32(uint32_t& into, uint32_t value) INLINE { OSWriteBigInt32(&into, 0, value); }
68 static void set32(int32_t& into, int32_t value) INLINE { OSWriteBigInt32(&into, 0, value); }
/macosx-10.10/libunwind-35.3/src/
H A DFileAbstraction.hpp65 static void set32(uint32_t& into, uint32_t value) INLINE { OSWriteBigInt32(&into, 0, value); }
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp1262 OSWriteBigInt32(vSegList, offAddr, (UInt32) segment.fIOVMAddr);
1263 OSWriteBigInt32(vSegList, offLen, (UInt32) segment.fLength);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3807 OSWriteBigInt32(dataOut, 0, data);
10057 OSWriteBigInt32(str, 0, attributes[i]);
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c3781 OSWriteBigInt32(&updatedValue[1], 0, intV);

Completed in 162 milliseconds