Home
last modified time | relevance | path

Searched refs:XXH_PUBLIC_API (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dxxhash.h111 # define XXH_PUBLIC_API static __inline __attribute__((unused)) macro
113 # define XXH_PUBLIC_API static inline
115 # define XXH_PUBLIC_API static __inline
118 # define XXH_PUBLIC_API static
123 # define XXH_PUBLIC_API __declspec(dllexport)
125 # define XXH_PUBLIC_API __declspec(dllimport)
128 # define XXH_PUBLIC_API /* do nothing */
175 XXH_PUBLIC_API unsigned XXH_versionNumber (void);
211 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t length, XXH32_hash_t seed);
237 XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void);
[all …]