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

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dhash.c60 static unsigned int bitsper; /* Bits per byte */ variable
78 bitsper = 0;
83 bitsper++;
86 shift = (bitsper * sizeof(int)) - LOG2LEN;
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c93 # define SHIFT ((bitsper * sizeof(int)) - m) /* Shift factor */
97 static unsigned int bitsper; /* Bits per byte */ variable
465 bitsper = 0;
468 bitsper++; /* Count number of shifts */

Completed in 127 milliseconds