Home
last modified time | relevance | path

Searched full:suffixes (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/obmc-console/
H A Dconfig.c234 const struct size_suffix_shift suffixes[] = { in config_parse_bytesize() local
240 sizeof(suffixes) / sizeof(struct size_suffix_shift); in config_parse_bytesize()
260 if (*suffix == suffixes[i].unit) { in config_parse_bytesize()
265 if (logsize > (UINT32_MAX >> suffixes[i].shiftwidth)) { in config_parse_bytesize()
269 logsize <<= suffixes[i].shiftwidth; in config_parse_bytesize()
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A Ddetermism.patch40 .SUFFIXES:
41 .SUFFIXES: .c .o
/openbmc/qemu/monitor/
H A Dmonitor-internal.h54 * K, k suffix, which multiplies the value by 2^60 for suffixes E
55 * and e, 2^50 for suffixes P and p, 2^40 for suffixes T and t,
56 * 2^30 for suffixes G and g, 2^20 for M and m, 2^10 for K and k
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A D0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch7 non-reproducible .llvm.<number> suffixes in its symbols - but
10 Disabling lto avoids creating these suffixes. More info about the option:
/openbmc/openbmc/poky/scripts/
H A Dpythondeps25 suffixes = importlib.machinery.all_suffixes() variable
64 for suffix in suffixes:
153 for suffix in suffixes:
H A Doe-pkgdata-browser43 suffixes = ['B', 'kB', 'MB', 'GB', 'TB', 'PB']
48 rank = min(rank, len(suffixes) - 1)
51 return '%s %s' % (f, suffixes[rank])
/openbmc/qemu/tests/qemu-iotests/
H A D04956 echo "=== Check correct interpretation of suffixes for image size ==="
87 echo "== Check correct interpretation of suffixes for cluster size =="
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/
H A D0001-build-Do-not-build-.sgml-file.patch19 @@ -14,4 +14,4 @@ SUFFIXES = .1
/openbmc/openbmc/poky/meta/recipes-support/libpsl/
H A Dlibpsl_0.21.5.bb4 domain names beyond the standard suffixes, such as .com."
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py29 # rootfs may have multiple extensions so we need to strip *all* suffixes
31 basename = basename.name.replace("".join(basename.suffixes), "")
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dman-host-perl.patch17 @@ -77,13 +77,12 @@ SUFFIXES += .w .1
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch23 @@ -119,7 +119,7 @@ SUFFIXES += .roff .in .ps
H A D0001-build-meintro_fr.ps-depends-on-tbl.patch23 @@ -334,7 +334,7 @@ SUFFIXES += .me.in .me
H A D0001-Make-manpages-mulitlib-identical.patch17 @@ -891,7 +891,7 @@ SUFFIXES += .man
H A D0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch25 @@ -119,9 +119,8 @@ SUFFIXES += .roff .in .ps
/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip-1.14/
H A Dwrong-path-fix.patch26 @@ -95,8 +95,7 @@ SUFFIXES = .in
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0010-clang-Define-releative-gcc-installation-dir.patch86 } Suffixes[] = {
109 for (auto &Suffix : Suffixes) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/
H A DMakefile.utils24 .SUFFIXES: .c .o .i .s .S
/openbmc/qemu/target/ppc/
H A Dinsn64.decode204 ## Invalid suffixes: Branch instruction
221 ## Invalid suffixes: rfebb
225 ## Invalid suffixes: context synchronizing other than isync
254 ## Invalid suffixes: Service Processor Attention
259 ## Valid suffixes
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-ula.sh23 # BITs set for address suffixes
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py84 def prune_suffix(var, suffixes, d): argument
85 # See if var ends with any of the suffixes listed and
87 for suffix in suffixes:
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/
H A DCreate.interface.yaml135 abbreviated and should include suffixes such as Inc, Corp, or
/openbmc/boost-dbus/cmake/
H A DFindGMock.cmake108 # The provided /MD project files for Google Mock add -md suffixes to the
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_builds_page.py123 """ Task should be shown as suffixes on build names """
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A Dimap-2007e-shared.patch17 +.SUFFIXES: .o .so

123