OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:byteswap32
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/pixman/dist/test/
matrix-test.c
74
byteswap32
(uint32_t x)
function
105
t->matrix[i][j] =
byteswap32
(t->matrix[i][j]);
thread-test.c
140
byteswap32
(uint32_t x)
function
183
crc32s[i] =
byteswap32
(crc32s[i]);
212
crc32s[i] =
byteswap32
(crc32s[i]);
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
70
# define
byteswap32
(num) __builtin_bswap32(num)
macro
80
# define
byteswap32
(num) bswap_32(num)
macro
91
# define
byteswap32
(num) swap32(num)
macro
95
# define
byteswap32
(num) bswap32(num)
macro
106
# define
byteswap32
(num) BSWAP_32(num)
macro
138
#ifndef
byteswap32
139
# define
byteswap32
(n) (uint32_t)( \
macro
175
# define conv32le(num)
byteswap32
(num)
185
# define conv32be(num)
byteswap32
(num)
Completed in 20 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026