OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteswap64
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/check/
crc64_tablegen.c
45
crc64_table[s][b] =
byteswap64
(crc64_table[s][b]);
crc64_fast.c
54
crc =
byteswap64
(crc);
88
crc =
byteswap64
(crc);
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
71
# define
byteswap64
(num) __builtin_bswap64(num)
macro
83
# define
byteswap64
(num) bswap_64(num)
macro
92
# define
byteswap64
(num) swap64(num)
macro
96
# define
byteswap64
(num) bswap64(num)
macro
109
# define
byteswap64
(num) BSWAP_64(num)
macro
147
#ifndef
byteswap64
148
# define
byteswap64
(n) (uint64_t)( \
macro
178
# define conv64le(num)
byteswap64
(num)
188
# define conv64be(num)
byteswap64
(num)
Completed in 16 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026