Searched refs:XXH3_createState (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h150 # undef XXH3_createState macro
279 # define XXH3_createState XXH_NAME2(XXH_NAMESPACE, XXH3_createState) macro
830 XXH_PUBLIC_API XXH3_state_t* XXH3_createState(void);
891 * Use already declared XXH3_createState() and XXH3_freeState().
1059 * Use @ref XXH3_createState() and @ref XXH3_freeState(), or stack allocation.
1065 * @see XXH3_createState(), XXH3_freeState().
1106 * This operation isn't necessary when the state is created with XXH3_createState().
4703 * completely unnoticed due to XXH3_createState() not actually being tested.
4759 XXH_PUBLIC_API XXH3_state_t* XXH3_createState(voi
[all...]

Completed in 81 milliseconds