Searched refs:HostToLE (Results 1 – 2 of 2) sorted by relevance
112 template <typename T> T HostToLE(T X) { return X; } in HostToLE() function114 template <typename T> T HostToLE(T X) { return Bswap(X); } in HostToLE() function
198 Bundle = HostToLE(Bundle); in ForEachNonZeroByte()