Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h115 template <typename T> T HostToLE(T X) { return X; } in HostToLE() function
113 template <typename T> T HostToLE(T X) { return X; } HostToLE() function