| /openbmc/qemu/hw/char/ |
| H A D | terminal3270.c | 34 uint8_t inv[INPUT_BUFFER_SIZE]; member 108 memcpy(&t->inv[t->in_len], buf, size); in terminal_read() 121 if (t->in_len > 6 && t->inv[2] == 0x18 && t->inv[3] == 0x0 && in terminal_read() 122 t->inv[t->in_len - 2] == IAC && t->inv[t->in_len - 1] == IAC_SE) { in terminal_read() 130 if (t->inv[end] == IAC && t->inv[end + 1] == IAC_EOR) { in terminal_read() 206 ret = ccw_dstream_write_buf(get_cds(t), t->inv, len); in read_payload_3270()
|
| /openbmc/u-boot/Documentation/sphinx/ |
| H A D | cdomain.py | 133 inv = self.env.domaindata['c']['objects'] 134 if (name in inv and self.env.config.nitpicky): 139 'other instance in ' + self.env.doc2path(inv[name][0]), 141 inv[name] = (self.env.docname, self.objtype)
|
| /openbmc/skeleton/pyinventorymgr/ |
| H A D | inventory_items.py | 89 inv = json.load(f) 93 FRUS = inv
|
| /openbmc/u-boot/arch/mips/mach-pic32/include/mach/ |
| H A D | pic32.h | 63 u32 inv; member
|
| /openbmc/u-boot/include/ |
| H A D | ali512x.h | 30 void ali512x_cio_function(int pin, int special, int inv, int input);
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | ali512x.c | 328 void ali512x_cio_function(int pin, int special, int inv, int input) in ali512x_cio_function() argument 353 if (inv) { in ali512x_cio_function()
|
| /openbmc/u-boot/doc/device-tree-bindings/leds/ |
| H A D | leds-bcm6328.txt | 28 - brcm,serial-shift-inv : Boolean, inverts Serial LEDs shift direction. 74 brcm,serial-shift-inv;
|
| /openbmc/qemu/tcg/ |
| H A D | optimize.c | 1603 int i, inv = 0; in fold_brcond2() local 1626 inv = 1; in fold_brcond2() 1635 switch (i ^ inv) { in fold_brcond2() 1644 switch (i ^ inv) { in fold_brcond2() 2435 bool inv = false; in fold_setcond_zmask() local 2441 inv = true; in fold_setcond_zmask() 2446 return tcg_opt_gen_movi(ctx, op, op->args[0], neg ? -inv : inv); in fold_setcond_zmask() 2457 bool inv = false; in fold_setcond_zmask() local 2461 inv = true; in fold_setcond_zmask() 2468 inv = true; in fold_setcond_zmask() [all …]
|
| /openbmc/u-boot/arch/mips/dts/ |
| H A D | comtrend,vr-3032u.dts | 63 brcm,serial-shift-inv;
|
| H A D | netgear,dgnd3700v2.dts | 72 brcm,serial-shift-inv;
|
| /openbmc/qemu/util/ |
| H A D | cutils.c | 933 char *inv = NULL; in parse_debug_env() local 940 debug = strtol(debug_env, &inv, 10); in parse_debug_env() 941 if (inv == debug_env) { in parse_debug_env()
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/files/ |
| H A D | 0002-Fix-mismatch-of-OpenSSL-function-signatures-that-cau.patch | 45 @@ -405,7 +405,7 @@ ecdsa_ec_key_sign(const unsigned char *dgst, int dgst_len, const BIGNUM *inv,
|
| /openbmc/qemu/target/openrisc/ |
| H A D | translate.c | 1136 bool inv, bool swap) in do_fpcmp() argument 1146 if (inv) { in do_fpcmp() 1341 bool inv, bool swap) in do_dpcmp() argument 1361 if (inv) { in do_dpcmp()
|
| /openbmc/qemu/tcg/i386/ |
| H A D | tcg-target.c.inc | 1724 bool inv = false; 1730 inv = true; 1741 inv = true; 1753 inv = true; 1766 inv = true; 1779 if (inv && neg) { 1782 } else if (inv) { 1792 inv = true; 1798 if (inv) { 3781 bool inv; [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.2.rst | 122 - documentation: conf.py: fix version of bitbake objects.inv
|
| H A D | release-notes-4.0.1.rst | 54 - docs: update Bitbake objects.inv location for master branch
|
| /openbmc/qemu/tcg/ppc/ |
| H A D | tcg-target.c.inc | 1815 bool inv; 1899 inv = false; 1923 inv = true; 1932 inv = true; 1943 if (neg && inv) { 1947 } else if (inv) { 4129 bool inv = tcg_out_cmp_vec_noinv(s, vece, TCG_VEC_TMP1, c1, c2, cond); 4132 if (inv) { 4138 if (inv) { 4144 if (inv) {
|
| /openbmc/qemu/target/tricore/ |
| H A D | op_helper.c | 2340 uint32_t inv = extract32(arg0, 9, 1); in helper_crcn() local 2354 if (inv == 1) { in helper_crcn() 2366 if (inv) { in helper_crcn()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_helper.c | 1255 uint32_t inv = -extract32(desc, SIMD_DATA_SHIFT + 1, 1); local 1261 uint32_t e2 = n[2 * i + sel] ^ inv; 1272 uint64_t inv = -(uint64_t)extract32(desc, SIMD_DATA_SHIFT + 1, 1); in HELPER() local 1277 Int128 e2 = int128_make64(n[i + sel] ^ inv); in HELPER() 2053 uint64_t inv = -(uint64_t)(simd_data(desc) & 1); in HELPER() local 2058 d[i] = n[i] & (expand_pred_b(pg[H1(i)]) ^ inv); in HELPER() 2065 uint64_t inv = -(uint64_t)(simd_data(desc) & 1); in HELPER() local 2070 d[i] = n[i] & (expand_pred_h(pg[H1(i)]) ^ inv); in HELPER() 2077 uint64_t inv = -(uint64_t)(simd_data(desc) & 1); in HELPER() local 2082 d[i] = n[i] & (expand_pred_s(pg[H1(i)]) ^ inv); in HELPER() [all …]
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tcg-runtime-gvec.c | 1048 TYPE inv = simd_data(desc), b = b64; \ 1050 *(TYPE *)(d + i) = -((*(TYPE *)(a + i) OP b) ^ inv); \
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | README | 341 python -msphinx.ext.intersphinx <path to build folder>/html/objects.inv
|
| /openbmc/qemu/target/i386/nvmm/ |
| H A D | nvmm-all.c | 809 exit->reason, exit->u.inv.hwcode); in nvmm_vcpu_loop()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | translate.c | 1074 int inv, jcc_op, cond; in gen_prepare_cc() local 1078 inv = b & 1; in gen_prepare_cc() 1178 if (inv) { in gen_prepare_cc()
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 3317 bool inv = tcg_out_cmp_vec_noinv(s, vece, TCG_VEC_TMP0, c1, c2, cond); 3320 if (inv) { 3326 if (inv) { 3332 if (inv) {
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | src_test.cpp | 1192 "InventoryPath": "/inv/system/chassis/motherboard/cpu0", in TEST_F()
|