Searched refs:uintptr_t (Results 1 - 25 of 735) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
H A Dlibyasm-stdint.h2 typedef unsigned long uintptr_t; typedef
/external/clang/test/Sema/
H A Dconst-ptr-int-ptr-cast.c6 char *a = (void*)(uintptr_t)(void*)&a;
H A Dblock-return.c53 typedef unsigned int * uintptr_t;
60 Boolean (^isEqual)(const CFBasicHash *, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key);
66 Boolean (*value_equal)(uintptr_t, uintptr_t) = 0;
68 cb.isEqual = ^(const CFBasicHash *table, uintptr_t stack_value_or_key1, uintptr_t stack_value_or_key2, Boolean is_key) {
69 return (Boolean)(uintptr_t)INVOKE_CALLBACK2(value_equal, (uintptr_t)stack_value_or_key1, (uintptr_t)stack_value_or_key
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dlibyasm-stdint.h5 typedef unsigned long uintptr_t; typedef
/external/webrtc/src/system_wrappers/source/
H A Daligned_malloc.cc70 // deletion, ergo the sizeof(uintptr_t).
71 returnValue->memoryPointer = malloc(size + sizeof(uintptr_t) +
81 uintptr_t alignStartPos = (uintptr_t)returnValue->memoryPointer;
82 alignStartPos += sizeof(uintptr_t);
86 uintptr_t alignedPos = (alignStartPos + alignment - 1) & ~(alignment - 1);
93 uintptr_t headerPos = alignedPos;
94 headerPos -= sizeof(uintptr_t);
96 uintptr_t headerValue = (uintptr_t)returnValu
[all...]
/external/chromium_org/chrome_frame/
H A Dfunction_stub.h23 uintptr_t bypass_target_addr_; // to the bypass target.
26 uintptr_t arg_addr_; // ; extra argument
29 uintptr_t target_addr_; // ; to the hook function
79 reinterpret_cast<uintptr_t>(&stub_.pop_return_addr_);
95 static FunctionStub* Create(uintptr_t extra_argument, void* dest);
107 uintptr_t argument() const { return argument_; }
108 void set_argument(uintptr_t argument) { argument_ = argument; }
110 uintptr_t bypass_address() const { return bypass_address_; }
111 void set_bypass_address(uintptr_t bypass_address) {
115 uintptr_t destination_functio
[all...]
H A Dfunction_stub_unittest.cc66 typedef uintptr_t (CALLBACK *FuncPtr0)();
67 typedef uintptr_t (CALLBACK *FuncPtr1)(uintptr_t arg);
69 MOCK_METHOD0(Foo0, uintptr_t());
70 MOCK_METHOD1(Foo1, uintptr_t(uintptr_t));
71 MOCK_METHOD0(Bar0, uintptr_t());
72 MOCK_METHOD1(Bar1, uintptr_t(uintptr_t));
74 static uintptr_t CALLBAC
[all...]
/external/compiler-rt/lib/
H A Denable_execute_stack.c44 const uintptr_t pageSize = 4096;
48 const uintptr_t pageSize = sysconf(_SC_PAGESIZE);
51 const uintptr_t pageAlignMask = ~(pageSize-1);
52 uintptr_t p = (uintptr_t)addr;
H A Dgcc_personality_v0.c45 uintptr_t private_1;
46 uintptr_t private_2;
50 extern void _Unwind_SetGR(_Unwind_Context_t c, int i, uintptr_t n);
51 extern void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
52 extern uintptr_t _Unwind_GetIP(_Unwind_Context_t context);
53 extern uintptr_t _Unwind_GetRegionStart(_Unwind_Context_t context);
83 static uintptr_t readULEB128(const uint8_t** data)
85 uintptr_t result = 0;
86 uintptr_t shift = 0;
99 static uintptr_t readEncodedPointe
[all...]
/external/chromium_org/base/debug/
H A Dprofiler.h55 typedef uintptr_t (*ReturnAddressLocationResolver)(
56 uintptr_t return_addr_location);
59 typedef void (*DynamicFunctionEntryHook)(uintptr_t function,
60 uintptr_t return_addr_location);
69 typedef void (*DynamicFunctionEntryHook)(uintptr_t function,
70 uintptr_t return_addr_location);
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h28 uintptr_t PICBase;
58 virtual uintptr_t getPICJumpTableEntry(uintptr_t BB, uintptr_t JTBase);
76 void setPICBase(uintptr_t Base) { PICBase = Base; }
77 uintptr_t getPICBase() const { return PICBase; }
/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_info.h17 uintptr_t module_base_address,
30 bool ContainsAddress(uintptr_t address) const {
35 uintptr_t base_address;
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dthread_creator.c15 static int thread_create(uintptr_t *tid,
22 NACL_ASSERT_SAME_SIZE(pthread_t, uintptr_t);
29 static int thread_join(uintptr_t tid) {
/external/valgrind/main/none/tests/amd64/
H A Dasorep.c11 uintptr_t b1 = (uintptr_t) buf1, b2 = (uintptr_t) buf2;
24 || rdi != (uintptr_t) buf2 + 4
25 || rsi != (uintptr_t) buf1 + 4
35 || rdi != (uintptr_t) buf2 + 6
43 if (rsi != (uintptr_t) buf2 + 4
52 if (rdi != (uintptr_t) buf2 + 15
53 || rsi != (uintptr_t) buf1 + 15
62 if (rdi != (uintptr_t) buf
[all...]
/external/chromium_org/content/common/
H A Dset_process_title_linux.cc56 uintptr_t page_size, page, page_end;
69 page = (uintptr_t) g_main_argv[0];
76 uintptr_t env_i = (uintptr_t) environ[i];
90 avail_size = page_end - (uintptr_t) g_main_argv[0];
110 uintptr_t page_size = sysconf(_SC_PAGESIZE);
113 if (((uintptr_t) environ) / page_size == ((uintptr_t) main_argv) / page_size)
/external/valgrind/main/drd/
H A Ddrd_darwin_intercepts.c40 (void** imageLoaderCache, uintptr_t lazyBindingInfoOffset);
42 (void** imageLoaderCache, uintptr_t lazyBindingInfoOffset)
/external/chromium_org/third_party/skia/include/core/
H A DSkChecksum.h26 * thing depending if sizeof(uintptr_t) is 4 or 8.
30 ROTL = sizeof(uintptr_t) * 8 - ROTR,
31 HALFBITS = sizeof(uintptr_t) * 4
34 static inline uintptr_t Mash(uintptr_t total, uintptr_t value) {
93 * so we use uintptr_t as our magic type. This makes the code a little
97 uintptr_t result = 0;
98 const uintptr_t* ptr = reinterpret_cast<const uintptr_t*>(dat
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinsn.h45 uintptr_t segreg;
97 uintptr_t reg; /**< Arch data for reg/segreg. */
104 uintptr_t targetmod; /**< Arch target modifier, 0 if none. */
144 /*@null@*/ uintptr_t *prefixes;
147 /*@null@*/ uintptr_t *segregs;
161 void yasm_ea_set_segreg(yasm_effaddr *ea, uintptr_t segreg);
168 yasm_insn_operand *yasm_operand_create_reg(uintptr_t reg);
175 yasm_insn_operand *yasm_operand_create_segreg(uintptr_t segreg);
226 void yasm_insn_add_prefix(yasm_insn *insn, uintptr_t prefix);
233 void yasm_insn_add_seg_prefix(yasm_insn *insn, uintptr_t segre
[all...]
/external/skia/include/core/
H A DSkChecksum.h26 * thing depending if sizeof(uintptr_t) is 4 or 8.
30 ROTL = sizeof(uintptr_t) * 8 - ROTR,
31 HALFBITS = sizeof(uintptr_t) * 4
34 static inline uintptr_t Mash(uintptr_t total, uintptr_t value) {
93 * so we use uintptr_t as our magic type. This makes the code a little
97 uintptr_t result = 0;
98 const uintptr_t* ptr = reinterpret_cast<const uintptr_t*>(dat
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dstack_trace_table_test.cc15 const uintptr_t* expected, int len) {
18 CHECK_EQ(reinterpret_cast<uintptr_t>(entries[i]), expected[i]);
40 static const uintptr_t k1[] = {0};
44 t1.size = static_cast<uintptr_t>(1024);
45 t1.depth = static_cast<uintptr_t>(2);
51 t2.size = static_cast<uintptr_t>(512);
52 t2.depth = static_cast<uintptr_t>(2);
60 static const uintptr_t k2[] = {1, 1024, 2, 1, 2, 0};
68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0};
77 static const uintptr_t k
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dstack_trace_table_test.cc15 const uintptr_t* expected, int len) {
18 CHECK_EQ(reinterpret_cast<uintptr_t>(entries[i]), expected[i]);
40 static const uintptr_t k1[] = {0};
44 t1.size = static_cast<uintptr_t>(1024);
45 t1.depth = static_cast<uintptr_t>(2);
51 t2.size = static_cast<uintptr_t>(512);
52 t2.depth = static_cast<uintptr_t>(2);
60 static const uintptr_t k2[] = {1, 1024, 2, 1, 2, 0};
68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0};
77 static const uintptr_t k
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_arm-inl.h40 #include <stdint.h> // for uintptr_t
68 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
75 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
77 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
134 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
H A Dstacktrace_powerpc-inl.h44 #include <stdint.h> // for uintptr_t
63 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
70 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
72 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
159 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_arm-inl.h40 #include <stdint.h> // for uintptr_t
68 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
75 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
77 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
134 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;
H A Dstacktrace_powerpc-inl.h44 #include <stdint.h> // for uintptr_t
63 if ((uintptr_t)new_sp - (uintptr_t)old_sp > 100000) return NULL;
70 && ((uintptr_t)new_sp - (uintptr_t)old_sp > 1000000)) return NULL;
72 if ((uintptr_t)new_sp & (sizeof(void *) - 1)) return NULL;
159 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp;

Completed in 730 milliseconds

1234567891011>>