/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | simd.c | 460 touch(z); in simd_test() 470 z ^= inv; in simd_test() 570 z = src; in simd_test() 572 z *= alt; in simd_test() 574 touch(z); in simd_test() 576 touch(z); in simd_test() 578 touch(z); in simd_test() 584 if ( !to_bool(y == z + z) ) return __LINE__; in simd_test() 586 z = src; in simd_test() 607 if ( !to_bool(y == z + z) ) return __LINE__; in simd_test() [all …]
|
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | zfs_sha256.c | 43 #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/tools/blktap2/drivers/ |
A D | md5.c | 183 #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 190 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | disk_crypto.c | 183 struct mac128 z; in aes_cmac() local 184 memset(&z, 0, sizeof(z)); in aes_cmac() 185 memcpy(&z, M + bsize, size & 0xF); in aes_cmac() 187 xor128(&x, &y, &z); in aes_cmac()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | inflate.c | 347 unsigned z; /* number of entries in current table */ in huft_build() local 446 z = 0; /* ditto */ in huft_build() 466 z = (z = g - w) > (unsigned)l ? l : z; /* upper limit on table size */ in huft_build() 472 if (j < z) in huft_build() 473 while (++j < z) /* try smaller tables up to z bits */ in huft_build() 481 z = 1 << j; /* table entries for j-bit table */ in huft_build() 484 if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == in huft_build() 493 hufts += z + 1; /* track memory usage */ in huft_build() 532 for (j = i >> w; j < z; j += f) in huft_build()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_cfg_l.l | 55 [a-z][._0-9a-z]* {
|
A D | libxlu_disk_l.l | 206 [a-z][-a-z0-9]*=[^,],? { xlu__disk_err(DPC,yytext,"unknown parameter"); } 239 [a-z][a-z0-9]*:/([^a-z0-9].*)? {
|
/xen-4.10.0-shim-comet/xen/crypto/ |
A D | vmac.c | 332 { uint64_t t1h, t1l, t2h, t2l, t3h, t3l, z=0; \ 361 #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 744 ADD128(p1, p2, z, t); in l3hash() 763 ADD128(t, rl, z, rh); in l3hash() [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | perfc.h | 114 #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/m4/ |
A D | features.m4 | 17 ], [test -z $ax_cv_$1], [
|
/xen-4.10.0-shim-comet/tools/pygrub/examples/ |
A D | fedora-19.grub2 | 38 if [ -z "${boot_once}" ]; then 114 elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
|
A D | rhel-7-beta.grub2 | 40 if [ -z "${boot_once}" ]; then 115 elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
|
A D | ubuntu-14.04-lts.grub2 | 39 if [ -z "${boot_once}" ]; then 46 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi 231 elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
|
A D | debian-wheezy-hvm.grub2 | 23 if [ -z "${boot_once}" ]; then
|
A D | fedora-16-with-xen.grub2 | 22 if [ -z "${boot_once}" ]; then
|
/xen-4.10.0-shim-comet/ |
A D | .hgsigs | 8 …FrJ4AU7tLyC8Bt2vAH3ZaA/h1Tn2GWkQXf4tzBAvvwWNBrm1hdj73OaB7dD2l2kvL551AhoSd4/5z+pPtpC72ItwFFTr3Ep9GR…
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | entry.S | 55 UNLIKELY_DONE(z, nsvm_hap)
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/compat-include/xen/ |
A D | platform-compat.h | 112 #define handle_sysrq(x,y,z) handle_sysrq(x,y) argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 212 UNLIKELY_START(z, compat_syscall_gpf) 312 UNLIKELY_START(z, compat_bounce_null_selector)
|
/xen-4.10.0-shim-comet/tools/ |
A D | config.h.in | 42 /* Define to 1 if you have the `z' library (-lz). */
|
A D | configure.ac | 325 ],[test -z "$PYTHON"], [PYTHON="python"], 383 AC_CHECK_LIB([z], [deflateCopy], [], [AC_MSG_ERROR([Could not find zlib])])
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | entry.S | 208 UNLIKELY_START(z, sysenter_gpf) 351 UNLIKELY_START(z, create_bounce_frame_bad_bounce_ip)
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | asm_defns.h | 43 ASSERT_INTERRUPT_STATUS(z, "INTERRUPTS DISABLED")
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.hash.c_shipped | 25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | video.S | 263 cmpb $'z'+1, %dl
|