OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conv32le
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/check/
check.c
152
check->buffer.u32[0] =
conv32le
(check->state.crc32);
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
124
# define
conv32le
(num) LE_32(num)
macro
174
# ifndef
conv32le
175
# define
conv32le
(num) byteswap32(num)
macro
193
# ifndef
conv32le
194
# define
conv32le
(num) ((uint32_t)(num))
macro
431
return
conv32le
(num);
459
#define write32le(buf, num) write32ne(buf,
conv32le
(num))
766
return
conv32le
(num);
790
#define aligned_write32le(buf, num) aligned_write32ne((buf),
conv32le
(num))
/src/external/public-domain/xz/dist/src/xz/
list.c
636
"%08" PRIx32,
conv32le
(buf.u32[0]));
Completed in 25 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026