HomeSort by: relevance | last modified time | path
    Searched defs:XXH32_update (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_xxhash.h 41 XXH_errorcode (*XXH32_update)(void* state, const void* input,
xxhash.c 98 static XXH_errorcode XXH32_update (void*, const void*, unsigned int);
299 XXH32_update(state, input, len);
434 XXH_errorcode XXH32_update (void* state_in, const void* input, unsigned int len)
513 XXH32_update,
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 351 # undef XXH32_update
454 # define XXH32_update XXH_NAME2(XXH_NAMESPACE, XXH32_update)
682 * @note This function resets and seeds a state. Call it before @ref XXH32_update().
705 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* statePtr, const void* input, size_t length);
3030 XXH32_update(&state, (const xxh_u8*)input, len);
3079 XXH32_update(XXH32_state_t* state, const void* input, size_t len)

Completed in 50 milliseconds