Searched defs:XXH64_update_endian (Results 1 - 1 of 1) sorted by relevance

/external/lz4/lib/
H A Dxxhash.c748 FORCE_INLINE XXH_errorcode XXH64_update_endian (XXH64_state_t* state, const void* input, size_t len, XXH_endianess endian) function
808 return XXH64_update_endian(state_in, input, len, XXH_littleEndian);
810 return XXH64_update_endian(state_in, input, len, XXH_bigEndian);

Completed in 36 milliseconds