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

1234567891011>>

/external/clang/test/Sema/
H A Dstatic-init.c3 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/
H A D2008-12-23-AsmIntPointerTie.c4 typedef long intptr_t; typedef
6 intptr_t a;
H A Dcaptured-statements.c7 typedef __INTPTR_TYPE__ intptr_t; typedef
66 void test4(intptr_t size, intptr_t vla_arr[size]) {
/external/clang/test/CodeGenCXX/
H A Dvla-lambda-capturing.cpp8 typedef __INTPTR_TYPE__ intptr_t; typedef
27 void g(intptr_t n) {
28 intptr_t buffer[n];
47 intptr_t buffer[n + m];
54 intptr_t getSize(T);
57 void b(intptr_t n, T arg) {
58 typedef intptr_t ArrTy[getSize(arg)];
61 intptr_t a;
74 g((intptr_t)1);
76 f((intptr_t)
[all...]
/external/libnfc-nci/halimpl/pn54x/tml/
H A DphDal4Nfc_messageQueueLib.h27 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, int msgflg);
H A DphTmlNfc_i2c.c61 close((intptr_t)pDevHandle);
96 *pLinkHandle = (void*) ((intptr_t)nHandle);
99 phTmlNfc_i2c_reset((void *)((intptr_t)nHandle), 1);
101 phTmlNfc_i2c_reset((void *)((intptr_t)nHandle), 0);
103 phTmlNfc_i2c_reset((void *)((intptr_t)nHandle), 1);
151 FD_SET((intptr_t) pDevHandle, &rfds);
155 ret_Select = select((int)((intptr_t)pDevHandle + (int)1), &rfds, NULL, NULL, &tv);
168 ret_Read = read((intptr_t)pDevHandle, pBuffer, totalBtyesToRead - numRead);
195 ret_Read = read((intptr_t)pDevHandle, pBuffer, totalBtyesToRead - numRead);
214 ret_Read = read((intptr_t)pDevHandl
[all...]
/external/clang/test/Analysis/
H A Dcomplex.c9 if (!p && __imag__ (intptr_t) p)
13 if (__real__ (intptr_t) p)
H A Dstackaddrleak.c4 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;
H A Dstack-addr-ps.cpp3 typedef __INTPTR_TYPE__ intptr_t; typedef
111 operator intptr_t() const { return reinterpret_cast<intptr_t>(this); }
119 intptr_t returnAsNonLoc() {
129 intptr_t returnAsNonLocViaPointer() {
131 return reinterpret_cast<intptr_t>(static_cast<const void *>(obj)); // expected-warning{{Address of stack memory associated with local variable 'obj' returned to caller}}
/external/libnfc-nxp/src/
H A DphDal4Nfc_messageQueueLib.h44 intptr_t phDal4Nfc_msgget(key_t key, int msgflg);
45 int phDal4Nfc_msgctl(intptr_t msqid, int cmd, void *buf);
46 int phDal4Nfc_msgsnd(intptr_t msqid, void * msgp, size_t msgsz, int msgflg);
47 int phDal4Nfc_msgrcv(intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg);
/external/bison/lib/
H A Dmsvc-nothrow.c32 intptr_t
35 intptr_t result;
43 result = (intptr_t) INVALID_HANDLE_VALUE;
H A Dmsvc-nothrow.h36 extern intptr_t _gl_nothrow_get_osfhandle (int fd);
/external/skia/forth/
H A DForth.h44 void push(intptr_t value);
45 intptr_t top() const { return this->peek(0); }
46 intptr_t peek(size_t index) const;
47 void setTop(intptr_t value);
48 intptr_t pop();
60 intptr_t* fStackBase;
61 intptr_t* fStackCurr;
62 intptr_t* fStackStop;
70 const intptr_t* in_data;
72 intptr_t* out_dat
[all...]
/external/clang/test/OpenMP/
H A Dparallel_num_threads_codegen.cpp8 typedef __INTPTR_TYPE__ intptr_t; typedef
18 intptr_t a, b, c;
19 S(intptr_t a) : a(a) {}
/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp51 (int (*)(int, char **, const char **))(intptr_t)FPtr;
64 int (*PF)(int, char **) = (int (*)(int, char **))(intptr_t)FPtr;
76 int (*PF)(int) = (int (*)(int))(intptr_t)FPtr;
93 rv.IntVal = APInt(BitWidth, ((bool (*)())(intptr_t)FPtr)());
95 rv.IntVal = APInt(BitWidth, ((char (*)())(intptr_t)FPtr)());
97 rv.IntVal = APInt(BitWidth, ((short (*)())(intptr_t)FPtr)());
99 rv.IntVal = APInt(BitWidth, ((int (*)())(intptr_t)FPtr)());
101 rv.IntVal = APInt(BitWidth, ((int64_t (*)())(intptr_t)FPtr)());
107 rv.IntVal = APInt(32, ((int (*)())(intptr_t)FPtr)());
110 rv.FloatVal = ((float (*)())(intptr_t)FPt
[all...]
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h13 typedef __INTPTR_TYPE__ intptr_t; typedef
/external/nanopb-c/examples/network_server/
H A Dcommon.c13 int fd = (intptr_t)stream->state;
19 int fd = (intptr_t)stream->state;
32 pb_ostream_t stream = {&write_callback, (void*)(intptr_t)fd, SIZE_MAX, 0};
38 pb_istream_t stream = {&read_callback, (void*)(intptr_t)fd, SIZE_MAX};
/external/clang/include/clang/AST/
H A DASTDiagnostic.h38 intptr_t Val,
44 ArrayRef<intptr_t> QualTypeVals);
/external/libpcap/
H A Dpcap-stdinc.h81 typedef __int64 intptr_t; typedef
83 typedef _W64 int intptr_t; typedef
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_blit.h37 intptr_t src_offset,
45 intptr_t dst_offset,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.h37 intptr_t src_offset,
45 intptr_t dst_offset,
/external/valgrind/massif/tests/
H A Dpages_as_heap.c10 intptr_t brk_stat;
19 brk_stat = (intptr_t)brk(sbrk(0) + inc_dec * delta);
/external/v8/src/base/platform/
H A Dplatform.h86 INLINE(intptr_t InternalGetExistingThreadLocal(intptr_t index));
88 inline intptr_t InternalGetExistingThreadLocal(intptr_t index) {
89 const intptr_t kTibInlineTlsOffset = 0xE10;
90 const intptr_t kTibExtraTlsOffset = 0xF94;
91 const intptr_t kMaxInlineSlots = 64;
92 const intptr_t kMaxSlots = kMaxInlineSlots + 1024;
93 const intptr_t kPointerSize = sizeof(void*);
96 return static_cast<intptr_t>(__readfsdwor
[all...]
/external/v8/src/heap/
H A Dincremental-marking.h73 static const intptr_t kAllocatedThreshold = 65536;
74 static const intptr_t kWriteBarriersInvokedThreshold = 32768;
76 static const intptr_t kInitialMarkingSpeed = 1;
79 static const intptr_t kFastMarking = 3;
81 static const intptr_t kMarkingSpeedAccellerationInterval = 1024;
83 static const intptr_t kMarkingSpeedAccelleration = 2;
84 static const intptr_t kMaxMarkingSpeed = 1000;
86 void OldSpaceStep(intptr_t allocated);
88 void Step(intptr_t allocated, CompletionAction action,
194 INLINE(intptr_t ProcessMarkingDequ
[all...]
H A Dgc-tracer.h137 AllocationEvent(double duration, intptr_t allocation_in_bytes);
145 intptr_t allocation_in_bytes_;
173 intptr_t start_object_size;
176 intptr_t end_object_size;
179 intptr_t start_memory_size;
182 intptr_t end_memory_size;
186 intptr_t start_holes_size;
190 intptr_t end_holes_size;
193 intptr_t new_space_object_size;
205 intptr_t cumulative_incremental_marking_byte
[all...]

Completed in 617 milliseconds

1234567891011>>