HomeSort by relevance Sort by last modified time
    Searched defs:XXH32_update (Results 1 - 2 of 2) 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.c 344 XXH32_update(&state, input, len);
677 XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len)

Completed in 561 milliseconds