HomeSort by relevance Sort by last modified time
    Searched defs:XXH32_update (Results 1 - 3 of 3) sorted by null

  /external/fio/crc/
xxhash.c 229 XXH32_update(state, input, len);
349 XXH_errorcode XXH32_update (void* state_in, const void* input, int len)
  /external/lz4/lib/
xxhash.h 130 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update)
176 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t length);
xxhash.c 327 XXH32_update(&state, input, len);
437 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len)

Completed in 592 milliseconds