Searched refs:uintptr_t (Results 1 - 25 of 991) sorted by path

1234567891011>>

/external/bison/
H A Dconfigure11442 uintptr_t dummy)
14273 uintptr_t h = UINTPTR_MAX;
14333 int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
/external/bison/darwin-lib/
H A Dstdint.h101 <inttypes.h> also defines intptr_t and uintptr_t. */
294 #undef uintptr_t macro
298 #define uintptr_t gl_uintptr_t macro
/external/bison/lib/
H A Dmsvc-inval.c36 uintptr_t dummy)
53 uintptr_t dummy)
102 uintptr_t dummy)
H A Dsprintf.c51 (uintptr_t) (str + lenbuf) < (uintptr_t) str.
52 Therefore set lenbuf = min (SIZE_MAX, INT_MAX, - (uintptr_t) str - 1). */
54 if (lenbuf > ~ (uintptr_t) str)
55 lenbuf = ~ (uintptr_t) str;
H A Dstdint.in.h100 <inttypes.h> also defines intptr_t and uintptr_t. */
293 #undef uintptr_t
297 #define uintptr_t gl_uintptr_t
H A Dvsprintf.c50 (uintptr_t) (str + lenbuf) < (uintptr_t) str.
51 Therefore set lenbuf = min (SIZE_MAX, INT_MAX, - (uintptr_t) str - 1). */
53 if (lenbuf > ~ (uintptr_t) str)
54 lenbuf = ~ (uintptr_t) str;
/external/bison/src/
H A Dsymtab.c614 return ((uintptr_t) m->tag) % tablesize;
621 return ((uintptr_t) m->tag) % tablesize;
H A Dsystem.h51 typedef size_t uintptr_t; typedef
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c487 BTA_JvRfcommStopServer(rs->rfc_handle, (void*)(uintptr_t)rs->id);
517 BTA_JvRfcommClose(rs->rfc_handle, (void*)(uintptr_t)rs->id);
702 on_srv_rfc_listen_started(&p_data->rfc_start, (uintptr_t)user_data);
706 on_cl_rfc_init(&p_data->rfc_cl_init, (uintptr_t)user_data);
711 on_cli_rfc_connect(&p_data->rfc_open, (uintptr_t)user_data);
715 new_user_data = (void*)(intptr_t)on_srv_rfc_connect(&p_data->rfc_srv_open, (uintptr_t)user_data);
719 APPL_TRACE_DEBUG("BTA_JV_RFCOMM_CLOSE_EVT: user_data:%d", (uintptr_t)user_data);
720 on_rfc_close(&p_data->rfc_close, (uintptr_t)user_data);
728 on_rfc_write_done(&p_data->rfc_write, (uintptr_t)user_data);
737 on_rfc_outgoing_congest(&p_data->rfc_cong, (uintptr_t)user_dat
[all...]
H A Dbtif_sock_thread.c235 if((ts[h].thread_id = create_thread(sock_poll_thread, (void*)(uintptr_t)h)) != -1)
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c204 (unsigned int)((uintptr_t)p-(uintptr_t)data) );
/external/checkpolicy/
H A Dpolicy_define.c2987 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2)
3059 return (uintptr_t) expr;
3124 return (uintptr_t) expr;
H A Dpolicy_define.h71 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2);
H A Dpolicy_parse.y70 uintptr_t valptr;
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc308 DCHECK_EQ(reinterpret_cast<uintptr_t>(ptr) & (alignment - 1), 0U);
H A Dallocator_unittest.cc57 EXPECT_EQ(0, reinterpret_cast<uintptr_t>(p) & (align-1));
H A Dwin_allocator.cc67 alignment - reinterpret_cast<uintptr_t>(aligned_ptr) & (alignment - 1);
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc455 jlong arg = static_cast<jlong>(reinterpret_cast<uintptr_t>(callback));
574 return static_cast<jlong>(reinterpret_cast<uintptr_t>(address));
/external/chromium_org/base/containers/
H A Dstack_container_unittest.cc115 EXPECT_EQ(0u, reinterpret_cast<uintptr_t>(ptr) & (align - 1))
/external/chromium_org/base/debug/
H A Dproc_maps_linux.h27 uintptr_t start;
28 uintptr_t end;
H A Dproc_maps_linux_unittest.cc196 uintptr_t address = reinterpret_cast<uintptr_t>(&proc_maps);
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);
H A Dstack_trace_android.cc23 StackCrawlState(uintptr_t* frames, size_t max_depth)
29 uintptr_t* frames;
37 uintptr_t ip = _Unwind_GetIP(context);
69 StackCrawlState state(reinterpret_cast<uintptr_t*>(trace_), kMaxTraces);
102 uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1;
116 uintptr_t rel_pc = address - iter->start + iter->offset;
H A Dstack_trace_posix.cc785 uintptr_t j = i;
H A Dtrace_event.h1066 reinterpret_cast<uintptr_t>(id))) {}
1110 reinterpret_cast<uintptr_t>(id))) {

Completed in 2293 milliseconds

1234567891011>>