Home
last modified time | relevance | path

Searched defs:ecb_popcount32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dev.c925 #define ecb_popcount32(x) __builtin_popcount (x) macro
975 ecb_popcount32 (uint32_t x) in ecb_popcount32() function