Searched refs:uintptr_t (Results 1 – 13 of 13) sorted by relevance
38 assert((((uintptr_t) dest | (uintptr_t) src | n) & 0x01) == 0); in _memmove_words()65 if ((((uintptr_t) d | (uintptr_t) s) & 0x03) != 0) { in _memmove_words()77 if ((((uintptr_t) d ^ (uintptr_t) s) & 0x03) != 0) { in _memmove_words()116 if ((((uintptr_t) d | (uintptr_t) s) & 0x03) != 0) { in _memmove_words()118 if ((((uintptr_t) d ^ (uintptr_t) s) & 0x03) != 0) { in _memmove_words()
40 extern void __libc_init_common(uintptr_t *elfdata);
60 __noreturn void __libc_init(uintptr_t *elfdata, in __libc_init()
106 __noreturn void __libc_init(uintptr_t *elfdata, in __libc_init()
85 void __libc_init_common(uintptr_t *elfdata) in __libc_init_common()
69 uintptr_t l_addr;71 uintptr_t l_ld;89 uintptr_t r_ldbase;
546 uint64_t value = (uintptr_t) va_arg(args, void*); in out_vformat()
195 map->l_ld = (uintptr_t)info->dynamic; in insert_soinfo_into_debug_map()
40 uintptr_t i; in strlen()
82 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration); in tcsendbreak()
195 typedef unsigned int uintptr_t; typedef
584 (void *)(uintptr_t)res; in VFSCANF()
269 flags&PTRINT ? (uintptr_t)GETARG(ptrdiff_t) : /* XXX */ \ in __vfprintf()