OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htole64
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/bsd/libfido2/dist/openbsd-compat/
endian_win32.c
35
htole64
(uint64_t in)
function
openbsd-compat.h
26
#define
htole64
(x) OSSwapHostToLittleInt64((x))
macro
40
uint64_t
htole64
(uint64_t);
/src/external/gpl3/binutils/dist/libctf/
ctf-endian.h
27
#if !defined (HAVE_ENDIAN_H) || !defined (
htole64
)
29
# define
htole64
(x) (x)
macro
32
# define
htole64
(x) bswap_64 ((x))
macro
/src/external/gpl3/binutils.old/dist/libctf/
ctf-endian.h
27
#if !defined (HAVE_ENDIAN_H) || !defined (
htole64
)
29
# define
htole64
(x) (x)
macro
32
# define
htole64
(x) bswap_64 ((x))
macro
/src/external/gpl3/gdb.old/dist/libctf/
ctf-endian.h
29
# ifndef
htole64
30
# define
htole64
(x) (x)
macro
36
# ifndef
htole64
37
# define
htole64
(x) bswap_64 ((x))
macro
/src/external/gpl3/gdb/dist/libctf/
ctf-endian.h
29
# ifndef
htole64
30
# define
htole64
(x) (x)
macro
36
# ifndef
htole64
37
# define
htole64
(x) bswap_64 ((x))
macro
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h
57
#define
htole64
(x) (x)
macro
80
#define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
180
#define
htole64
(x) bswap_64(x)
macro
187
#define
htole64
(x) (x)
macro
/src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h
32
# define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
76
# define
htole64
(x) (x)
macro
94
# define
htole64
(x) __builtin_bswap64(x)
macro
/src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h
29
#define
htole64
(x) (x)
macro
43
#define
htole64
(x) _byteswap_uint64(x)
macro
71
#define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
202
# if !defined
htole64
203
# define
htole64
(x) htole(64,(x))
macro
/src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h
56
#define
htole64
(x) OSSwapHostToLittleInt64(x)
macro
156
#define
htole64
(x) bswap_64(x)
macro
163
#define
htole64
(x) (x)
macro
/src/sys/arch/hpc/stand/include/machine/
endian.h
167
#define
htole64
(x) bswap64((uint64_t)(x))
macro
174
#define
HTOLE64
(x) (x) = bswap64((uint64_t)(x))
183
#define
htole64
(x) (x)
190
#define
HTOLE64
(x) (void) (x)
199
#define le64toh(x)
htole64
(x)
206
#define LE64TOH(x)
HTOLE64
(x)
/src/sys/sys/
endian.h
149
#define
htole64
(x) bswap64(__CAST(uint64_t, (x)))
macro
156
#define
HTOLE64
(x) (x) = bswap64(__CAST(uint64_t, (x)))
165
#define
htole64
(x) __CAST(uint64_t, (x))
172
#define
HTOLE64
(x) __CAST(void, (x))
181
#define le64toh(x)
htole64
(x)
188
#define LE64TOH(x)
HTOLE64
(x)
/src/tools/compat/
compat_defs.h
1142
#if !HAVE_DECL_HTOLE64 && !defined(
htole64
)
1143
#define
htole64
(x) bswap64((u_int64_t)(x))
macro
1161
#if !HAVE_DECL_HTOLE64 && !defined(
htole64
)
1162
#define
htole64
(x) (x)
macro
1181
#define le64toh(x)
htole64
(x)
/src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c
50
#define
htole64
(x) LE_64(x)
macro
84
#define
htole64
(x) (x)
macro
100
#define
htole64
(x) __builtin_bswap64(x)
macro
Completed in 48 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026