Searched refs:BITSIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/include/
H A Dbits.c49 #define BITSIZE(TYPE) \ macro
82 BITSIZE(signed char);
83 BITSIZE(short);
84 BITSIZE(int);
85 BITSIZE(long);
87 BITSIZE(long long);
95 BITSIZE(unsigned char);
96 BITSIZE(unsigned short);
97 BITSIZE(unsigned int);
98 BITSIZE(unsigne
[all...]

Completed in 111 milliseconds