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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/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:__anon9112
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...]
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c79 #error C_block structure assumes 8 bit characters
160 * "C_block", has two problems. First, alignment restrictions must be
165 * to have a machine-independent C_block representation (bits 1..8 in the
253 } C_block; typedef in typeref:union:__anon12216
260 C_block cvt; \
301 { C_block tblk; permute((cpp),&tblk,(p),8); LOAD ((d),(d0),(d1),tblk); }
303 { C_block tblk; permute((cpp),&tblk,(p),4); LOAD ((d),(d0),(d1),tblk); }
308 C_block *out;
309 register C_block *p;
313 register C_block *t
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c96 #error C_block structure assumes 8 bit characters
179 * "C_block", has two problems. First, alignment restrictions must be
184 * to have a machine-independent C_block representation (bits 1..8 in the
272 } C_block; typedef in typeref:union:__anon2723
279 C_block cvt; \
320 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
322 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
327 C_block *out;
328 register C_block *p;
332 register C_block *t
[all...]

Completed in 180 milliseconds