/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | link.h | 234 extern void la_activity (uintptr_t *__cookie, unsigned int __flag); 235 extern char *la_objsearch (const char *__name, uintptr_t *__cookie, 238 uintptr_t *__cookie); 239 extern void la_preinit (uintptr_t *__cookie); 240 extern uintptr_t la_symbind32 (Elf32_Sym *__sym, unsigned int __ndx, 241 uintptr_t *__refcook, uintptr_t *__defcook, 243 extern uintptr_t la_symbind64 (Elf64_Sym *__sym, unsigned int __ndx, 244 uintptr_t *__refcook, uintptr_t *__defcook, 246 extern unsigned int la_objclose (uintptr_t *__cookie);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pt-cleanup.c | 34 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in __pthread_cleanup_upto() 35 uintptr_t targetframe_adj = (uintptr_t) targetframe - adj; in __pthread_cleanup_upto() 42 if ((uintptr_t) cbuf - adj <= targetframe_adj) in __pthread_cleanup_upto() 48 if ((uintptr_t) cbuf - adj >= targetframe_adj) in __pthread_cleanup_upto()
|
A D | descr.h | 173 ((((uintptr_t) THREAD_GETMEM (THREAD_SELF, robust_head.list)) & ~1ul) \ 180 (void *) (((uintptr_t) &mutex->__data.__list.__next) \ 186 ((char *) (((uintptr_t) mutex->__data.__list.__next) & ~1ul) \ 190 ((char *) (((uintptr_t) mutex->__data.__list.__prev) & ~1ul) \ 208 (void *) (((uintptr_t) &mutex->__data.__list) | val)); \ 213 (((uintptr_t) THREAD_GETMEM (THREAD_SELF, robust_list.__next)) & ~1ul); \ 219 (((uintptr_t) runp->__next) & ~1ul); \ 223 next = (__pthread_slist_t *) (((uintptr_t) runp->__next) & ~1ul); \ 285 uintptr_t seq;
|
A D | unwind.c | 31 ((uintptr_t) frame - adj >= (uintptr_t) other - adj) 34 ((uintptr_t) frame - adj <= (uintptr_t) other - adj) 53 uintptr_t adj = (uintptr_t) self->stackblock + self->stackblock_size; in unwind_stop()
|
A D | pthread_getattr_np.c | 96 uintptr_t last_to = 0; in pthread_getattr_np() 103 uintptr_t from; in pthread_getattr_np() 104 uintptr_t to; in pthread_getattr_np() 107 if (from <= (uintptr_t) __libc_stack_end in pthread_getattr_np() 108 && (uintptr_t) __libc_stack_end < to) in pthread_getattr_np()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/ |
A D | makecontext.c | 61 sp = (greg_t *) ((uintptr_t) ucp->uc_stack.ss_sp in __makecontext() 65 sp = (greg_t *) ((((uintptr_t) sp) & -16L) - 8); in __makecontext() 71 ucp->uc_mcontext.gregs[REG_RIP] = (uintptr_t) func; in __makecontext() 73 ucp->uc_mcontext.gregs[REG_RBX] = (uintptr_t) &sp[idx_uc_link]; in __makecontext() 74 ucp->uc_mcontext.gregs[REG_RSP] = (uintptr_t) sp; in __makecontext() 77 sp[0] = (uintptr_t) &__start_context; in __makecontext() 78 sp[idx_uc_link] = (uintptr_t) ucp->uc_link; in __makecontext()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | td_thr_get_info.c | 72 infop->ti_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in td_thr_get_info() 73 ? 0 : (uintptr_t) schedprio); in td_thr_get_info() 76 if ((((int) (uintptr_t) cancelhandling) & EXITING_BITMASK) == 0) in td_thr_get_info() 79 else if ((((int) (uintptr_t) cancelhandling) & TERMINATED_BITMASK) == 0) in td_thr_get_info() 86 infop->ti_lid = tid == 0 ? ps_getpid (th->th_ta_p->ph) : (uintptr_t) tid; in td_thr_get_info() 101 infop->ti_events.event_bits[idx] = (uintptr_t) word; in td_thr_get_info()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-tls4.c | 40 for (i = 0; i <= (uintptr_t) arg; ++i) in tf() 64 for (i = 0; i < 3 - (uintptr_t) arg; ++i) in tf() 112 if (pthread_create (&th[0], NULL, tf2, (void *) (uintptr_t) 1)) in do_test() 149 if (pthread_create (&th[1], NULL, tf, (void *) (uintptr_t) 2)) in do_test() 155 tf ((void *) (uintptr_t) 0); in do_test()
|
A D | tst-signal6.c | 46 if ((uintptr_t) ti[i].p <= (uintptr_t) &self in handler() 47 && (uintptr_t) ti[i].p + 2 * MINSIGSTKSZ > (uintptr_t) &self) in handler() 66 size_t nr = (uintptr_t) arg; in tf()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | compatibility-atomic-c++0x.cc | 122 uintptr_t __u = reinterpret_cast<uintptr_t>(__z); in __atomic_flag_for_address() 126 if (sizeof(uintptr_t) > 4) in __atomic_flag_for_address() 128 __u &= ~((~uintptr_t(0)) << LOGSIZE); in __atomic_flag_for_address()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | internaltypes.h | 118 uintptr_t seq; 133 #define KEY_USABLE(p) (((uintptr_t) (p)) < ((uintptr_t) ((p) + 2)))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | attr.c | 268 if ((((uintptr_t) stackaddr) in weak_alias() 297 if ((((uintptr_t) stackaddr) 427 uintptr_t last_to = 0; in weak_alias() 434 uintptr_t from; in weak_alias() 435 uintptr_t to; in weak_alias() 438 if (from <= (uintptr_t) __libc_stack_end in weak_alias() 439 && (uintptr_t) __libc_stack_end < to) in weak_alias()
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/sparc/sparc32/ |
A D | jmpbuf-unwind.h | 27 ((uintptr_t) (_address) - (_adj) < (uintptr_t) (_jmpbuf)[JB_SP] - (_adj))
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/sparc/sparc64/ |
A D | jmpbuf-unwind.h | 27 ((uintptr_t) (_address) - (_adj) < (uintptr_t) (_jmpbuf)[JB_SP] - (_adj))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/alpha/ |
A D | jmpbuf-unwind.h | 27 ((uintptr_t) (_address) - (_adj) < (uintptr_t) (_jmpbuf)[JB_SP] - (_adj))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/ |
A D | jmpbuf-unwind.h | 27 ((uintptr_t) (_address) - (_adj) < (uintptr_t) (_jmpbuf)[JB_SP] - (_adj))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/mips/ |
A D | jmpbuf-unwind.h | 26 ((uintptr_t) (_address) - (_adj) < (uintptr_t) (_jmpbuf)[0].__sp - (_adj))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/powerpc/ |
A D | jmpbuf-unwind.h | 27 ((uintptr_t) (_address) - (_adj) < (uintptr_t) (_jmpbuf)[JB_GPR1] - (_adj))
|