| /openbmc/openbmc/meta-google/recipes-google/networking/files/ |
| H A D | gbmc-ip-monitor-test.sh | 45 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 D | decodecode | 11 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 D | tcg-runtime-gvec.c | 352 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 D | darwin-ldouble.c | 49 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 D | 143.out | 10 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 D | 231.out | 7 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 D | ppc.h | 74 #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 D | doc-bad-alternate-member.err | 1 doc-bad-alternate-member.json:7: documented members 'aa', 'bb' do not exist
|
| H A D | doc-bad-alternate-member.json | 7 # @aa: a
|
| /openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/ |
| H A D | 0001-fix-bzip2-version-tmp-aaa-will-hang.patch | 58 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 D | apparmor_4.0.3.bb | 36 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 D | bedbug.c | 1065 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 D | test_mac16.S | 47 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 D | test_fp1.S | 41 .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 D | yaffs_qsort.c | 60 yaffs_qsort(void *aa, size_t n, size_t es, in yaffs_qsort() argument 65 register char *a = aa; in yaffs_qsort()
|
| H A D | ydirectenv.h | 50 void yaffs_qsort(void *aa, size_t n, size_t es,
|
| /openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/ |
| H A D | 0001-fail.py-handle-missing-cgitb.patch | 9 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 D | crt0-tc2x.S | 143 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 D | CVE-2023-38470-1.patch | 42 …printf("%i\n", avahi_domain_equal("\\065aa bbb\\.\\046cc.cc\\\\.dee.fff.", "Aaa BBB\\.\\.cc.cc\\\\…
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | ipmi_timeline_vis.js | 444 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 D | test_esel.robot | 25 ${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 D | new-test-inotify.patch | 9 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 D | xtensa-modules.c.inc | 11413 { "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 D | gimp_3.0.4.bb | 68 PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
|
| /openbmc/qemu/target/ppc/ |
| H A D | int_helper.c | 1435 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()
|