Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhsum.c582 #define XSUM_TABLE_ELT_SIZE(table) (sizeof(table) / sizeof(*table)) macro
591 assert(0 <= hashType && hashType <= XSUM_TABLE_ELT_SIZE(XSUM_algoName)); in XSUM_printLine_BSD_internal()
613 assert(0 <= hashType && hashType <= XSUM_TABLE_ELT_SIZE(XSUM_algoName)); in XSUM_printLine_GNU_internal()