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

1 2 3 4 5 6 7 8 91011>>

  /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/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/chromium_org/sandbox/linux/seccomp-bpf/
syscall.h 30 static intptr_t InvalidCall();
52 static inline intptr_t
55 (intptr_t)p0,
56 (intptr_t)p1,
57 (intptr_t)p2,
58 (intptr_t)p3,
59 (intptr_t)p4,
60 (intptr_t)p5,
61 (intptr_t)p6,
62 (intptr_t)p7)
    [all...]
syscall.cc 255 intptr_t Syscall::InvalidCall() {
260 intptr_t Syscall::Call(int nr,
261 intptr_t p0,
262 intptr_t p1,
263 intptr_t p2,
264 intptr_t p3,
265 intptr_t p4,
266 intptr_t p5,
267 intptr_t p6,
268 intptr_t p7)
    [all...]
  /external/chromium_org/third_party/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;
  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 44 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/
msvc-nothrow.c 32 intptr_t
35 intptr_t result;
43 result = (intptr_t) INVALID_HANDLE_VALUE;
msvc-nothrow.h 36 extern intptr_t _gl_nothrow_get_osfhandle (int fd);
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 30 SmallVector<intptr_t, 16> ConstPoolId2AddrMap;
34 SmallVector<intptr_t, 16> JumpTableId2AddrMap;
37 DenseMap<unsigned, intptr_t> PCLabelMap;
41 DenseMap<void*, intptr_t> Sym2IndirectSymMap;
110 intptr_t getConstantPoolEntryAddr(unsigned CPI) const {
118 void addConstantPoolEntryAddr(unsigned CPI, intptr_t Addr) {
126 intptr_t getJumpTableBaseAddr(unsigned JTI) const {
135 void addJumpTableBaseAddr(unsigned JTI, intptr_t Addr) {
142 intptr_t getPCLabelAddr(unsigned Id) const {
143 DenseMap<unsigned, intptr_t>::const_iterator I = PCLabelMap.find(Id)
    [all...]
ARMJITInfo.cpp 117 extern "C" void ARMCompilationCallbackC(intptr_t StubAddr) {
119 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr);
129 *(intptr_t *)StubAddr = 0xe51ff004; // ldr pc, [pc, #-4]
130 *(intptr_t *)(StubAddr+4) = NewVal;
146 MachineCodeEmitter::emitWordLEInto(Cur, (intptr_t)Ptr);
149 addIndirectSymAddr(Ptr, (intptr_t)PtrAddr);
165 if (Fn != (void*)(intptr_t)ARMCompilationCallback) {
169 intptr_t LazyPtr = getIndirectSymAddr(Fn);
172 LazyPtr= (intptr_t)emitGlobalValueIndirectSym((const GlobalValue*)F, Fn, JCE)
    [all...]
  /external/chromium_org/third_party/skia/forth/
Forth.h 44 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_data
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
RetainedDOMInfo.h 48 virtual intptr_t GetHash() OVERRIDE;
51 virtual intptr_t GetElementCount() OVERRIDE;
52 virtual intptr_t GetEquivalenceClass() OVERRIDE;
RetainedObjectInfo.h 40 virtual intptr_t GetEquivalenceClass() = 0;
RetainedDOMInfo.cpp 64 intptr_t RetainedDOMInfo::GetHash()
79 intptr_t RetainedDOMInfo::GetElementCount()
81 intptr_t count = 1;
90 intptr_t RetainedDOMInfo::GetEquivalenceClass()
92 return reinterpret_cast<intptr_t>(m_root);
  /development/ndk/sources/android/libportable/common/include/
portability.h 39 || (intptr_t)p < 0
  /external/chromium_org/ui/views/
cull_set.cc 15 CullSet::CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set)
21 return (cull_set_->count(reinterpret_cast<intptr_t>(view)) > 0);
cull_set.h 30 CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set);
40 scoped_ptr<base::hash_set<intptr_t> > cull_set_;
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h 24 SANDBOX_EXPORT intptr_t
32 SANDBOX_EXPORT intptr_t
36 SANDBOX_EXPORT intptr_t
40 SANDBOX_EXPORT intptr_t
44 SANDBOX_EXPORT intptr_t
48 SANDBOX_EXPORT intptr_t
58 SANDBOX_EXPORT intptr_t
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
pagemap_unittest.cc 37 #include <stdint.h> // to get intptr_t
39 #include <inttypes.h> // another place intptr_t might be defined
48 static void Permute(vector<intptr_t>* elements) {
54 const intptr_t tmp = (*elements)[i]; // swap
70 for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
75 for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
83 for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
pagemap_unittest.cc 37 #include <stdint.h> // to get intptr_t
39 #include <inttypes.h> // another place intptr_t might be defined
48 static void Permute(vector<intptr_t>* elements) {
54 const intptr_t tmp = (*elements)[i]; // swap
70 for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
75 for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++) {
83 for (intptr_t i = 0; i < static_cast<intptr_t>(limit); i++)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 31 unsigned NewAddr = (intptr_t)New;
32 unsigned OldAddr = (intptr_t)Old;
165 extern "C" void MipsCompilationCallbackC(intptr_t StubAddr) {
167 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr);
182 *(intptr_t *)(StubAddr) = 0xf << 26 | 25 << 16 | Hi;
183 *(intptr_t *)(StubAddr + 4) = 9 << 26 | 25 << 21 | 25 << 16 | Lo;
184 *(intptr_t *)(StubAddr + 8) = 25 << 21 | 8;
185 *(intptr_t *)(StubAddr + 12) = 0;
210 intptr_t EmittedAddr
    [all...]
  /external/clang/test/Headers/Inputs/include/
stdint.h 13 typedef __INTPTR_TYPE__ intptr_t; typedef
  /external/nanopb-c/examples/network_server/
common.c 13 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};

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>