Searched refs:CHUNKBITS (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libast/uwin/ |
H A D | crypt.c | 289 #define CHUNKBITS (1<<LGCHUNKBITS) macro 291 LOAD(d,d0,d1,(p)[(0<<CHUNKBITS)+(cpp)[0]]); \ 292 OR (d,d0,d1,(p)[(1<<CHUNKBITS)+(cpp)[1]]); \ 293 OR (d,d0,d1,(p)[(2<<CHUNKBITS)+(cpp)[2]]); \ 294 OR (d,d0,d1,(p)[(3<<CHUNKBITS)+(cpp)[3]]); \ 295 OR (d,d0,d1,(p)[(4<<CHUNKBITS)+(cpp)[4]]); \ 296 OR (d,d0,d1,(p)[(5<<CHUNKBITS)+(cpp)[5]]); \ 297 OR (d,d0,d1,(p)[(6<<CHUNKBITS)+(cpp)[6]]); \ 298 OR (d,d0,d1,(p)[(7<<CHUNKBITS)+(cpp)[7]]); 300 LOAD(d,d0,d1,(p)[(0<<CHUNKBITS) 307 #define CHUNKBITS macro [all...] |
Completed in 7 milliseconds