Home
last modified time | relevance | path

Searched full:pz (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-Fix-build-with-clang.patch24 -static inline char* aoGetsText(char const* pz) ATTRIBUTE_FORMAT_ARG(1);
25 +static inline char* aoGetsText(char const* pz) __attribute__ ((format_arg(1)));
26 static inline char* aoGetsText(char const* pz) {
27 if (pz == NULL) return NULL;
28 return (char*)gettext(pz);
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DCP00.interface.yaml32 - name: PZ
35 PZ keyword.On Chip Precision Voltage Reference, PVREF.
/openbmc/u-boot/arch/sh/lib/
H A Dudivsi3_i4i-Os.S93 cmp/pz r5
96 cmp/pz r4
H A Dudivsi3_i4i.S163 cmp/pz r5
166 cmp/pz r4
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch73 …������������������������������������������������9JX<FMupp������������������pz~>T\@S[��������������…
76PZ;KU<MV>MVAQY;IU>IVBNXAOUBSV@RSr��_w�5M_/GY1I[7OcC[oNfzr��v��w��b�Ie~=\u6Tp=^{Xw�c��l��k��}�����…
/openbmc/qemu/target/rx/
H A Ddisas.c132 "eq", "ne", "c", "nc", "gtu", "leu", "pz", "n",
H A Dtranslate.c277 case 6: /* pz (S == 0) */ in psw_cond()
/openbmc/qemu/disas/
H A Dsh4.c383 /* 0100nnnn00010001 cmp/pz <REG_N> */{"cmp/pz",{A_REG_N},{HEX_4,REG_N,HEX_1,HEX_1}, arch_sh1_u…
/openbmc/qemu/target/sh4/
H A Dtranslate.c1347 case 0x4011: /* cmp/pz Rn */ in _decode_opc()