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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dseed.c269 u32 x1, x2, x3, x4;
290 x4 = GETU32 (key+12);
295 t1.w = x2 + KC[i] - x4;
308 x3 = (x3<<8) ^ (x4>>24);
309 x4 = (x4<<8) ^ (t0.w>>24);
346 u32 x1, x2, x3, x4;
352 x4 = GETU32 (inbuf+12);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x
267 u32 x1, x2, x3, x4; local
343 u32 x1, x2, x3, x4; local
389 u32 x1, x2, x3, x4; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dseed.c269 u32 x1, x2, x3, x4;
290 x4 = GETU32 (key+12);
295 t1.w = x2 + KC[i] - x4;
308 x3 = (x3<<8) ^ (x4>>24);
309 x4 = (x4<<8) ^ (t0.w>>24);
346 u32 x1, x2, x3, x4;
352 x4 = GETU32 (inbuf+12);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x
267 u32 x1, x2, x3, x4; local
343 u32 x1, x2, x3, x4; local
389 u32 x1, x2, x3, x4; local
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c424 int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp)
423 vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len, offset_t offset, int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp) argument

Completed in 19 milliseconds