Home
last modified time | relevance | path

Searched defs:z (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dmd5.c183 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
184 #define F2(x, y, z) F1(z, x, y) argument
185 #define F3(x, y, z) (x ^ y ^ z) argument
186 #define F4(x, y, z) (y ^ (x | ~z)) argument
189 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dzfs_sha256.c43 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
44 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
/xen-4.10.0-shim-comet/xen/include/xen/
A Dperfc.h114 #define perfc_adda(x,y,z) ((void)0) argument
115 #define perfc_incr_histo(x,y,z) ((void)0) argument
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c361 #define GNU_AS3(x, y, z) #x ", " #y ", " #z ";" argument
363 #define GNU_ASJ(x, y, z) #x " " #y #z ";" argument
365 #define AS3(x, y, z) GNU_AS3(x, y, z) argument
368 #define ASJ(x, y, z) GNU_ASJ(x, y, z) argument
371 #define AS3(x, y, z) __asm {x, y, z} argument
374 #define ASJ(x, y, z) __asm {x label##y} argument
736 uint64_t rh, rl, t, z=0; in l3hash() local
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/
A Dplatform-compat.h112 #define handle_sysrq(x,y,z) handle_sysrq(x,y) argument
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Ddisk_crypto.c183 struct mac128 z; in aes_cmac() local
/xen-4.10.0-shim-comet/xen/common/
A Dinflate.c347 unsigned z; /* number of entries in current table */ in huft_build() local
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dsimd.c431 vec_t x, y, z, src, inv, alt, sh; in simd_test() local
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.c529 uint8_t z:1; member

Completed in 31 milliseconds