Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h656 # define XXH_ALIGN_MEMBER(align, type) type XXH_ALIGN(align) macro
658 # define XXH_ALIGN_MEMBER(align, type) XXH_ALIGN(align) type macro
664 XXH_ALIGN_MEMBER(64, XXH64_hash_t acc[8]);
666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
667 XXH_ALIGN_MEMBER(64, unsigned char buffer[XXH3_INTERNALBUFFER_SIZE]);
681 #undef XXH_ALIGN_MEMBER

Completed in 34 milliseconds