/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/Documentation/ |
H A D | perf-diff.txt | 11 '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 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() 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 D | storage.hpp | 50 Baseline, enumerator 101 {TargetConfigurationLockLevel::Baseline, "Baseline"},
|
H A D | drive.hpp | 96 Baseline, enumerator 193 {TargetConfigurationLockLevel::Baseline, "Baseline"},
|
/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/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 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 D | console_truetype.c | 106 * @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 D | machine-target.json | 91 # 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 D | Kconfig | 8 operation beyond baseline RAS capabilities. To compile this
|
/openbmc/qemu/scripts/ |
H A D | cpu-x86-uarch-abi.py | 21 [ # x86-64 baseline 182 print("Model,baseline,v2,v3,v4")
|
/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/input/rmi4/ |
H A D | rmi_f54.c | 48 * 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 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/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu2_hw_jpeg_enc.c | 9 * The VPU JPEG encoder produces JPEG baseline sequential format. 11 * the baseline specification. Therefore, it requires
|
/openbmc/linux/net/smc/ |
H A D | smc_rx.h | 25 int (*fcrit)(struct smc_connection *conn, size_t baseline));
|
/openbmc/webui-vue/src/components/Global/ |
H A D | InfoTooltip.vue | 41 vertical-align: baseline;
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
H A D | other.json | 6 … "Counts Core cycles where the core was running with power-delivery for baseline license level 0. …
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-jpeg.c | 175 * 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 D | renesas,jpu.yaml | 14 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 D | fvp-config.inc | 16 # Set the baseline to ARMv8.4, as the default is 8.0.
|
/openbmc/linux/tools/perf/ |
H A D | builtin-diff.c | 140 .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 D | virtual-media.scss | 14 align-items: 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/linux/include/drm/ |
H A D | drm_edid.h | 283 /* 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.
|