OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write64be
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
457
#define
write64be
(buf, num) write64ne(buf, conv64be(num))
macro
470
# define write64ne
write64be
590
write64be
(uint8_t *buf, uint64_t num)
function
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h
420
inline void
write64be
(void *P, uint64_t V) { write64<big>(P, V); }
Completed in 13 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026