OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write64le
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Remarks/
YAMLRemarkSerializer.cpp
218
support::endian::
write64le
(Version.data(), remarks::CurrentRemarkVersion);
229
support::endian::
write64le
(StrTabSizeBuf.data(), StrTabSize);
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
460
#define
write64le
(buf, num) write64ne(buf, conv64le(num))
macro
477
# define write64ne
write64le
605
write64le
(uint8_t *buf, uint64_t num)
function
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFAArch64.h
343
write64le
(Target, Value + RE.Addend);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Endian.h
417
inline void
write64le
(void *P, uint64_t V) { write64<little>(P, V); }
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp
93
support::endian::
write64le
(Data, Value);
/src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp
172
support::endian::
write64le
(Buffer, X);
303
support::endian::
write64le
(Buffer, val);
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp
110
support::endian::
write64le
(Data, I);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
685
support::endian::
write64le
(Data, Num);
Completed in 24 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026