Lines Matching refs:ulong32
33 static const ulong32 ORIG_P[16 + 2] = {
41 static const ulong32 ORIG_S[4][256] = {
311 ulong32 x, y, z, A;
331 A = (A << 8) | ((ulong32)key[y++] & 255);
332 if (y == (ulong32)keylen) {
396 ulong32 L, R;
399 ulong32 *S1, *S2, *S3, *S4;
440 burn_stack(sizeof(ulong32) * 2 + sizeof(int));
458 ulong32 L, R;
461 ulong32 *S1, *S2, *S3, *S4;
501 burn_stack(sizeof(ulong32) * 2 + sizeof(int));