Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.exec.c90 # define widthof(t) (sizeof(t) * BITS_PER_BYTE) macro
92 (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()