Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h1026 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align) macro
1028 # define XXH_ALIGN_MEMBER(align, type) XXH_ALIGN(align) type macro
1072 XXH_ALIGN_MEMBER(64, XXH64_hash_t acc[8]);
1074 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
1076 XXH_ALIGN_MEMBER(64, unsigned char buffer[XXH3_INTERNALBUFFER_SIZE]);
1100 #undef XXH_ALIGN_MEMBER

Completed in 18 milliseconds