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

  /external/fio/crc/
xxhash.h 111 XXH_errorcode XXH32_update (void* state, const void* input, int len);
122 This pointer must be provided as "void* state" parameter for XXH32_update().
123 XXH32_update() can be called as many times as necessary.
158 This way, it becomes possible to generate intermediate hashes, and then continue feeding data with XXH32_update().
169 #define XXH32_feed XXH32_update
xxhash.c 229 XXH32_update(state, input, len);
349 XXH_errorcode XXH32_update (void* state_in, const void* input, int len)
test.c 239 XXH32_update(state, buf, size);
  /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);
lz4frame.c 643 XXH32_update(&(cctxPtr->xxh), srcBuffer, srcSize);
    [all...]
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)
  /external/vulkan-validation-layers/layers/
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 326 XXH32_update(&state, input, len);
436 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len)
  /external/fio/
verify.c 433 XXH32_update(state, p, hdr->len - hdr_size(vc->td, hdr));
1021 XXH32_update(state, p, len);
    [all...]

Completed in 214 milliseconds