/openbmc/linux/crypto/ |
H A D | fcrypt.c | 72 #undef Z 73 #define Z(x) cpu_to_be32(x << 3) macro 75 Z(0xea), Z(0x7f), Z(0xb2), Z(0x64), Z(0x9d), Z(0xb0), Z(0xd9), Z(0x11), 76 Z(0xcd), Z(0x86), Z(0x86), Z(0x91), Z(0x0a), Z(0xb2), Z(0x93), Z(0x06), 77 Z(0x0e), Z(0x06), Z(0xd2), Z(0x65), Z(0x73), Z(0xc5), Z(0x28), Z(0x60), 78 Z(0xf2), Z(0x20), Z(0xb5), Z(0x38), Z(0x7e), Z(0xda), Z(0x9f), Z(0xe3), 79 Z(0xd2), Z(0xcf), Z(0xc4), Z(0x3c), Z(0x61), Z(0xff), Z(0x4a), Z(0x4a), 80 Z(0x35), Z(0xac), Z(0xaa), Z(0x5f), Z(0x2b), Z(0xbb), Z(0xbc), Z(0x53), 81 Z(0x4e), Z(0x9d), Z(0x78), Z(0xa3), Z(0xdc), Z(0x09), Z(0x32), Z(0x10), 82 Z(0xc6), Z(0x6f), Z(0x66), Z(0xd6), Z(0xab), Z(0xa9), Z(0xaf), Z(0xfd), [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-z16.rst | 32 - Z\ :sub:`00low` 33 - Z\ :sub:`00high` 34 - Z\ :sub:`01low` 35 - Z\ :sub:`01high` 36 - Z\ :sub:`02low` 37 - Z\ :sub:`02high` 38 - Z\ :sub:`03low` 39 - Z\ :sub:`03high` 41 - Z\ :sub:`10low` 42 - Z\ :sub:`10high` [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 26 C(0x1a00, AR, RR_a, Z, r1, r2, new, r1_32, add, adds32) 28 C(0x5a00, A, RX_a, Z, r1, m2_32s, new, r1_32, add, adds32) 30 C(0xb908, AGR, RRE, Z, r1, r2, r1, 0, add, adds64) 31 C(0xb918, AGFR, RRE, Z, r1, r2_32s, r1, 0, add, adds64) 33 C(0xe308, AG, RXY_a, Z, r1, m2_64, r1, 0, add, adds64) 34 C(0xe318, AGF, RXY_a, Z, r1, m2_32s, r1, 0, add, adds64) 35 F(0xb30a, AEBR, RRE, Z, e1, e2, new, e1, aeb, f32, IF_BFP) 36 F(0xb31a, ADBR, RRE, Z, f1, f2, new, f1, adb, f64, IF_BFP) 37 F(0xb34a, AXBR, RRE, Z, x1, x2, new_x, x1, axb, f128, IF_BFP) 38 F(0xed0a, AEB, RXE, Z, e1, m2_32u, new, e1, aeb, f32, IF_BFP) [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | satan.S | 350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 351 |--WHERE Y = X*X, AND Z = Y*Y. 362 fmulx %fp1,%fp1 | ...FP1 IS Z = Y*Y 367 fmulx %fp1,%fp2 | ...Z*B6 368 fmulx %fp1,%fp3 | ...Z*B5 370 faddd ATANB4,%fp2 | ...B4+Z*B6 371 faddd ATANB3,%fp3 | ...B3+Z*B5 373 fmulx %fp1,%fp2 | ...Z*(B4+Z*B6) 374 fmulx %fp3,%fp1 | ...Z*(B3+Z*B5) 376 faddd ATANB2,%fp2 | ...B2+Z*(B4+Z*B6) [all …]
|
H A D | ssinh.S | 86 |--Y = |X|, Z = EXPM1(Y), SINH(X) = SIGN(X)*(1/2)*( Z + Z/(1+Z) ) 93 bsr setoxm1 | ...FP0 IS Z = EXPM1(Y) 98 fadds #0x3F800000,%fp1 | ...1+Z 100 fdivx %fp1,%fp0 | ...Z/(1+Z)
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H A D | netwinder-fpe.rst | 14 {P|M|Z} = {round to +infinity,round to -infinity,round to zero}, 51 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point 52 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer 80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add 81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract 82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 83 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply 84 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide 85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 89 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply [all …]
|
H A D | todo.rst | 6 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power 7 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power 8 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2) 10 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10 11 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e 12 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent 13 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine 14 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine 15 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent 16 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 186.out | 7 QEMU X.Y.Z monitor - type 'help' for more information 15 QEMU X.Y.Z monitor - type 'help' for more information 23 QEMU X.Y.Z monitor - type 'help' for more information 31 QEMU X.Y.Z monitor - type 'help' for more information 39 QEMU X.Y.Z monitor - type 'help' for more information 47 QEMU X.Y.Z monitor - type 'help' for more information 58 QEMU X.Y.Z monitor - type 'help' for more information 66 QEMU X.Y.Z monitor - type 'help' for more information 74 QEMU X.Y.Z monitor - type 'help' for more information 82 QEMU X.Y.Z monitor - type 'help' for more information [all …]
|
H A D | 051.pc.out | 53 QEMU X.Y.Z monitor - type 'help' for more information 60 QEMU X.Y.Z monitor - type 'help' for more information 76 QEMU X.Y.Z monitor - type 'help' for more information 83 QEMU X.Y.Z monitor - type 'help' for more information 105 QEMU X.Y.Z monitor - type 'help' for more information 109 QEMU X.Y.Z monitor - type 'help' for more information 129 QEMU X.Y.Z monitor - type 'help' for more information 136 QEMU X.Y.Z monitor - type 'help' for more information 140 QEMU X.Y.Z monitor - type 'help' for more information 144 QEMU X.Y.Z monitor - type 'help' for more information [all …]
|
H A D | 068.out | 6 QEMU X.Y.Z monitor - type 'help' for more information 9 QEMU X.Y.Z monitor - type 'help' for more information 17 QEMU X.Y.Z monitor - type 'help' for more information 20 QEMU X.Y.Z monitor - type 'help' for more information
|
H A D | 267.out | 7 QEMU X.Y.Z monitor - type 'help' for more information 21 QEMU X.Y.Z monitor - type 'help' for more information 32 QEMU X.Y.Z monitor - type 'help' for more information 43 QEMU X.Y.Z monitor - type 'help' for more information 57 QEMU X.Y.Z monitor - type 'help' for more information 68 QEMU X.Y.Z monitor - type 'help' for more information 82 QEMU X.Y.Z monitor - type 'help' for more information 93 QEMU X.Y.Z monitor - type 'help' for more information 104 QEMU X.Y.Z monitor - type 'help' for more information 118 QEMU X.Y.Z monitor - type 'help' for more information [all …]
|
H A D | 051.out | 53 QEMU X.Y.Z monitor - type 'help' for more information 60 QEMU X.Y.Z monitor - type 'help' for more information 76 QEMU X.Y.Z monitor - type 'help' for more information 83 QEMU X.Y.Z monitor - type 'help' for more information 105 QEMU X.Y.Z monitor - type 'help' for more information 109 QEMU X.Y.Z monitor - type 'help' for more information 129 QEMU X.Y.Z monitor - type 'help' for more information 136 QEMU X.Y.Z monitor - type 'help' for more information 146 QEMU X.Y.Z monitor - type 'help' for more information 153 QEMU X.Y.Z monitor - type 'help' for more information [all …]
|
H A D | 225.out | 8 QEMU X.Y.Z monitor - type 'help' for more information 15 QEMU X.Y.Z monitor - type 'help' for more information 21 QEMU X.Y.Z monitor - type 'help' for more information
|
/openbmc/webui-vue/src/assets/images/ |
H A D | login-company-logo.svg | 23 … d="M241.23,205.77a18.66,18.66,0,1,0-.24,16L237.26,220a14.51,14.51,0,1,1,.21-12.46Z" /> 25 …77.21q-3.63.94-7.12,2.2c-1.29.47-2.58,1-3.84,1.48h0V38.19l-.13.1A53.79,53.79,0,0,0,65.85,81.86Z" /> 27 …2.23,0,0,0,64.18,133.6c1.41,0,2.81-.06,4.2-.14l1.63-.09h0V95.57A14.47,14.47,0,0,1,120.28,96.58Z" /> 29 ….08V162c1.08-.27,2.14-.56,3.2-.87a82.35,82.35,0,0,0,8.53-3V125.91a53.91,53.91,0,0,0,20.6-57.37Z" /> 31 …-12.58,10.88,11,11,0,0,0,11,11h0a11,11,0,0,0,10.54-14.13C184.82,133.3,184.73,133,184.63,132.75Z" /> 37 …0,58.05,225a8.59,8.59,0,0,0,2.76-6.54,8.38,8.38,0,0,0-2.7-6.41,9.43,9.43,0,0,0-6.68-2.51H45.54Z" /> 39 …,9.89,0,0,1-8.68,5,9.43,9.43,0,1,1,0-18.83,9.8,9.8,0,0,1,9.35,6.54c0,.07.15.63.17.7H76.59v3.52Z" />
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | load_unpack.c | 81 TEST_io(loadbzw2_io, int32_t, Z, 2, 0x00000000, 85 TEST_io(loadbzw4_io, int64_t, Z, 4, 0x0000000000000000LL, 121 TEST_ur(loadbzw2_ur, int32_t, Z, 1, 0x00000000, 125 TEST_ur(loadbzw4_ur, int64_t, Z, 2, 0x0000000000000000LL, 165 TEST_ap(loadbzw2_ap, int32_t, Z, 2, 0x00000000, 169 TEST_ap(loadbzw4_ap, int64_t, Z, 4, 0x0000000000000000LL, 212 TEST_pr(loadbzw2_pr, int32_t, Z, 2, 0x00000000, 216 TEST_pr(loadbzw4_pr, int64_t, Z, 4, 0x0000000000000000LL, 256 TEST_pbr(loadbzw2_pbr, int32_t, Z, 0x00000000, 260 TEST_pbr(loadbzw4_pbr, int64_t, Z, 0x0000000000000000LL, [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_namespacing.c | 44 enum Z; 50 typedef int Z; typedef 66 enum Z *z; in f() 69 Z zz; in f()
|
/openbmc/docs/logo/ |
H A D | OpenBMC-Logo.svg | 1 …Z"/><path class="cls-2" d="M65.85,81.86a53.68,53.68,0,0,0,11.61,33.41c-.1.29-.15.6-.22.9a10.81,10.…
|
/openbmc/webui-vue/docs/.vuepress/public/ |
H A D | openbmc-logo.svg | 1 …Z"/><path class="cls-2" d="M65.85,81.86a53.68,53.68,0,0,0,11.61,33.41c-.1.29-.15.6-.22.9a10.81,10.…
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-ata | 68 The name of the directory is devX[.Y].Z where: 71 - Z the device id: for PATA, there is usually 2 devices [0,1], only 1 for SATA. 74 What: /sys/class/ata_device/devX[.Y].Z/spdn_cnt 75 What: /sys/class/ata_device/devX[.Y].Z/gscr 76 What: /sys/class/ata_device/devX[.Y].Z/ering 77 What: /sys/class/ata_device/devX[.Y].Z/id 78 What: /sys/class/ata_device/devX[.Y].Z/pio_mode 79 What: /sys/class/ata_device/devX[.Y].Z/xfer_mode 80 What: /sys/class/ata_device/devX[.Y].Z/dma_mode 81 What: /sys/class/ata_device/devX[.Y].Z/class [all …]
|
H A D | sysfs-class-fc_remote_ports | 1 What: /sys/class/fc_remote_ports/rport-X:Y-Z/statistics/fpin_cn_yyy 9 What: /sys/class/fc_remote_ports/rport-X:Y-Z/statistics/fpin_li_yyy 17 What: /sys/class/fc_remote_ports/rport-X:Y-Z/statistics/fpin_dn_yyy
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | write-zeroes-unmap.out | 6 QEMU X.Y.Z monitor - type 'help' for more information 16 QEMU X.Y.Z monitor - type 'help' for more information 26 QEMU X.Y.Z monitor - type 'help' for more information 36 QEMU X.Y.Z monitor - type 'help' for more information 46 QEMU X.Y.Z monitor - type 'help' for more information 56 QEMU X.Y.Z monitor - type 'help' for more information 66 QEMU X.Y.Z monitor - type 'help' for more information 76 QEMU X.Y.Z monitor - type 'help' for more information
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 55 zcOcu}Z{NOo{hG{LAfm@rioBCe=KT9Dnd1oL5n4vFlHGJCqF<!TuilxaRLd{prid)g 56 z2UChEQ{q1#a|Fyddj0Cv_#R!lIF#>Py_|Q=3fu|Z>QwAp!%qL`=Tz<Sy}PTYPa5mv 64 zt0_XfTt*x2RdS`ed*j-ypuV2f%6e5R+qs5qY=Lb1)~^Z)>@h9S9|T#4xx)uc?%h57 67 zTr4lr|CaIBO7bGDiI73viKwZNNv~h4IQhv&f+|Z+Ra|`}oj@WAf~@IvB>B1M7(Jm) 91 z)omHEk=||39NY^NkzsIKS76BW(h%Z%gjZXzLyMr*w|;ey*zl)(gW5D1*rxHWRZE6; 133 z@S%7_q|8Z$s$)bbMPh7SGUJFLoZ#OX8j1r)Y~(TtINxz_D)>a*qZ#)KN1-S8#)KoY 140 z5MqXpPE1F4Y_i~^&@(68ivLtLoy}jVYyz6pzkT(Jb$?0Wc$`y_uS=!0DU;R)Z#2#k 147 z)xUwm^Z@~Ew~guA0R-7+PQmn+&yp1XDmZ0R1S+9vd_J>+`c%o4u|!gvhChA7POPy% 150 z5)tG{(@1>ZSu`3ey37`h$BG}kC8kIRj8vuL<>^Z?Y_%+s!A;`mz-5b0$&W~`_8}s* 152 zN1Ulq%CrT1^pDnjbnD6`uwa|vJviblkMj@Tlupe)VA2&+$0;05AK1HE?yP0fa7-Z? [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0367_priv.h | 30 #define INRANGE(X, Y, Z) \ argument 31 ((((X) <= (Y)) && ((Y) <= (Z))) || \ 32 (((Z) <= (Y)) && ((Y) <= (X))) ? 1 : 0)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra210-p2371-2180.dts | 76 cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>; 77 power-gpios = <&gpio TEGRA_GPIO(Z, 3) GPIO_ACTIVE_HIGH>; 78 wp-gpios = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_LOW>;
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.c | 187 #define REGISTER_AZ(name) REGISTER(name, F, A, Z) 189 #define REGISTER_BZ(name) REGISTER(name, F, B, Z) 190 #define REGISTER_CZ(name) REGISTER(name, F, C, Z) 318 #define REGISTER_TABLE_AZ(name) REGISTER_TABLE(name, F, A, Z) 320 #define REGISTER_TABLE_BZ(name) REGISTER_TABLE(name, F, B, Z) 325 REGISTER_TABLE_DIMENSIONS(name, FR_BZ_ ## name, F, C, Z, \ 328 #define REGISTER_TABLE_CZ(name) REGISTER_TABLE(name, F, C, Z) 348 F, B, Z, 8, 1024),
|