HomeSort by relevance Sort by last modified time
    Searched refs:intptr_t (Results 1 - 25 of 1487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_1.h 24 extern void check_int(intptr_t, intptr_t);
script_test_1a.cc 41 check_int(reinterpret_cast<intptr_t>(&a), 123);
42 check_int(reinterpret_cast<intptr_t>(&b),
43 reinterpret_cast<intptr_t>(&a) * 2);
44 check_int(reinterpret_cast<intptr_t>(&c),
45 reinterpret_cast<intptr_t>(&b) + 3 * 6);
46 check_int(reinterpret_cast<intptr_t>(&d),
47 (reinterpret_cast<intptr_t>(&b) + 3) * 6);
49 check_int(reinterpret_cast<intptr_t>(&f),
50 reinterpret_cast<intptr_t>(&sym) + 10);
script_test_1b.cc 29 check_int(intptr_t i, intptr_t j)
  /external/clang/test/Sema/
static-init.c 3 typedef __typeof((int*) 0 - (int*) 0) intptr_t; typedef
8 float r = (float) (intptr_t) &r; // expected-error {{initializer element is not a compile-time constant}}
9 intptr_t s = (intptr_t) &s;
22 struct foo x = {(intptr_t) u}; // expected-error {{initializer element is not a compile-time constant}}
24 intptr_t z = (intptr_t) u; // no-error
  /external/clang/test/CodeGen/
2008-12-23-AsmIntPointerTie.c 4 typedef long intptr_t; typedef
6 intptr_t a;
  /external/v8/src/trap-handler/
trap-handler.h 14 intptr_t instr_offset;
19 intptr_t landing_offset;
  /external/clang/test/CodeGenCXX/
vla-lambda-capturing.cpp 8 typedef __INTPTR_TYPE__ intptr_t; typedef
10 // CHECK-DAG: [[CAP_TYPE1:%.+]] = type { [[INTPTR_T:i.+]], [[INTPTR_T]]*, [[INTPTR_T]]* }
11 // CHECK-DAG: [[CAP_TYPE2:%.+]] = type { [[INTPTR_T]], [[INTPTR_T]]* }
12 // CHECK-DAG: [[CAP_TYPE3:%.+]] = type { [[INTPTR_T]]*, [[INTPTR_T]], [[INTPTR_T]], [[INTPTR_T]]*, [[INTPTR_T]]*
    [all...]
  /hardware/nxp/nfc/halimpl/tml/
phDal4Nfc_messageQueueLib.h 27 intptr_t phDal4Nfc_msgget(key_t key, int msgflg);
28 void phDal4Nfc_msgrelease(intptr_t msqid);
29 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void* buf);
30 intptr_t phDal4Nfc_msgsnd(intptr_t msqid, phLibNfc_Message_t* msg, int msgflg);
31 int phDal4Nfc_msgrcv(intptr_t msqid, phLibNfc_Message_t* msg, long msgtyp,
  /external/clang/test/Analysis/
complex.c 9 if (!p && __imag__ (intptr_t) p)
13 if (__real__ (intptr_t) p)
stackaddrleak.c 4 typedef __INTPTR_TYPE__ intptr_t; typedef
38 intptr_t returnAsNonLoc() {
40 return (intptr_t)&x; // expected-warning{{Address of stack memory associated with local variable 'x' returned to caller}}
49 extern intptr_t ip;
51 ip = (intptr_t)&x;
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_capture_types.h 22 // - On Windows: HWND cast to intptr_t.
23 // - On Linux (with X11): X11 Window (unsigned long) type cast to intptr_t.
25 typedef intptr_t WindowId;
31 // - On OSX: CGDirectDisplayID cast to intptr_t.
33 typedef intptr_t ScreenId;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerRandom.h 25 intptr_t operator()(intptr_t From, intptr_t To) {
27 intptr_t RangeSize = To - From + 1;
  /external/libffi/testsuite/libffi.call/
cls_pointer_stack.c 23 long double trample1 = (intptr_t)a1 + (intptr_t)a2;
25 long double trample3 = (intptr_t)trample1 + (intptr_t)a1;
27 long double trample5 = (intptr_t)trample3 + (intptr_t)a2;
29 long double trample7 = (intptr_t)trample5 + (intptr_t)trample1;
36 result = (void*)((intptr_t)a1 + (intptr_t)a2)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_pointer_stack.c 23 long double trample1 = (intptr_t)a1 + (intptr_t)a2;
25 long double trample3 = (intptr_t)trample1 + (intptr_t)a1;
27 long double trample5 = (intptr_t)trample3 + (intptr_t)a2;
29 long double trample7 = (intptr_t)trample5 + (intptr_t)trample1;
36 result = (void*)((intptr_t)a1 + (intptr_t)a2)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_pointer_stack.c 23 long double trample1 = (intptr_t)a1 + (intptr_t)a2;
25 long double trample3 = (intptr_t)trample1 + (intptr_t)a1;
27 long double trample5 = (intptr_t)trample3 + (intptr_t)a2;
29 long double trample7 = (intptr_t)trample5 + (intptr_t)trample1;
36 result = (void*)((intptr_t)a1 + (intptr_t)a2)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h 31 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>::const_iterator I = PCLabelMap.find(Id)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_gcc.cc 103 : "r"((intptr_t)(src_stride)), // %3
104 "r"((intptr_t)(dst_stride)) // %4
243 : "r"((intptr_t)(src_stride)), // %3
244 "r"((intptr_t)(dst_stride)) // %4
354 : "r"((intptr_t)(src_stride)), // %4
355 "r"((intptr_t)(dst_stride_a)), // %5
356 "r"((intptr_t)(dst_stride_b)) // %6
  /external/libyuv/files/source/
rotate_gcc.cc 106 : "r"((intptr_t)(src_stride)), // %3
107 "r"((intptr_t)(dst_stride)) // %4
248 : "r"((intptr_t)(src_stride)), // %3
249 "r"((intptr_t)(dst_stride)) // %4
362 : "r"((intptr_t)(src_stride)), // %4
363 "r"((intptr_t)(dst_stride_a)), // %5
364 "r"((intptr_t)(dst_stride_b)) // %6
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
Intercept.cpp 64 sys::DynamicLibrary::AddSymbol("stat", (void*)(intptr_t)stat);
65 sys::DynamicLibrary::AddSymbol("fstat", (void*)(intptr_t)fstat);
66 sys::DynamicLibrary::AddSymbol("lstat", (void*)(intptr_t)lstat);
67 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64);
68 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64);
69 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);
70 sys::DynamicLibrary::AddSymbol("\x1lseek64", (void*)(intptr_t)lseek64);
71 sys::DynamicLibrary::AddSymbol("fstat64", (void*)(intptr_t)fstat64);
72 sys::DynamicLibrary::AddSymbol("lstat64", (void*)(intptr_t)lstat64);
73 sys::DynamicLibrary::AddSymbol("atexit", (void*)(intptr_t)atexit)
    [all...]

Completed in 1234 milliseconds

1 2 3 4 5 6 7 8 91011>>