Searched refs:widthof (Results 1 – 1 of 1) sorted by relevance
90 # define widthof(t) (sizeof(t) * BITS_PER_BYTE) macro92 (1UL << (i & (widthof(t) - 1))))94 (1UL << (i & (widthof(t) - 1))))673 if (hashwidth <= widthof(unsigned char)) in dohash()675 else if (hashwidth <= widthof(unsigned short)) in dohash()677 else if (hashwidth <= widthof(unsigned int)) in dohash()