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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/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 */
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c280 #define LGCHUNKBITS 3 macro
281 #define CHUNKBITS (1<<LGCHUNKBITS)
298 #define LGCHUNKBITS 2 macro
299 #define CHUNKBITS (1<<LGCHUNKBITS)
914 i = l>>LGCHUNKBITS; /* which chunk this bit comes from */
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c299 #define LGCHUNKBITS 3 macro
300 #define CHUNKBITS (1<<LGCHUNKBITS)
317 #define LGCHUNKBITS 2 macro
318 #define CHUNKBITS (1<<LGCHUNKBITS)
942 i = l>>LGCHUNKBITS; /* which chunk this bit comes from */

Completed in 91 milliseconds