/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-liftoff-Correct-function-signatures.patch | 7 ../deps/v8/src/wasm/baseline/mips/liftoff-assembler-mips.h:661:5: error: no matching member functio… 15 deps/v8/src/wasm/baseline/liftoff-assembler.h | 6 +++--- 16 .../src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h | 2 +- 17 .../src/wasm/baseline/riscv/liftoff-assembler-riscv64-inl.h | 2 +- 20 diff --git a/deps/v8/src/wasm/baseline/liftoff-assembler.h b/deps/v8/src/wasm/baseline/liftoff-asse… 22 --- a/deps/v8/src/wasm/baseline/liftoff-assembler.h 23 +++ b/deps/v8/src/wasm/baseline/liftoff-assembler.h 44 diff --git a/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h b/deps/v8/src/wasm/bas… 46 --- a/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h 47 +++ b/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h [all …]
|
/openbmc/linux/tools/perf/bench/ |
H A D | uprobe.c | 109 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local 110 s64 diff_to_baseline = diff - baseline, in bench_uprobe_format__default_fprintf() 116 if (baseline) { in bench_uprobe_format__default_fprintf() 119 if (previous != baseline) in bench_uprobe_format__default_fprintf() 125 if (baseline) { in bench_uprobe_format__default_fprintf() 128 if (previous != baseline) in bench_uprobe_format__default_fprintf() 131 baseline = diff; in bench_uprobe_format__default_fprintf()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ] 88 --baseline-only:: 89 Show only items with match in baseline. 113 Specify compute sorting column number. 0 means sorting by baseline 115 (data from the first file other base baseline). Values more than 1 191 The comparison is governed by the baseline file. The baseline perf.data 193 the command line are searched for the baseline sample pair. If the pair 196 All samples from non-baseline perf.data files, that do not match any 197 baseline entry, are displayed with empty space within baseline column 207 b - baseline sample percentage [all …]
|
/openbmc/linux/drivers/usb/serial/ |
H A D | pl2303.c | 613 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local 622 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor() 623 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor() 644 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor() 652 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local 661 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor_alt() 662 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor_alt() 683 baud = (baseline / mantissa) >> exponent; in pl2303_encode_baud_rate_divisor_alt()
|
/openbmc/linux/net/smc/ |
H A D | smc_rx.h | 25 int (*fcrit)(struct smc_connection *conn, size_t baseline));
|
H A D | smc_rx.c | 257 int (*fcrit)(struct smc_connection *conn, size_t baseline)) in smc_rx_wait() argument 351 int (*func)(struct smc_connection *conn, size_t baseline); in smc_rx_recvmsg()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/ |
H A D | deqp-runner_0.20.2.bb | 1 …K-GL-CTS/dEQP wrapper program to parallelize it across CPUs and report results against a baseline."
|
/openbmc/linux/drivers/platform/x86/intel/ifs/ |
H A D | Kconfig | 8 operation beyond baseline RAS capabilities. To compile this
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | tripwire.txt | 24 … the passphrases, the files are unusable. In that case you must reinitialize the baseline database. 27 …ects based on the rules in the policy file. This database serves as the baseline for integrity che… 56 …le. The database file is a baseline "snapshot" of the system in a known secure state. Tripwire sof…
|
/openbmc/u-boot/drivers/video/ |
H A D | console_truetype.c | 120 int baseline; member 256 linenum = priv->baseline + yoff; in console_truetype_putc_xy() 530 priv->baseline = (int)(ascent * priv->scale); in console_truetype_probe()
|
/openbmc/webui-vue/src/components/Global/ |
H A D | InfoTooltip.vue | 41 vertical-align: baseline;
|
/openbmc/openpower-dbus-interfaces/ |
H A D | configure.ac | 33 # Check for baseline language coverage in the compiler for the C++14 standard
|
/openbmc/phosphor-webui/app/server-control/styles/ |
H A D | virtual-media.scss | 14 align-items: baseline;
|
/openbmc/ibm-dbus-interfaces/ |
H A D | configure.ac | 33 # Check for baseline language coverage in the compiler for the C++14 standard
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/ |
H A D | fvp-config.inc | 16 # Set the baseline to ARMv8.4, as the default is 8.0.
|
/openbmc/qemu/docs/system/ |
H A D | cpu-models-x86-abi.csv | 1 Model,baseline,v2,v3,v4
|
/openbmc/qemu/qapi/ |
H A D | machine-target.json | 91 # The result of a CPU model baseline. 185 # @query-cpu-model-baseline: 217 # @modela: description of the first CPU model to baseline 219 # @modelb: description of the second CPU model to baseline 234 { 'command': 'query-cpu-model-baseline',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/highway/highway/ |
H A D | 0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch | 54 set(HWY_CMAKE_SSE2 OFF CACHE BOOL "Set SSE2 as baseline for 32-bit x86?")
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-touch.rst | 31 a no-touch reference (or "baseline") measurement:
|
H A D | ext-ctrls-jpeg.rst | 11 progressive baseline DCT compression process with Huffman entropy
|
/openbmc/linux/Documentation/devicetree/bindings/mips/img/ |
H A D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | concepts-appx.rst | 25 team has a stable official release for the baseline Linux kernel 112 baseline kernel during the uprev cycle. 147 You can think of a Yocto Linux kernel as consisting of a baseline Linux 148 kernel with added features logically structured on top of the baseline. 183 history of what made up the baseline Linux kernel. 210 view, there is a linear path that travels from the baseline
|
/openbmc/openbmc/poky/meta/recipes-graphics/jpeg/ |
H A D | libjpeg-turbo_3.0.1.bb | 2 … of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression …
|
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/ |
H A D | linux-yocto-custom.bb | 35 # uses the filename as a trigger to use a 'allnoconfig' baseline
|
/openbmc/linux/sound/soc/sh/rcar/ |
H A D | core.c | 880 struct snd_interval *baseline, struct snd_interval *iv, in rsnd_soc_hw_rule() argument 897 baseline->min, list[i], NULL); in rsnd_soc_hw_rule() 904 baseline->max, list[i], NULL); in rsnd_soc_hw_rule() 917 baseline->min, unit, baseline->max, unit); in rsnd_soc_hw_rule()
|