Searched defs:HTBITS (Results 1 - 1 of 1) sorted by path

/system/core/toolbox/
H A Ddu.c257 const int HTBITS = CHAR_BIT * sizeof(tmp); local
295 tmp <<= HTBITS>>1; local
298 h = tmp >> (HTBITS - htshift);
299 h2 = 1 | ( tmp >> (HTBITS - (htshift<<1) - 1)); /* must be odd */

Completed in 48 milliseconds