Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/uwin/
H A Dcrypt.c288 #define LGCHUNKBITS 3 macro
289 #define CHUNKBITS (1<<LGCHUNKBITS)
306 #define LGCHUNKBITS 2 macro
307 #define CHUNKBITS (1<<LGCHUNKBITS)
496 i = l>>LGCHUNKBITS; /* which chunk this bit comes from */ in init_perm()