Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/openbmc/qemu/migration/
H A Dmultifd-zstd.c42 struct zstd_data *z = g_new0(struct zstd_data, 1); in multifd_zstd_send_setup() local
45 z->zcs = ZSTD_createCStream(); in multifd_zstd_send_setup()
46 if (!z->zcs) { in multifd_zstd_send_setup()
47 g_free(z); in multifd_zstd_send_setup()
52 res = ZSTD_initCStream(z->zcs, migrate_multifd_zstd_level()); in multifd_zstd_send_setup()
54 ZSTD_freeCStream(z->zcs); in multifd_zstd_send_setup()
55 g_free(z); in multifd_zstd_send_setup()
61 z->zbuff_len = ZSTD_compressBound(MULTIFD_PACKET_SIZE); in multifd_zstd_send_setup()
62 z->zbuff = g_try_malloc(z->zbuff_len); in multifd_zstd_send_setup()
63 if (!z->zbuff) { in multifd_zstd_send_setup()
[all …]
H A Dmultifd-zlib.c39 struct zlib_data *z = g_new0(struct zlib_data, 1); in multifd_zlib_send_setup() local
40 z_stream *zs = &z->zs; in multifd_zlib_send_setup()
51 z->zbuff_len = compressBound(MULTIFD_PACKET_SIZE); in multifd_zlib_send_setup()
52 z->zbuff = g_try_malloc(z->zbuff_len); in multifd_zlib_send_setup()
53 if (!z->zbuff) { in multifd_zlib_send_setup()
57 z->buf = g_try_malloc(qemu_target_page_size()); in multifd_zlib_send_setup()
58 if (!z->buf) { in multifd_zlib_send_setup()
62 p->compress_data = z; in multifd_zlib_send_setup()
70 g_free(z->zbuff); in multifd_zlib_send_setup()
74 g_free(z); in multifd_zlib_send_setup()
[all …]
/openbmc/phosphor-pid-control/test/
H A Dpid_fancontroller_unittest.cpp32 ZoneMock z; in TEST() local
38 FanController::createFanPid(&z, "fan1", inputs, initial); in TEST()
47 ZoneMock z; in TEST() local
53 FanController::createFanPid(&z, "fan1", inputs, initial); in TEST()
61 ZoneMock z; in TEST() local
67 FanController::createFanPid(&z, "fan1", inputs, initial); in TEST()
70 EXPECT_CALL(z, getCachedValue(StrEq("fan0"))).WillOnce(Return(0)); in TEST()
71 EXPECT_CALL(z, getCachedValue(StrEq("fan1"))).WillOnce(Return(0)); in TEST()
79 ZoneMock z; in TEST() local
85 FanController::createFanPid(&z, "fan1", inputs, initial); in TEST()
[all …]
H A Dpid_thermalcontroller_unittest.cpp29 ZoneMock z; in TEST() local
36 &z, "therm1", inputs, setpoint, initial, ThermalType::margin); in TEST()
45 ZoneMock z; in TEST() local
54 &z, "therm1", inputs, setpoint, initial, ThermalType::margin); in TEST()
64 ZoneMock z; in TEST() local
71 &z, "therm1", inputs, setpoint, initial, ThermalType::margin); in TEST()
74 EXPECT_CALL(z, getCachedValue(StrEq("fleeting0"))).WillOnce(Return(5.0)); in TEST()
83 ZoneMock z; in TEST() local
90 &z, "therm1", inputs, setpoint, initial, ThermalType::margin); in TEST()
100 ZoneMock z; in TEST() local
[all …]
H A Dpid_stepwisecontroller_unittest.cpp26 ZoneMock z; in TEST() local
40 StepwiseController::createStepwiseController(&z, "foo", inputs, in TEST()
43 EXPECT_CALL(z, getCachedValue(StrEq("test"))) in TEST()
49 EXPECT_CALL(z, addSetPoint(40.0, "foo")).Times(2); in TEST()
50 EXPECT_CALL(z, addSetPoint(60.0, "foo")).Times(1); in TEST()
62 ZoneMock z; in TEST() local
76 StepwiseController::createStepwiseController(&z, "foo", inputs, in TEST()
79 EXPECT_CALL(z, getCachedValue(StrEq("test"))) in TEST()
85 EXPECT_CALL(z, addSetPoint(40.0, "foo")).Times(1); in TEST()
86 EXPECT_CALL(z, addSetPoint(60.0, "foo")).Times(2); in TEST()
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c52 double z, q, zz, xh; in __gcc_qadd() local
54 z = a + c; in __gcc_qadd()
56 if (nonfinite(z)) { in __gcc_qadd()
57 z = cc + aa + c + a; in __gcc_qadd()
58 if (nonfinite(z)) in __gcc_qadd()
59 return z; in __gcc_qadd()
60 x.dval[0] = z; /* Will always be DBL_MAX. */ in __gcc_qadd()
63 x.dval[1] = a - z + c + zz; in __gcc_qadd()
65 x.dval[1] = c - z + a + zz; in __gcc_qadd()
67 q = a - z; in __gcc_qadd()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv2084 "V4FMADDPS zmm1, {k}{z}, zmmV+3, m128","V4FMADDPS m128, zmmV+3, {k}{z}, zmm1","v4fmaddps m128, zmmV…
2085 "V4FMADDSS xmm1, {k}{z}, xmmV+3, m128","V4FMADDSS m128, xmmV+3, {k}{z}, xmm1","v4fmaddss m128, xmmV…
2086 "V4FNMADDPS zmm1, {k}{z}, zmmV+3, m128","V4FNMADDPS m128, zmmV+3, {k}{z}, zmm1","v4fnmaddps m128, z…
2087 "V4FNMADDSS xmm1, {k}{z}, xmmV+3, m128","V4FNMADDSS m128, xmmV+3, {k}{z}, xmm1","v4fnmaddss m128, x…
2089 "VADDPD xmm1, {k}{z}, xmmV, xmm2/m128/m64bcst","VADDPD xmm2/m128/m64bcst, xmmV, {k}{z}, xmm1","vadd…
2091 "VADDPD ymm1, {k}{z}, ymmV, ymm2/m256/m64bcst","VADDPD ymm2/m256/m64bcst, ymmV, {k}{z}, ymm1","vadd…
2092 "VADDPD zmm1{er}, {k}{z}, zmmV, zmm2","VADDPD zmm2, zmmV, {k}{z}, zmm1{er}","vaddpd zmm2, zmmV, {k}…
2093 "VADDPD zmm1, {k}{z}, zmmV, zmm2/m512/m64bcst","VADDPD zmm2/m512/m64bcst, zmmV, {k}{z}, zmm1","vadd…
2095 "VADDPS xmm1, {k}{z}, xmmV, xmm2/m128/m32bcst","VADDPS xmm2/m128/m32bcst, xmmV, {k}{z}, xmm1","vadd…
2097 "VADDPS ymm1, {k}{z}, ymmV, ymm2/m256/m32bcst","VADDPS ymm2/m256/m32bcst, ymmV, {k}{z}, ymm1","vadd…
[all …]
/openbmc/qemu/include/fpu/
H A Dsoftfloat-macros.h130 uint32_t z; in shift32RightJamming() local
133 z = a; in shift32RightJamming()
136 z = ( a>>count ) | ( ( a<<( ( - count ) & 31 ) ) != 0 ); in shift32RightJamming()
139 z = ( a != 0 ); in shift32RightJamming()
141 *zPtr = z; in shift32RightJamming()
156 uint64_t z; in shift64RightJamming() local
159 z = a; in shift64RightJamming()
162 z = ( a>>count ) | ( ( a<<( ( - count ) & 63 ) ) != 0 ); in shift64RightJamming()
165 z = ( a != 0 ); in shift64RightJamming()
167 *zPtr = z; in shift64RightJamming()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt/
H A DCVE-2019-17362.patch19 for (z = 0; (tmp & 0x80) && (z <= 4); z++, tmp = (tmp << 1) & 0xFF);
21 - if (z > 4 || (x + (z - 1) > inlen)) {
22 + if (z == 1 || z > 4 || (x + (z - 1) > inlen)) {
/openbmc/qemu/host/include/aarch64/host/crypto/
H A Daes-round.h104 uint8x16_t z = { }; in aesenc_SB_SR_AK_accel() local
108 t = aes_accel_aese(t, z); in aesenc_SB_SR_AK_accel()
111 t = aes_accel_aese(t, z); in aesenc_SB_SR_AK_accel()
121 uint8x16_t z = { }; in aesenc_SB_SR_MC_AK_accel() local
125 t = aes_accel_aese_mc(t, z); in aesenc_SB_SR_MC_AK_accel()
128 t = aes_accel_aese_mc(t, z); in aesenc_SB_SR_MC_AK_accel()
153 uint8x16_t z = { }; in aesdec_ISB_ISR_AK_accel() local
157 t = aes_accel_aesd(t, z); in aesdec_ISB_ISR_AK_accel()
160 t = aes_accel_aesd(t, z); in aesdec_ISB_ISR_AK_accel()
171 uint8x16_t z = { }; in aesdec_ISB_ISR_AK_IMC_accel() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver/
H A Dfix-cross-compile.patch21 - if test \! -z "$includedir" ; then
24 +# if test \! -z "$includedir" ; then
34 - if test \! -z "$includedir" ; then
37 +# if test \! -z "$includedir" ; then
47 - if test \! -z "$includedir" ; then
50 +# if test \! -z "$includedir" ; then
56 - if test \! -z "$libdir" ; then
59 +# if test \! -z "$libdir" ; then
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch52 z#E!k8qQ-f@*|~RF?ghjbPsDTBGpuvxPTQGpzJHn7t6hx?{cN;rFn53ccJTKne@Sd|
54 z&n7F}X!x&saU#i$A7mwoSK<i#;}J;2(LWx-#0nSz1CAnJzI+++JkAjD?%lgLuOrDB
59 z?AhD5ZzEs6P)mWxs~0l<N{bK&`>$R^DExlRG5kF1V&SqVKUUw(IAWN)*R5)wDV2TZ
63 z#q(zoPoG3Qdm2-CM&j$pS2}ThtWo^z>WO^y^1{(WOw-5ec@&N!Afxh`lb6qugkaA-
66 z-@P3&0$gO%m?(lfxQlrD6hJ+H@<@jjiC~Q(WbhDzh+1&R9m0aDG|9_{S8pOCNk>q^
71 z{w*7It5a#1M=Rhne^ijW{qJ4tRG2xq4`OuR`qkt7ye9YdIe+xfx;fJhZdnh_ZJamb
72 z+J$qBRQR>4tEWvky?-~O!lOTb@_6&Y*#|eTL)4D!+-_8t_IuZ@+_QH1yb%LeP93*@
73 z!|Ll7&##?1C8&L~txM)zJ$GvRvIUn;96ftz|IU?5&K)_hd-bvl#}1JV0;M+U1peEW
74 z%m<Hrym9%$u9Zvpij=G8P9v$eE}2Vys=9XJEM*UG+jMf@uEoK_kL}vJVrp>MxznUi
75 z=;1xWtIeFDfm@f%-?U&BJ!E`l4+$LU-HwL9H8rDGEEzvCutkI6o^2M59rpPCJ#+(7
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A D0001-nss-nspr-fix-for-multilib.patch19 if test "z$NSPR_FOUND" = "zno" -a "z$with_nspr" != "z" -a "z$with_nspr" != "zyes" ; then
34 if test "z$NSS_FOUND" = "zno" -a "z$with_nss" != "z" -a "z$with_nss" != "zyes" ; then
/openbmc/phosphor-fan-presence/control/
H A Dmanager.cpp102 for (auto& z : zones) in Manager() local
105 path /= std::to_string(std::get<zoneNumPos>(z)); in Manager()
106 _zones.emplace(std::get<zoneNumPos>(z), in Manager()
108 event, z)); in Manager()
123 for (auto& z : _zones) in doInit() local
125 z.second->setFullSpeed(); in doInit()
H A Dgen-fan-zone-defs.py276 "name" in z
277 and z["name"] is not None
278 and not any(c["name"] == z["name"] for c in zCond)
279 for z in eGroups["zone_conditions"]
286 "zones" in z
287 and z["zones"] is not None
288 and zNum not in z["zones"]
289 for z in eGroups["zone_conditions"]
877 for z in group["zones"]:
881 if ("zone" not in z) or (z["zone"] is None):
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-2375.c9 int r, z; in main() local
14 : "=r"(r), "=r"(z) in main()
19 assert(z == 0); in main()
/openbmc/qemu/host/include/ppc/host/crypto/
H A Daes-round.h99 AESStateVec t, z = { }; in aesenc_MC_accel() local
102 t = aes_accel_vncipherlast(t, z); in aesenc_MC_accel()
103 t = aes_accel_vcipher(t, z); in aesenc_MC_accel()
134 AESStateVec t, z = { }; in aesdec_IMC_accel() local
137 t = aes_accel_vcipherlast(t, z); in aesdec_IMC_accel()
138 t = aes_accel_vncipher(t, z); in aesdec_IMC_accel()
170 AESStateVec t, k, z = { }; in aesdec_ISB_ISR_IMC_AK_accel() local
174 t = aes_accel_vncipher(t, z); in aesdec_ISB_ISR_IMC_AK_accel()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/
H A D0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch24 @@ -97,22 +97,6 @@ AX_CHECK_LINK_FLAG([-Wl,-z,relro], [LDFLAGS="$LDFLAGS -Wl,-z,relro"])
25 AX_CHECK_LINK_FLAG([-Wl,-z,now], [LDFLAGS="$LDFLAGS -Wl,-z,now"])
26 AX_CHECK_LINK_FLAG([-Wl,-z,noexecstack], [LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"])
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dprofile11 [ -z "$PS1" ] || PS1='\u@\h:\w\$ '
15 if [ -z "$EDITOR" ] ; then
47 IFS='[;R' read -t 2 -d R -r z y x _
52 [ -z "$y" ] && y=${z##*[}&&x=${y##*;}&&y=${y%%;*}
59 # only do this for /dev/tty[A-z] which are typically
63 /dev/tty[A-z]*) resize >/dev/null;;
68 if [ -z "$EDITOR" ]; then
/openbmc/webui-vue/src/assets/images/
H A Dbuilt-on-openbmc-logo.svg2 …6.689-49.583c9.083-18.3 31.281-25.772 49.582-16.689a36.994 36.994 0 0117.225 17.816l9.585-4.512z"/>
3 ….152 5.609c-3.289 1.198-6.578 2.549-9.79 3.773v82.169l-.332.255A137.14 137.14 0 00256.378 213.7z"/>
4 …0 00130.89 45.941c3.595 0 7.165-.153 10.708-.356l4.156-.229V248.653a36.9 36.9 0 01-13.716 2.575z"/>
5 …8-2.218 209.772 209.772 0 0021.747-7.648v-82.144c46.035-33.228 66.902-91.341 52.52-146.263h.051z"/>
6 ….488-.008 28.038-12.569 28.03-28.058a28.06 28.06 0 00-1.159-7.967 16.997 16.997 0 00-.662-2.116z"/>
7 …044 75.183-37.044-75.183h-12.109v91.194h10.631v-69.371l34.264 69.371h8.516l34.239-69.371v69.371z"/>
11 …239-2.872 2.716-3.672 4.426-.801 1.712-1.604 4.921-2.412 9.629l-2.594 15.02h-8.095l6.263-36.587z"/>
/openbmc/docs/logo/
H A DBuiltOnOpenBMC.svg2 …6.689-49.583c9.083-18.3 31.281-25.772 49.582-16.689a36.994 36.994 0 0117.225 17.816l9.585-4.512z"/>
3 ….152 5.609c-3.289 1.198-6.578 2.549-9.79 3.773v82.169l-.332.255A137.14 137.14 0 00256.378 213.7z"/>
4 …0 00130.89 45.941c3.595 0 7.165-.153 10.708-.356l4.156-.229V248.653a36.9 36.9 0 01-13.716 2.575z"/>
5 …8-2.218 209.772 209.772 0 0021.747-7.648v-82.144c46.035-33.228 66.902-91.341 52.52-146.263h.051z"/>
6 ….488-.008 28.038-12.569 28.03-28.058a28.06 28.06 0 00-1.159-7.967 16.997 16.997 0 00-.662-2.116z"/>
7 …044 75.183-37.044-75.183h-12.109v91.194h10.631v-69.371l34.264 69.371h8.516l34.239-69.371v69.371z"/>
11 …239-2.872 2.716-3.672 4.426-.801 1.712-1.604 4.921-2.412 9.629l-2.594 15.02h-8.095l6.263-36.587z"/>
H A DOpenBMC-Logo2.svg21 …4" d="M241.23 111.77a18.66 18.66 0 10-.24 16l-3.73-1.77a14.51 14.51 0 11.21-12.46z" class="cls-1"/>
22 …7.12 2.2c-1.29.47-2.58 1-3.84 1.48v32.23l-.13.1a53.79 53.79 0 00-22.24 43.57z" fill="url(#linearGr…
23 ….18 133.6c1.41 0 2.81-.06 4.2-.14l1.63-.09v-68.62a14.47 14.47 0 01-5.38 1.01z" fill="url(#linear-g…
24 …27 2.14-.56 3.2-.87a82.35 82.35 0 008.53-3v-32.22a53.91 53.91 0 0020.6-57.37z" fill="url(#linearGr…
25 …0-12.58 10.88 11 11 0 0011 11 11 11 0 0010.54-14.13c-.07-.28-.16-.58-.26-.83z" fill="url(#linear-g…
26 …204.21v27.21h4.12v-35.77h-4.69L182 225.14l-14.53-29.49h-4.75v35.77h4.17v-27.21l13.44 27.21h3.34z"/>
28 …64 8.59 8.59 0 002.76-6.54 8.38 8.38 0 00-2.7-6.41 9.43 9.43 0 00-6.68-2.51h-5.89z" class="cls-6"/>
29 …01-8.68 5 9.43 9.43 0 110-18.83 9.8 9.8 0 019.35 6.54c0 .07.15.63.17.7H76.59v3.52z" class="cls-6"/>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/
H A D7zip_24.09.bb1 SUMMARY = "7-zip is a commandline utility handling 7z archives."
56 install -m 0755 ${S}/CPP/7zip/UI/Console/b/${INSTALLDIR}/7z ${D}${bindir}/7z.real
57 install -m 0755 ${UNPACKDIR}/7z_wrapper.sh ${D}${bindir}/7z
60 install -m 0755 ${S}/CPP/7zip/Bundles/Format7zF/b/${INSTALLDIR}/7z.so ${D}${libdir}/lib7z.so
61 ln -rsn ${D}${libdir}/lib7z.so ${D}${bindir}/7z.so
74 RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so p7zip"
75 RPROVIDES:${PN}-dev += "lib7z.so()(64bit) 7z lib7z.so"
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-warning.svg2 <path d="M2.5 17L10 4l7.5 13z" fill="#ffb000" opacity=".4"/>
3 <path d="M10 1.4L.3 18.3h19.5L10 1.4zM10 4l7.5 13h-15L10 4z" fill="#ffb000"/>
4 <path d="M9.2 7.8v1.4l.4 3.5h.8l.4-3.5V7.8H9.2z"/>
/openbmc/phosphor-webui/app/assets/images/
H A Dlogo.svg1z"/><path d="M65.85 81.86a53.68 53.68 0 0 0 11.61 33.41c-.1.29-.15.6-.22.9a10.81 10.81 0 0 0-.34 2…

12345678910>>...22