Searched refs:intptr_t (Results 1 - 25 of 375) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/_types/
H A D_intptr_t.h30 typedef __darwin_intptr_t intptr_t; typedef
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMJITInfo.cpp116 extern "C" void ARMCompilationCallbackC(intptr_t StubAddr) {
118 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr);
128 *(intptr_t *)StubAddr = 0xe51ff004; // ldr pc, [pc, #-4]
129 *(intptr_t *)(StubAddr+4) = NewVal;
145 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)Ptr);
148 addIndirectSymAddr(Ptr, (intptr_t)PtrAddr);
164 if (Fn != (void*)(intptr_t)ARMCompilationCallback) {
168 intptr_t LazyPtr = getIndirectSymAddr(Fn);
171 LazyPtr= (intptr_t)emitGlobalValueIndirectSy
[all...]
H A DARMJITInfo.h31 SmallVector<intptr_t, 16> ConstPoolId2AddrMap;
35 SmallVector<intptr_t, 16> JumpTableId2AddrMap;
38 DenseMap<unsigned, intptr_t> PCLabelMap;
42 DenseMap<void*, intptr_t> Sym2IndirectSymMap;
116 intptr_t getConstantPoolEntryAddr(unsigned CPI) const {
124 void addConstantPoolEntryAddr(unsigned CPI, intptr_t Addr) {
132 intptr_t getJumpTableBaseAddr(unsigned JTI) const {
141 void addJumpTableBaseAddr(unsigned JTI, intptr_t Addr) {
148 intptr_t getPCLabelAddr(unsigned Id) const {
149 DenseMap<unsigned, intptr_t>
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-slide/
H A Dmain.c32 intptr_t findSlide(const struct mach_header* mh)
59 intptr_t slide1 = _dyld_get_image_slide(mh);
60 intptr_t slide2 = findSlide(mh);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsJITInfo.cpp30 unsigned NewAddr = (intptr_t)New;
31 unsigned OldAddr = (intptr_t)Old;
164 extern "C" void MipsCompilationCallbackC(intptr_t StubAddr) {
166 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr);
181 *(intptr_t *)(StubAddr) = 0xf << 26 | 25 << 16 | Hi;
182 *(intptr_t *)(StubAddr + 4) = 9 << 26 | 25 << 21 | 25 << 16 | Lo;
183 *(intptr_t *)(StubAddr + 8) = 25 << 21 | 8;
184 *(intptr_t *)(StubAddr + 12) = 0;
209 intptr_t EmittedAdd
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-stdinc.h81 typedef __int64 intptr_t; typedef
83 typedef _W64 int intptr_t; typedef
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86JITInfo.cpp38 unsigned NewAddr = (intptr_t)New;
39 unsigned OldAddr = (intptr_t)OldWord;
306 static void X86CompilationCallback2(intptr_t *StackPtr, intptr_t RetAddr);
352 X86CompilationCallback2(intptr_t *StackPtr, intptr_t RetAddr) {
353 intptr_t *RetAddrLoc = &StackPtr[1];
382 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr);
391 *(intptr_t *)RetAdd
[all...]
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Danyauthput.c28 typedef int intptr_t; typedef
40 typedef __int64 intptr_t; typedef
42 typedef int intptr_t; typedef
57 #ifndef intptr_t
58 #define intptr_t long macro
76 intptr_t fd = (intptr_t)userp;
101 intptr_t fd = (intptr_t)stream;
117 intptr_t h
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCJITInfo.cpp50 intptr_t Offset = ((intptr_t)To - (intptr_t)At) >> 2;
51 unsigned *AtI = (unsigned*)(intptr_t)At;
310 intptr_t Offset = ((intptr_t)Target - (intptr_t)OrigCallAddr) >> 2;
333 EmitBranchToAt((intptr_t)StubCallAddr, (intptr_t)Target, false, is64Bit);
369 if (Fn != (void*)(intptr_t)PPC32CompilationCallbac
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-23-notify.c28 is((intptr_t)keychain, (intptr_t)notKc,
35 is((intptr_t)default_keychain, (intptr_t)keychain,
53 is((intptr_t)default_keychain, (intptr_t)keychain,
H A Dkc-22-key-symmetric.c58 cmp_ok((intptr_t)aes_key, ==, (intptr_t)item, "is key found the right one?");
77 cmp_ok((intptr_t)aes_key, ==, (intptr_t)item, "is key found the right one?");
95 is((intptr_t)aes_key, (intptr_t)deleted_item, "key was the deleted item");
/macosx-10.10.1/dtrace-147/test/tst/common/types/
H A Dtst.inttypes.d43 printf("sizeof (intptr_t) = %u\n", sizeof (intptr_t));
/macosx-10.10.1/objc4-646/test/
H A DivarSlide.h87 intptr_t d;
100 intptr_t skip15[15];
102 intptr_t skip15_2[15];
107 intptr_t skip1;
/macosx-10.10.1/swig-12/Lib/
H A Dstdint.i92 typedef long int intptr_t;
95 typedef int intptr_t;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dcfclass.h49 static uint32_t refCountForType(intptr_t op, CFTypeRef cf) throw();
50 static uint32_t cleanupObject(intptr_t op, CFTypeRef cf, bool &zap);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfclass.h49 static uint32_t refCountForType(intptr_t op, CFTypeRef cf) throw();
50 static uint32_t cleanupObject(intptr_t op, CFTypeRef cf, bool &zap);
/macosx-10.10.1/dtrace-147/test/tst/common/inline/
H A Dtst.InlineDataAssign.d52 inline intptr_t new_intptr = 0x12345;
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-remove-crash/
H A Dmain.c34 static void removeNotification2(const struct mach_header *mh, intptr_t vmaddr_slide)
38 static void removeNotification(const struct mach_header *mh, intptr_t vmaddr_slide)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DPointerIntPair.h42 intptr_t Value;
46 ~(uintptr_t)(((intptr_t)1 << PtrTraits::NumLowBitsAvailable)-1),
53 IntMask = (uintptr_t)(((intptr_t)1 << IntBits)-1),
77 intptr_t PtrVal
78 = reinterpret_cast<intptr_t>(PtrTraits::getAsVoidPointer(Ptr));
86 intptr_t IntVal = Int;
99 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
106 void setFromOpaqueValue(void *Val) { Value = reinterpret_cast<intptr_t>(Val);}
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSourceProvider.cpp53 static intptr_t nextProviderID = 0;
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSLock.h121 intptr_t m_droppedLockCount;
127 void lock(intptr_t lockCount);
128 void unlock(intptr_t unlockCount);
138 intptr_t m_lockCount;
/macosx-10.10.1/Libc-1044.1.2/posix1e/
H A Daclvar.h81 #define _ACL_VALID_ENTRY(_e) ((((intptr_t)(_e)) > _ACL_SPECIAL_RANGE || ((intptr_t)(_e)) < -(_ACL_SPECIAL_RANGE)) && (_e)->ae_magic == _ACL_ENTRY_MAGIC)
83 #define _ACL_VALID_ACL(_a) ((((intptr_t)(_a)) > _ACL_SPECIAL_RANGE || ((intptr_t)(_a)) < -(_ACL_SPECIAL_RANGE)) && (_a)->a_magic == _ACL_ACL_MAGIC)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/big-stack/
H A Dmain.c43 intptr_t freeStackSpace = (buffer - sizeof(buffer)) - (stackStart - stackSize);
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A Dpolicytree.c205 (intptr_t)node, (intptr_t)*node, (intptr_t)(*node)->siblings,
247 (intptr_t)parent, (intptr_t)child, (intptr_t)parent->children,
248 (intptr_t)parent->siblings,
249 (intptr_t)(parent->children ? parent->children->siblings : NULL));
285 (intptr_t)parent, (intptr_t)nod
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp176 (int(*)(int, char **, const char **))(intptr_t)FPtr;
189 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr;
202 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr;
218 rv.IntVal = APInt(BitWidth, ((bool(*)())(intptr_t)FPtr)());
220 rv.IntVal = APInt(BitWidth, ((char(*)())(intptr_t)FPtr)());
222 rv.IntVal = APInt(BitWidth, ((short(*)())(intptr_t)FPtr)());
224 rv.IntVal = APInt(BitWidth, ((int(*)())(intptr_t)FPtr)());
226 rv.IntVal = APInt(BitWidth, ((int64_t(*)())(intptr_t)FPtr)());
232 rv.IntVal = APInt(32, ((int(*)())(intptr_t)FPtr)());
235 rv.FloatVal = ((float(*)())(intptr_t)FPt
[all...]

Completed in 629 milliseconds

1234567891011>>