| /openbmc/qemu/host/include/aarch64/host/ |
| H A D | store-insert-al16.h.inc | 27 uint64_t tl, th, vl, vh, ml, mh; 33 ml = int128_getlo(msk); 37 "bic %[l], %[l], %[ml]\n\t" 44 : [vl] "r"(vl), [vh] "r"(vh), [ml] "r"(ml), [mh] "r"(mh));
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | libgcc-common.inc | 108 for ml in multilibs.split(): 109 tune = d.getVar('DEFAULTTUNE:virtclass-multilib-' + ml) 111 bb.warn('DEFAULTTUNE:virtclass-multilib-%s is not defined. Skipping...' % ml) 132 tune_arch + d.getVar('TARGET_VENDOR') + 'ml' + ml + \
|
| H A D | gcc-multilib-config.inc | 195 mltunes = [('DEFAULTTUNE:virtclass-multilib-%s' % ml) for ml in multilibs] 198 for ml in multilibs: 199 if mlprefix == ml + '-': 212 for ml in ml_list: 213 tune = d.getVar(ml) 215 bb.warn("%s doesn't have a corresponding tune. Skipping..." % ml)
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | multilib.bbclass | 232 ml = d.getVar('MLPREFIX') 233 if not ml: 242 check_mlprefix(pkg, 'RDEPENDS', ml) 243 check_mlprefix(pkg, 'RPROVIDES', ml) 244 check_mlprefix(pkg, 'RRECOMMENDS', ml) 245 check_mlprefix(pkg, 'RSUGGESTS', ml) 246 check_mlprefix(pkg, 'RREPLACES', ml) 247 check_mlprefix(pkg, 'RCONFLICTS', ml)
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | mysql-config-fix.patch | 2 From: Diego Rondini <diego.ml@zoho.com> 8 Signed-off-by: Diego Rondini <diego.ml@zoho.com>
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
| H A D | context.py | 29 for ml in multilibs: 30 if ml in os.path.basename(self.sdk_env): 31 self.multilib = ml
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | b4-wrapper-poky.py | 179 print("\n".join([ml_projs[ml] for ml in projs]))
|
| /openbmc/openbmc/poky/meta/conf/machine/include/sh/ |
| H A D | arch-sh.inc | 9 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', ' -mb', ' -ml', d)}"
|
| /openbmc/qemu/contrib/gitdm/ |
| H A D | aliases | 38 yuval.shaia.ml.gmail.com yuval.shaia.ml@gmail.com
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/ |
| H A D | surf_2.1.bb | 15 …', 'file://0001-config.mk-Fix-compiler-and-linker.patch file://0001-config.ml-make-compatible-with…
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
| H A D | polkit-gnome-authentication-agent-1.desktop | 24 Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന് ഏജന്റ് 64 Comment[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന് ഏജന്റ്
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/ |
| H A D | 0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch | 4 Subject: [PATCH] config.ml: make compatible with webkitgtk 2.34.0
|
| /openbmc/openbmc/poky/meta/recipes-extended/libsolv/libsolv/ |
| H A D | 0001-utils-Conside-musl-when-wrapping-qsort_r.patch | 25 see also: http://sources.redhat.com/ml/libc-alpha/2008-12/msg00003.html
|
| /openbmc/qemu/include/system/ |
| H A D | kvm_int.h | 154 KVMMemoryListener *ml; member
|
| /openbmc/qemu/system/ |
| H A D | memory.c | 3515 MemoryRegionList *new_ml, *ml, *next_ml; in mtree_print_mr() 3541 QTAILQ_FOREACH(ml, alias_print_queue, mrqueue) { in mtree_print_mr() 3542 if (ml->mr == mr->alias) { in mtree_print_mr() 3548 ml = g_new(MemoryRegionList, 1); in mtree_print_mr() 3549 ml->mr = mr->alias; in mtree_print_mr() 3550 QTAILQ_INSERT_TAIL(alias_print_queue, ml, mrqueue); in mtree_print_mr() 3598 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_flatview() 3599 if (new_ml->mr->addr < ml->mr->addr || in mtree_print_flatview() 3600 (new_ml->mr->addr == ml->mr->addr && in mtree_print_flatview() 3601 new_ml->mr->priority > ml in mtree_print_flatview() 3475 MemoryRegionList *new_ml, *ml, *next_ml; mtree_print_mr() local 3769 MemoryRegionList *ml, *ml2; mtree_info_as() local [all...] |
| /openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch | 14 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2018-q3/msg00085.html]
|
| H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 9 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2019-q2/msg00091.html]
|
| /openbmc/openbmc/poky/meta/conf/machine/include/microblaze/ |
| H A D | feature-microblaze-math.inc | 30 …ES', 'multiply-high', '-mh', bb.utils.contains('TUNE_FEATURES', 'multiply-low', '-ml', '', d), d)}"
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | package.bbclass | 132 ml = d.getVar("MLPREFIX") 133 if ml: 134 if not output_pattern.startswith(ml): 135 output_pattern = ml + output_pattern 139 if dep.startswith(ml): 142 newdeps.append(ml + dep)
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch | 9 https://sourceware.org/ml/libc-alpha/2011-06/msg00079.html
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0001-ISO-C23-Backport-stdbool.m4.patch | 181 - http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html 183 + https://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | 9 https://gcc.gnu.org/ml/gcc-patches/2015-05/msg00899.html
|
| /openbmc/webui-vue/tests/unit/__snapshots__/ |
| H A D | AppHeader.spec.js.snap | 68 class="ml-auto helper-menu"
|
| /openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
| H A D | test_multiple_interfaces.robot | 24 ${xpath_close_poup} //*[@class="close ml-auto mb-1"]
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
| H A D | netdata.conf | 99 [ml]
|