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

12

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dthrd_exit.c6 __pthread_exit((void*)(intptr_t)result);
H A Dthrd_join.c11 *res = (int)(intptr_t)pthread_res;
/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dselector.cpp27 const intptr_t jmp_from_address = reinterpret_cast<intptr_t>(memcpy) + kSize;
33 intptr_t offset;
35 offset = reinterpret_cast<intptr_t>(memcpy_erms) - jmp_from_address;
37 offset = reinterpret_cast<intptr_t>(memcpy_quad) - jmp_from_address;
49 const intptr_t jmp_from_address = reinterpret_cast<intptr_t>(memset) + kSize;
55 intptr_t offset;
57 offset = reinterpret_cast<intptr_t>(memset_erms) - jmp_from_address;
59 offset = reinterpret_cast<intptr_t>(memset_qua
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/ipc/
H A Dshmat.c8 return (void*)(intptr_t)-1;
/fuchsia/zircon/system/utest/core/c11-thread/
H A Dthread.c18 int thread_number = (int)(intptr_t)arg;
38 int ret = thrd_create_with_name(&thread, thread_entry, (void*)(intptr_t)i, "c11 thread test");
47 int ret = thrd_create_with_name(&thread, thread_entry, (void*)(intptr_t)4, NULL);
61 ret = thrd_create_with_name(&thread, thread_entry, (void*)(intptr_t)5, NULL);
69 thread_entry((void*)(intptr_t)6);
87 &thread, thread_entry, (void*)(intptr_t)0, long_name);
/fuchsia/zircon/kernel/include/sys/
H A Dtypes.h27 typedef intptr_t ssize_t;
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dtgt-x86_64.h45 typedef intptr_t unw_sword_t;
H A Dtgt-aarch64.h46 typedef intptr_t unw_sword_t;
H A Dtgt-arm.h46 typedef intptr_t unw_sword_t;
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dextent_dss.c33 extent_dss_sbrk(intptr_t increment)
110 if ((intptr_t)size < 0)
126 intptr_t incr;
/fuchsia/zircon/kernel/tests/
H A Dfibo.cpp19 long fibo = (intptr_t)argv;
H A Dthread_tests.cpp66 shared = (intptr_t)get_current_thread();
/fuchsia/zircon/system/uapp/ihda/
H A Dintel_hda_controller.cpp19 uint32_t val = *reinterpret_cast<int32_t*>(reinterpret_cast<intptr_t>(base) + offset);
26 uint32_t val = *reinterpret_cast<uint32_t*>(reinterpret_cast<intptr_t>(base) + offset);
32 uint16_t val = *reinterpret_cast<uint16_t*>(reinterpret_cast<intptr_t>(base) + offset);
38 uint8_t val = *reinterpret_cast<int8_t*>(reinterpret_cast<intptr_t>(base) + offset);
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h53 typedef intptr_t ssize_t;
H A Drb.h57 ((a_type *) (((intptr_t) (a_node)->a_field.rbn_right_red) \
69 (a_node)->a_field.rbn_right_red = (a_type *) ((((intptr_t) \
78 (a_node)->a_field.rbn_right_red = (a_type *) (((intptr_t) \
/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dthread_arena.c68 intptr_t join_ret;
/fuchsia/zircon/third_party/ulib/jemalloc/include/msvc_compat/C99/
H A Dstdint.h57 // Define _W64 macros to mark types changing their size, like intptr_t.
115 typedef signed __int64 intptr_t; typedef
118 typedef _W64 signed int intptr_t; typedef
/fuchsia/zircon/system/utest/int-types/
H A Dint-types.c46 // intptr_t
91 static_assert(sizeof(intptr_t) == sizeof(void*), "");
142 CHECK_MAX(intptr_t, INTPTR);
175 CHECK_MIN(intptr_t, INTPTR);
308 CHECK_FORMATS(PTR, intptr_t, INTPTR_MAX);
H A Dint-types.cpp46 // intptr_t
91 static_assert(sizeof(intptr_t) == sizeof(void*), "");
140 CHECK_MAX(intptr_t, INTPTR);
173 CHECK_MIN(intptr_t, INTPTR);
309 CHECK_FORMATS(PTR, intptr_t, INTPTR_MAX);
/fuchsia/zircon/system/core/devmgr/
H A Dblock-watcher.cpp124 const int fs_blob_fd = static_cast<int>(reinterpret_cast<intptr_t>(ctx));
163 close(static_cast<int>(reinterpret_cast<intptr_t>(ctx)));
178 (void*)(intptr_t)fs_blob_fd,
205 const int fs_blob_fd = static_cast<int>(reinterpret_cast<intptr_t>(ctx));
247 &pkgfs_launch_load, (void*)(intptr_t)fs_blob_fd, cmd,
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_create.c33 __pthread_exit((void*)(intptr_t)start(self->start_arg));
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdint.h219 typedef __INTPTR_TYPE__ intptr_t; typedef
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp23 static thread_local intptr_t iptr = INTPTR_MAX;
/fuchsia/zircon/third_party/ulib/musl/include/bits/
H A Dalltypes.h126 typedef __INTPTR_TYPE__ intptr_t; typedef
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Datomic.h491 using atomic_intptr_t = atomic<intptr_t>;

Completed in 145 milliseconds

12