/openbmc/qemu/tests/unit/ |
H A D | test-int128.c | 39 static Int128 expand(uint32_t x) in expand() function 53 Int128 a = expand(tests[i]); in test_and() 54 Int128 b = expand(tests[j]); in test_and() 55 Int128 r = expand(tests[i] & tests[j]); in test_and() 69 Int128 a = expand(tests[i]); in test_add() 70 Int128 b = expand(tests[j]); in test_add() 71 Int128 r = expand(tests[i] + tests[j]); in test_add() 85 Int128 a = expand(tests[i]); in test_sub() 86 Int128 b = expand(tests[j]); in test_sub() 87 Int128 r = expand(tests[i] - tests[j]); in test_sub() [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | multilib_global.bbclass | 51 newname = localdata.expand(v) 53 newname = localdata.expand(v).replace(version_str, version_str + p + '-') 55 newval = localdata.expand(val) 58 vexp = d.expand(v) 80 newname = localdata.expand(prov) 82 newval = localdata.expand(val) 85 provexp = d.expand(prov) 102 newname = localdata.expand(prov) 104 d.setVar(newname, localdata.expand(newval)) 107 newname = localdata.expand("PREFERRED_PROVIDER_" + virt + p + "-" + pkg) [all …]
|
H A D | ccmake.bbclass | 17 oe_terminal(d.expand("ccmake ${OECMAKE_GENERATOR_ARGS} ${OECMAKE_SOURCEPATH} -Wno-dev"), 80 with open(d.expand("${WORKDIR}/configuration.inc"), "w") as f: 86 …bb.plain("Configuration recipe fragment written to: {0}".format(d.expand("${WORKDIR}/configuration… 88 with open(d.expand("${WORKDIR}/site-file.cmake"), "w") as f: 91 …bb.plain("Configuration cmake fragment written to: {0}".format(d.expand("${WORKDIR}/site-file.cmak…
|
H A D | chrpath.bbclass | 65 …p = sub.Popen([d.expand("${HOST_PREFIX}otool"), '-L', fpath],stdout=sub.PIPE,stderr=sub.PIPE, text… 81 …p = sub.Popen([d.expand("${HOST_PREFIX}install_name_tool"), '-change', rpath, newpath, fpath],stdo… 92 cmd = d.expand('${CHRPATH_BIN}') 94 baseprefix = os.path.normpath(d.expand('${base_prefix}')) 134 …bindirs = d.expand("${bindir} ${sbindir} ${base_sbindir} ${base_bindir} ${libdir} ${base_libdir} $…
|
/openbmc/u-boot/tools/binman/test/ |
H A D | 088_expand_size.dts | 8 expand-size; 16 expand-size; 28 expand-size; 38 expand-size;
|
/openbmc/openbmc-tools/witherspoon-debug/ |
H A D | debug | 50 if ! echo "" | expand 57 [ -f expand ] && rm expand 59 echo -e "#!/bin/sh\ncat" > expand 60 chmod +x expand
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | data.py | 48 val = self.d.expand("${foo}") 52 val = self.d.expand("${${foo}}") 56 val = self.d.expand("${${foo}} ${bar}") 60 val = self.d.expand("${@5*12}") 64 val = self.d.expand("${@{ 'green': 1, 'blue': 2 }['green']}") 69 val = self.d.expand("${@2*2},${foo},${@d.getVar('foo') + ' ${bar}'},${foo}") 73 val = self.d.expand("${@'boo ' + '${foo}'}") 77 val = self.d.expand("${@d.getVar('foo') + ' ${bar}'}") 85 val = self.d.expand("${@testfunc(d)}") 90 self.d.expand("${@eval('3')}") [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/ |
H A D | testsdk.py | 32 tcname = d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.sh") 37 tdname = d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.testdata.json") 41 d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.target.manifest")) 43 d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.host.manifest")) 45 sdk_dir = d.expand("${WORKDIR}/testsdkext/")
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | 29 * config/i386/i386-expand.c (ix86_expand_builtin): Make __builtin_cpu_init 36 gcc/config/i386/i386-expand.cc | 4 ++-- 41 diff --git a/gcc/config/i386/i386-expand.cc b/gcc/config/i386/i386-expand.cc 43 --- a/gcc/config/i386/i386-expand.cc 44 +++ b/gcc/config/i386/i386-expand.cc
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils-testsuite_2.43.1.bb | 49 content.append(d.expand('set CXXFILT "${TARGET_PREFIX}c++filt"')) 50 …content.append(d.expand('set CC "${TARGET_PREFIX}gcc --sysroot=${STAGING_DIR_TARGET} ${TUNE_CCARGS… 51 …content.append(d.expand('set CXX "${TARGET_PREFIX}g++ --sysroot=${STAGING_DIR_TARGET} ${TUNE_CCARG… 52 … content.append(d.expand('set CFLAGS_FOR_TARGET "--sysroot=${STAGING_DIR_TARGET} ${TUNE_CCARGS}"')) 53 content.append(d.expand('set LD "${TARGET_PREFIX}ld ${TUNE_LDARGS}"')) 54 content.append(d.expand('set LDFLAGS_FOR_TARGET "${TUNE_LDARGS}"'))
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-bison.patch | 95 $1->sc_args = expand($2, E_VARS); 101 $1->sc_args = expand($2, E_ALL); 110 $1->sc_args = expand($2, E_VARS); 116 $1->sc_args = expand($2, E_ALL); 123 $1->sc_args = expand($2, E_ALL);
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | testsdk.py | 38 return d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.sh") 83 tdname = d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.testdata.json") 87 d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.target.manifest")) 89 d.expand("${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.host.manifest")) 99 sdk_dir = d.expand("${WORKDIR}/testimage-sdk/")
|
H A D | testmetaidesupport.py | 18 sdk_dir = d.expand("${WORKDIR}/testsdk/") 23 tdname = d.expand("${DEPLOY_DIR_IMAGE}/${PN}.testdata.json")
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | nospec-insn.h | 55 .macro __DECODE_R expand,reg 59 \expand \r1 68 .macro __DECODE_RR expand,rsave,rtarget 74 \expand \r1,\r2
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | data.py | 16 flags = dict((flag, d.expand(value)) 26 def export2json(d, json_file, expand=True, searchString="",replaceString=""): argument 46 data2export[key] = d.getVar(key, expand).replace(searchString,replaceString)
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/ |
H A D | rygel_0.44.1.bb | 74 rygel_libdir = d.expand('${libdir}/rygel-${LIBV}') 78 …ns"), r'librygel-(.*)\.so$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst… 79 …plugins"), r'(.*)\.plugin$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst…
|
/openbmc/openbmc/poky/documentation/sphinx/ |
H A D | yocto-vars.py | 62 def expand(val, src): function 63 return PATTERN.sub(lambda m: expand(src.get(m.group(1), ''), src), val) 76 subst_vars[k] = expand(subst_vars[k], subst_vars)
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-source.inc | 33 cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize') 35 cmd = d.expand("sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure") 40 …cmd = d.expand("sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' ${S}/libcc1/configure")
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust_1.81.0.bb | 97 llvm_config_target = d.expand("${RUST_ALTERNATE_EXE_PATH}") 98 llvm_config_build = d.expand("${RUST_ALTERNATE_EXE_PATH_NATIVE}") 101 config.set(host_section, "cxx", e(d.expand("${RUST_TARGET_CXX}"))) 102 config.set(host_section, "cc", e(d.expand("${RUST_TARGET_CC}"))) 103 config.set(host_section, "linker", e(d.expand("${RUST_TARGET_CCLD}"))) 105 config.set(host_section, "musl-root", e(d.expand("${STAGING_DIR_HOST}${exec_prefix}"))) 115 config.set(build_section, "cxx", e(d.expand("${RUST_BUILD_CXX}"))) 116 config.set(build_section, "cc", e(d.expand("${RUST_BUILD_CC}"))) 117 config.set(build_section, "linker", e(d.expand("${RUST_BUILD_CCLD}"))) 125 config.set(target_section, "cxx", e(d.expand("${RUST_TARGET_CXX}"))) [all …]
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra_cif.h | 39 unsigned int expand; member 56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-packaging.inc | 16 gst_libdir = d.expand('${libdir}/gstreamer-1.0') 23 …do_split_packages(d, gst_libdir, r'libgst(.*)\.so$', d.expand('${PN}-%s'), 'GStreamer 1.0 plugin f… 25 …do_split_packages(d, glibdir+'/girepository-1.0', r'Gst(.*)-1.0\.typelib$', d.expand('${PN}-%s-typ… 27 …do_split_packages(d, gst_libdir, r'libgst(.*)\.a$', d.expand('${PN}-%s-staticdev'), 'GStreamer 1.0…
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.treetable.js | 75 Node.prototype.expand = function() { method in Node 167 return this.expand(); 194 this.expand(); 218 this.expand(); 270 _results.push(node.expand()); 493 node.expand(); 524 node.render().expand();
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
H A D | __init__.py | 82 self.saved_packaging_data = self.d.expand('${T}/saved_packaging_data/%s' % self.task_name) 83 if not os.path.exists(self.d.expand('${T}/saved_packaging_data')): 84 bb.utils.mkdirhier(self.d.expand('${T}/saved_packaging_data')) 86 self.solution_manifest = self.d.expand('${T}/saved/%s_solution' % 88 if not os.path.exists(self.d.expand('${T}/saved')): 89 bb.utils.mkdirhier(self.d.expand('${T}/saved')) 218 …failed_postinsts_abort(list(failed_scriptlets_pkgnames.keys()), self.d.expand("${T}/log.do_${BB_CU… 372 … target_path = oe.path.join(self.target_rootfs, self.d.expand('${sysconfdir}/rpm-postinsts/')) 381 rpm_postinsts_dir = self.target_rootfs + self.d.expand('${sysconfdir}/rpm-postinsts/')
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | data_smart.py | 391 items = d.expand(str(event['detail'])).split() 485 def expand(self, s, varname = None): member in DataSmart 660 def getVar(self, var, expand=True, noweakdefault=False, parsing=False): argument 661 return self.getVarFlag(var, "_content", expand, noweakdefault, parsing) 773 … def getVarFlag(self, var, flag, expand=True, noweakdefault=False, parsing=False, retparser=False): argument 782 if not expand and retparser and cachename in self.expand_cache: 785 if expand and cachename in self.expand_cache: 862 if expand or retparser: 864 if expand: 882 expanded_removes[r] = self.expand(r).split() [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | perl-version.bbclass | 15 cfg = d.expand('${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/config.sh') 35 cfg = d.expand('${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/config.sh') 54 cfg = d.expand('${STAGING_LIBDIR_NATIVE}/perl5/config.sh')
|