Searched defs:C_block (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c95 #error C_block structure assumes 8 bit characters
165 * "C_block", has two problems. First, alignment restrictions must be
170 * to have a machine-independent C_block representation (bits 1..8 in the
258 } C_block; typedef in typeref:union:__anon2676
265 C_block cvt; \
309 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
311 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
313 static void permute(unsigned char *cp, C_block *out, register C_block *p, int chars_in) {
315 register C_block *t
[all...]

Completed in 87 milliseconds