Searched defs:x3 (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;
289 x3 = GETU32 (key+8);
294 t0.w = x1 + x3 - KC[i];
307 t0.w = x3;
308 x3 = (x3<<8) ^ (x4>>24);
346 u32 x1, x2, x3, x4;
351 x3 = GETU32 (inbuf+8);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, 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;
289 x3 = GETU32 (key+8);
294 t0.w = x1 + x3 - KC[i];
307 t0.w = x3;
308 x3 = (x3<<8) ^ (x4>>24);
346 u32 x1, x2, x3, x4;
351 x3 = GETU32 (inbuf+8);
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, 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.c332 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) argument
405 int x3, vnode_t *startvp, int fd)
414 ret = vn_open(realpath, x1, flags, mode, vpp, x2, x3);
424 int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp)
404 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3, vnode_t *startvp, int fd) argument
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 34 milliseconds