Home
last modified time | relevance | path

Searched refs:HostToLE (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h115 template <typename T> T HostToLE(T X) { return X; } in HostToLE() function
117 template <typename T> T HostToLE(T X) { return Bswap(X); } in HostToLE() function
H A DFuzzerTracePC.h198 Bundle = HostToLE(Bundle); in ForEachNonZeroByte()