Home
last modified time | relevance | path

Searched full:baseline (Results 1 – 25 of 183) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-liftoff-Correct-function-signatures.patch7 ../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/Documentation/
H A Dperf-diff.txt11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
45 of the Baseline/Delta column. See --percentage for more info.
51 of the Baseline/Delta column. See --percentage for more info.
57 of the Baseline/Delta column. See --percentage for more info.
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
[all …]
/openbmc/linux/tools/perf/bench/
H A Duprobe.c109 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()
117 …printed += fprintf(fp, " %s%'" PRId64 " to baseline", diff_to_baseline > 0 ? "+" : "", diff_to_bas… 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()
126 …printed += fprintf(fp, " %'.3f %ss/op to baseline", (double)diff_to_baseline / (double)loops, unit… 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/bmcweb/redfish-core/include/generated/enums/
H A Dstorage.hpp50 Baseline, enumerator
101 {TargetConfigurationLockLevel::Baseline, "Baseline"},
H A Ddrive.hpp96 Baseline, enumerator
193 {TargetConfigurationLockLevel::Baseline, "Baseline"},
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtripwire.txt24 … 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/openbmc/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst25 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
231 The "Yocto Project Baseline Kernel" contains functionality that is
237 From the "Yocto Project Baseline Kernel", branch points represent
/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c106 * @baseline: Pixel offset of the font's baseline from the cursor position.
108 * It measures the distance from the baseline to the top of the
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/qemu/qapi/
H A Dmachine-target.json91 # The result of a CPU model baseline.
185 # @query-cpu-model-baseline:
187 # Baseline two CPU models, @modela and @modelb, creating a compatible
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/linux/drivers/platform/x86/intel/ifs/
H A DKconfig8 operation beyond baseline RAS capabilities. To compile this
/openbmc/qemu/scripts/
H A Dcpu-x86-uarch-abi.py21 [ # x86-64 baseline
182 print("Model,baseline,v2,v3,v4")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/
H A Ddeqp-runner_0.20.2.bb1 …K-GL-CTS/dEQP wrapper program to parallelize it across CPUs and report results against a baseline."
/openbmc/linux/drivers/input/rmi4/
H A Drmi_f54.c48 * from baseline for each pixel.
51 * from baseline for each pixel.
57 * @F54_TRUE_BASELINE: True Baseline Report. The baseline capacitance for each
90 [F54_TRUE_BASELINE] = "True Baseline",
/openbmc/linux/drivers/usb/serial/
H A Dpl2303.c613 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/drivers/media/platform/verisilicon/
H A Drockchip_vpu2_hw_jpeg_enc.c9 * The VPU JPEG encoder produces JPEG baseline sequential format.
11 * the baseline specification. Therefore, it requires
/openbmc/linux/net/smc/
H A Dsmc_rx.h25 int (*fcrit)(struct smc_connection *conn, size_t baseline));
/openbmc/webui-vue/src/components/Global/
H A DInfoTooltip.vue41 vertical-align: baseline;
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/
H A Dother.json6 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c175 * Baseline DCT only supports 8-bit precision. in jpeg_parse_frame_header()
312 /* Lq = 2 + n * 65 (for baseline DCT), n >= 1 */ in jpeg_parse_quantization_tables()
385 /* only two Huffman tables for baseline DCT */ in jpeg_parse_huffman_tables()
516 /* baseline DCT, extended sequential DCT */ in v4l2_jpeg_parse_header()
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Drenesas,jpu.yaml14 and decoding function conforming to the JPEG baseline process, so that the
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/
H A Dfvp-config.inc16 # Set the baseline to ARMv8.4, as the default is 8.0.
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c140 .name = "Baseline",
457 * tree since normally only the baseline hists will call in diff__process_sample_event()
846 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx()
970 !d->idx ? "(Baseline)" : ""); in data__fprintf()
1266 OPT_BOOLEAN('b', "baseline-only", &show_baseline_only,
1267 "Show only items with match in baseline"),
1657 /* baseline is special */ in __hpp__entry_global()
1801 * Baseline or compute related columns: in ui_init()
1841 * will be sorted out by first try or baseline and comparing in ui_init()
/openbmc/phosphor-webui/app/server-control/styles/
H A Dvirtual-media.scss14 align-items: baseline;
/openbmc/openpower-dbus-interfaces/
H A Dconfigure.ac33 # Check for baseline language coverage in the compiler for the C++14 standard
/openbmc/linux/include/drm/
H A Ddrm_edid.h283 /* ELD Baseline Block for ELD_Ver == 2 */
451 * drm_eld_calc_baseline_block_size - Calculate baseline block size in bytes
454 * This is a helper for determining the payload size of the baseline block, in
469 * drm_eld_size() bytes of header and baseline block.

12345678