Home
last modified time | relevance | path

Searched refs:ml (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/qemu/host/include/aarch64/host/
H A Dstore-insert-al16.h.inc27 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 Dlibgcc-common.inc108 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 Dgcc-multilib-config.inc195 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 Dmultilib.bbclass232 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 Dmysql-config-fix.patch2 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 Dcontext.py29 for ml in multilibs:
30 if ml in os.path.basename(self.sdk_env):
31 self.multilib = ml
/openbmc/openbmc/poky/scripts/
H A Db4-wrapper-poky.py179 print("\n".join([ml_projs[ml] for ml in projs]))
/openbmc/openbmc/poky/meta/conf/machine/include/sh/
H A Darch-sh.inc9 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', ' -mb', ' -ml', d)}"
/openbmc/qemu/contrib/gitdm/
H A Daliases38 yuval.shaia.ml.gmail.com yuval.shaia.ml@gmail.com
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/
H A Dsurf_2.1.bb15 …', '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 Dpolkit-gnome-authentication-agent-1.desktop24 Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
64 Comment[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/
H A D0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch4 Subject: [PATCH] config.ml: make compatible with webkitgtk 2.34.0
/openbmc/openbmc/poky/meta/recipes-extended/libsolv/libsolv/
H A D0001-utils-Conside-musl-when-wrapping-qsort_r.patch25 see also: http://sources.redhat.com/ml/libc-alpha/2008-12/msg00003.html
/openbmc/qemu/include/system/
H A Dkvm_int.h154 KVMMemoryListener *ml; member
/openbmc/qemu/system/
H A Dmemory.c3515 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 D0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch14 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2018-q3/msg00085.html]
H A D0001-skip-the-test-when-gcc-not-deployed.patch9 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2019-q2/msg00091.html]
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Dfeature-microblaze-math.inc30 …ES', 'multiply-high', '-mh', bb.utils.contains('TUNE_FEATURES', 'multiply-low', '-ml', '', d), d)}"
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage.bbclass132 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 D0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch9 https://sourceware.org/ml/libc-alpha/2011-06/msg00079.html
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-ISO-C23-Backport-stdbool.m4.patch181 - 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 D0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch9 https://gcc.gnu.org/ml/gcc-patches/2015-05/msg00899.html
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppHeader.spec.js.snap68 class="ml-auto helper-menu"
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_multiple_interfaces.robot24 ${xpath_close_poup} //*[@class="close ml-auto mb-1"]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf99 [ml]

12