inx               381 lib/replace/crypt.c 	  ufc_long to_permute, inx;
inx               387 lib/replace/crypt.c 	  inx = ((j1 << 6)  | j2) << 1;
inx               388 lib/replace/crypt.c 	  sb[sg][inx  ]  = eperm32tab[0][(to_permute >> 24) & 0xff][0];
inx               389 lib/replace/crypt.c 	  sb[sg][inx+1]  = eperm32tab[0][(to_permute >> 24) & 0xff][1];
inx               390 lib/replace/crypt.c 	  sb[sg][inx  ] |= eperm32tab[1][(to_permute >> 16) & 0xff][0];
inx               391 lib/replace/crypt.c 	  sb[sg][inx+1] |= eperm32tab[1][(to_permute >> 16) & 0xff][1];
inx               392 lib/replace/crypt.c   	  sb[sg][inx  ] |= eperm32tab[2][(to_permute >>  8) & 0xff][0];
inx               393 lib/replace/crypt.c 	  sb[sg][inx+1] |= eperm32tab[2][(to_permute >>  8) & 0xff][1];
inx               394 lib/replace/crypt.c 	  sb[sg][inx  ] |= eperm32tab[3][(to_permute)       & 0xff][0];
inx               395 lib/replace/crypt.c 	  sb[sg][inx+1] |= eperm32tab[3][(to_permute)       & 0xff][1];
inx               398 lib/replace/crypt.c 	  inx = ((j1 << 6)  | j2);
inx               399 lib/replace/crypt.c 	  sb[sg][inx]  = 
inx               402 lib/replace/crypt.c 	  sb[sg][inx] |=
inx               405 lib/replace/crypt.c   	  sb[sg][inx] |= 
inx               408 lib/replace/crypt.c 	  sb[sg][inx] |=