OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uintptr_t
(Results
1 - 25
of
89
) sorted by relevancy
1
2
3
4
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_linkedhash_list.c
30
#ifndef
uintptr_t
31
# define
uintptr_t
unsigned long
macro
clean-temp.c
66
#ifndef
uintptr_t
67
# define
uintptr_t
unsigned long
macro
198
int fd = (int) (
uintptr_t
) element;
566
gl_list_add_first (descriptors, (void *) (
uintptr_t
) fd);
579
node = gl_list_search (fds, (void *) (
uintptr_t
) fd);
fstrcmp.c
60
#ifndef
uintptr_t
61
# define
uintptr_t
unsigned long
macro
639
bufmax = (size_t) (
uintptr_t
) gl_tls_get (bufmax_key);
652
gl_tls_set (bufmax_key, (void *) (
uintptr_t
) bufmax);
stdint_.h
65
<inttypes.h> also defines intptr_t and
uintptr_t
. */
212
#undef
uintptr_t
macro
214
#define
uintptr_t
unsigned long int
macro
/src/sys/sys/
stdint.h
84
typedef __uintptr_t
uintptr_t
;
typedef
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_dispatch_defs.h
68
typedef unsigned long
uintptr_t
;
typedef
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_dispatch_defs.h
68
typedef unsigned long
uintptr_t
;
typedef
/src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h
32
typedef uint64_t
uintptr_t
;
typedef
/src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h
32
typedef uint32_t
uintptr_t
;
typedef
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h
80
typedef uint32_t
uintptr_t
;
typedef
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h
67
typedef uint64_t
uintptr_t
;
typedef
/src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h
34
typedef uint64_t
uintptr_t
;
typedef
/src/crypto/external/apache2/openssl/dist/include/openssl/
e_os2.h
232
typedef UINTN
uintptr_t
;
typedef
/src/crypto/external/bsd/heimdal/dist/lib/roken/
snprintf.c
123
typedef u_longest
uintptr_t
;
typedef
510
uintptr_t
arg = (
uintptr_t
)va_arg(ap, void*);
/src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h
141
typedef unsigned long
uintptr_t
;
typedef
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
fstrcmp.c
60
#ifndef
uintptr_t
61
# define
uintptr_t
unsigned long
macro
639
bufmax = (size_t) (
uintptr_t
) gl_tls_get (bufmax_key);
652
gl_tls_set (bufmax_key, (void *) (
uintptr_t
) bufmax);
stdint_.h
65
<inttypes.h> also defines intptr_t and
uintptr_t
. */
212
#undef
uintptr_t
macro
214
#define
uintptr_t
unsigned long int
macro
/src/external/gpl2/gettext/dist/gnulib-local/lib/
fstrcmp.c
60
#ifndef
uintptr_t
61
# define
uintptr_t
unsigned long
macro
639
bufmax = (size_t) (
uintptr_t
) gl_tls_get (bufmax_key);
652
gl_tls_set (bufmax_key, (void *) (
uintptr_t
) bufmax);
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
pointer.h
126
return reinterpret_cast<_Tp*>(reinterpret_cast<
uintptr_t
>(this)
136
_M_diff = reinterpret_cast<
uintptr_t
>(__arg)
137
- reinterpret_cast<
uintptr_t
>(this);
143
{ return (reinterpret_cast<
uintptr_t
>(this->get())
144
< reinterpret_cast<
uintptr_t
>(__rarg.get())); }
148
{ return (reinterpret_cast<
uintptr_t
>(this->get())
149
== reinterpret_cast<
uintptr_t
>(__rarg.get())); }
152
typedef __UINTPTR_TYPE__
uintptr_t
;
typedef in class:_Relative_pointer_impl
153
uintptr_t
_M_diff;
173
(reinterpret_cast<
uintptr_t
>(this) + _M_diff)
198
typedef __UINTPTR_TYPE__
uintptr_t
;
typedef in class:_Relative_pointer_impl
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
pointer.h
123
return reinterpret_cast<_Tp*>(reinterpret_cast<
uintptr_t
>(this)
133
_M_diff = reinterpret_cast<
uintptr_t
>(__arg)
134
- reinterpret_cast<
uintptr_t
>(this);
140
{ return (reinterpret_cast<
uintptr_t
>(this->get())
141
< reinterpret_cast<
uintptr_t
>(__rarg.get())); }
145
{ return (reinterpret_cast<
uintptr_t
>(this->get())
146
== reinterpret_cast<
uintptr_t
>(__rarg.get())); }
149
typedef __UINTPTR_TYPE__
uintptr_t
;
typedef in class:_Relative_pointer_impl
150
uintptr_t
_M_diff;
170
(reinterpret_cast<
uintptr_t
>(this) + _M_diff)
195
typedef __UINTPTR_TYPE__
uintptr_t
;
typedef in class:_Relative_pointer_impl
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h
91
typedef uint64_t
uintptr_t
;
typedef
/src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h
116
typedef unsigned __int64
uintptr_t
;
typedef
119
typedef _W64 unsigned int
uintptr_t
;
typedef
/src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h
116
typedef unsigned __int64
uintptr_t
;
typedef
119
typedef _W64 unsigned int
uintptr_t
;
typedef
/src/external/gpl2/xcvs/dist/lib/
stdint_.h
129
typedef unsigned long
uintptr_t
;
typedef
/src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h
116
typedef unsigned __int64
uintptr_t
;
typedef
119
typedef _W64 unsigned int
uintptr_t
;
typedef
Completed in 45 milliseconds
1
2
3
4
Indexes created Wed Apr 08 00:23:23 UTC 2026