Home
last modified time | relevance | path

Searched refs:aa (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh45 link/ether aa:aa:aa:aa:aa:aa brd ff:ff:ff:ff:ff:ff
56 link/ether aa:aa:aa:aa:aa:aa brd ff:ff:ff:ff:ff:ff
74 link/ether aa:aa:aa:aa:aa:aa brd ff:ff:ff:ff:ff:ff
/openbmc/u-boot/scripts/
H A Ddecodecode11 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis
105 echo Code starting with the faulting instruction > $T.aa
106 echo =========================================== >> $T.aa
111 cat $T.dis >> $T.aa
117 $(wc -l $T.aa | cut -d" " -f1) + 3))
124 cat $T.aa
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c352 int8_t aa = *(int8_t *)(a + i); in HELPER() local
353 *(int8_t *)(d + i) = aa < 0 ? -aa : aa; in HELPER()
364 int16_t aa = *(int16_t *)(a + i); in HELPER() local
365 *(int16_t *)(d + i) = aa < 0 ? -aa : aa; in HELPER()
376 int32_t aa = *(int32_t *)(a + i); in HELPER() local
377 *(int32_t *)(d + i) = aa < 0 ? -aa : aa; in HELPER()
388 int64_t aa = *(int64_t *)(a + i); in HELPER() local
389 *(int64_t *)(d + i) = aa < 0 ? -aa : aa; in HELPER()
1340 int8_t aa = *(int8_t *)(a + i); in HELPER() local
1342 int8_t dd = aa < bb ? aa : bb; in HELPER()
[all …]
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c49 long double __gcc_qadd(double a, double aa, double c, double cc) in __gcc_qadd() argument
57 z = cc + aa + c + a; in __gcc_qadd()
61 zz = aa + cc; in __gcc_qadd()
68 zz = q + c + (a - (q + z)) + aa + cc; in __gcc_qadd()
/openbmc/qemu/tests/qemu-iotests/
H A D143.out10 qemu-io: can't open device nbd+unix:///aa--aa1?socket=SOCK_DIR/nbd: Requested export not available
11 server reported: export 'aa--aa...' not present
H A D231.out7 Formatting 'rbd:rbd/aa\/bb:conf=BOGUS_CONF', fmt=raw size=1048576
9 qemu-img: rbd:rbd/aa\/bb:conf=BOGUS_CONF: error connecting: No such file or directory
/openbmc/u-boot/include/bedbug/
H A Dppc.h74 #define I_OPCODE(i,aa,lk) (MAKE_OPCODE(i) | (((aa) & 0x1) << 1) | ((lk) & 0x1)) argument
85 #define B_OPCODE(i,aa,lk) (MAKE_OPCODE(i) | (((aa) & 0x1) << 1) | ((lk) & 0x1)) argument
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-bad-alternate-member.err1 doc-bad-alternate-member.json:7: documented members 'aa', 'bb' do not exist
H A Ddoc-bad-alternate-member.json7 # @aa: a
/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/
H A D0001-fix-bzip2-version-tmp-aaa-will-hang.patch58 if (ISFLAG("--repetitive-best")) redundant(aa->name); else
59 if (ISFLAG("--repetitive-fast")) redundant(aa->name); else
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/
H A Dapparmor_4.0.3.bb36 PACKAGECONFIG ?= "python perl aa-decode"
41 PACKAGECONFIG[aa-decode] = ",,,bash"
86 if ! ${@bb.utils.contains('PACKAGECONFIG','aa-decode','true','false', d)}; then
87 rm -f ${D}${sbindir}/aa-decode
/openbmc/u-boot/common/
H A Dbedbug.c1065 unsigned long aa = 0; /* AA operand */ in find_next_address() local
1102 !get_operand_value (op, instr, O_AA, &aa) || in find_next_address()
1118 !get_operand_value (op, instr, O_AA, &aa) || in find_next_address()
1137 aa = 1; in find_next_address()
1150 aa = 1; in find_next_address()
1218 if (aa) in find_next_address()
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_mac16.S47 test_mulxx mul.aa, 0, a2, a3, 0xf7315a5a, 0xa5a5137f
93 test_mulxxx mula.aa, 0, a2, a3, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, +
110 test_mulxxx muls.aa, 0, a2, a3, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, -
H A Dtest_fp1.S41 .macro test_ord_all op, aa, ab, ba, aPI, PIa, aN, Na, II, IN, NI, qnan_sr
42 test_ord \op b0, f0, f1, 0x3f800000, 0x3f800000, \aa, FSR__ /* ord == ord */
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c60 yaffs_qsort(void *aa, size_t n, size_t es, in yaffs_qsort() argument
65 register char *a = aa; in yaffs_qsort()
H A Dydirectenv.h50 void yaffs_qsort(void *aa, size_t n, size_t es,
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/
H A D0001-fail.py-handle-missing-cgitb.patch9 root@qemuarm64:~# aa-complain /etc/apparmor.d/*
11 File "/usr/sbin/aa-complain", line 18, in <module>
/openbmc/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S143 mov.aa %a4,%sp # argv
177 mov.aa %a4,%a3 #; %a4 = current CSA
190 mov.aa %a4,%a3 #; %a4 = current CSA address
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38470-1.patch42 …printf("%i\n", avahi_domain_equal("\\065aa bbb\\.\\046cc.cc\\\\.dee.fff.", "Aaa BBB\\.\\.cc.cc\\\\…
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js444 let aa = parseInt(a[0]) * 256 + parseInt(a[1]);
446 return aa < bb ? -1 : (aa > bb ? 1 : 0);
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_esel.robot25 ${ESEL_DATA} ESEL=00 00 df 00 00 00 00 20 00 04 12 35 6f aa 00 00
56 # "ESEL=00 00 df 00 00 00 00 20 00 04 12 35 6f aa 00 00",
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch9 wd's for the 'aa' and 'bb' paths are not '2' and '3',
212 path1 = TestInotify._make_temp_path(path, 'aa')
277 path1 = os.path.join(path, 'aa')
363 …rs._INOTIFY_EVENT(wd=1, mask=1073742336, cookie=0, len=16), ['IN_ISDIR', 'IN_DELETE'], path, 'aa'),
366 …OTIFY_EVENT(wd=wd_path, mask=1073742336, cookie=0, len=16), ['IN_DELETE', 'IN_ISDIR'], path, 'aa'),
/openbmc/qemu/target/xtensa/core-dc232b/
H A Dxtensa-modules.c.inc11413 { "mul.aa.ll", 178 /* xt_iclass_mac16_aa */,
11416 { "mul.aa.hl", 178 /* xt_iclass_mac16_aa */,
11419 { "mul.aa.lh", 178 /* xt_iclass_mac16_aa */,
11422 { "mul.aa.hh", 178 /* xt_iclass_mac16_aa */,
11425 { "umul.aa.ll", 178 /* xt_iclass_mac16_aa */,
11428 { "umul.aa.hl", 178 /* xt_iclass_mac16_aa */,
11431 { "umul.aa.lh", 178 /* xt_iclass_mac16_aa */,
11434 { "umul.aa.hh", 178 /* xt_iclass_mac16_aa */,
11473 { "mula.aa.ll", 182 /* xt_iclass_mac16a_aa */,
11476 { "mula.aa.hl", 182 /* xt_iclass_mac16a_aa */,
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/
H A Dgimp_3.0.4.bb68 PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
/openbmc/qemu/target/ppc/
H A Dint_helper.c1435 uint64_t aa = a->u64[i], bb = b->u64[i]; in helper_vpmsumb() local
1436 r->u64[i] = clmul_8x4_even(aa, bb) ^ clmul_8x4_odd(aa, bb); in helper_vpmsumb()
1443 uint64_t aa = a->u64[i], bb = b->u64[i]; in helper_vpmsumh() local
1444 r->u64[i] = clmul_16x2_even(aa, bb) ^ clmul_16x2_odd(aa, bb); in helper_vpmsumh()
1451 uint64_t aa = a->u64[i], bb = b->u64[i]; in helper_vpmsumw() local
1452 r->u64[i] = clmul_32(aa, bb) ^ clmul_32(aa >> 32, bb >> 32); in helper_vpmsumw()

123