Home
last modified time | relevance | path

Searched refs:baseline (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Ddebug_bucket.cpp29 auto addText = [&] (const std::string& text, double left, double baseline, double scale) { in DebugBucket() argument
43 int16_t(::round(baseline - glyph.data[j + 1] * scale)) in DebugBucket()
61 double baseline = 200; in DebugBucket() local
65 addText(text, 50, baseline, 5); in DebugBucket()
66 baseline += 200; in DebugBucket()
71 addText(modifiedText, 50, baseline, 5); in DebugBucket()
74 addText(expiresText, 50, baseline + 200, 5); in DebugBucket()
/OK3568_Linux_fs/yocto/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…
14 src/wasm/baseline/liftoff-assembler.h | 6 +++---
17 --- a/deps/v8/src/wasm/baseline/liftoff-assembler.h
18 +++ b/deps/v8/src/wasm/baseline/liftoff-assembler.h
39 --- a/deps/v8/src/wasm/baseline/mips/liftoff-assembler-mips.h
40 +++ b/deps/v8/src/wasm/baseline/mips/liftoff-assembler-mips.h
50 --- a/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64.h
51 +++ b/deps/v8/src/wasm/baseline/mips64/liftoff-assembler-mips64.h
61 --- a/deps/v8/src/wasm/baseline/riscv64/liftoff-assembler-riscv64.h
62 +++ b/deps/v8/src/wasm/baseline/riscv64/liftoff-assembler-riscv64.h
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-diff.txt11 '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 …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/
H A Dindex.base16 # The shell1 test was added to the index in 5.0, and this baseline score
20 # The 2D baseline scores were derived from a test run on an HP Compaq nc8430
22 # common modern adaptor with 3D. The baseline scores here are then
38 # common modern adaptor with 3D. The baseline scores here are then
44 # but these baseline scores were added for convenience.
/OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c701 int from, to, baseline; in sisusbcon_cursor() local
728 baseline = c->vc_font.height - (c->vc_font.height < 10 ? 1 : 2); in sisusbcon_cursor()
735 to = baseline; in sisusbcon_cursor()
738 to = baseline; in sisusbcon_cursor()
741 to = baseline; in sisusbcon_cursor()
747 case CUR_UNDERLINE: from = baseline - 1; in sisusbcon_cursor()
748 to = baseline; in sisusbcon_cursor()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dconsole_truetype.c121 int baseline; member
257 linenum = priv->baseline + yoff; in console_truetype_putc_xy()
531 priv->baseline = (int)(ascent * priv->scale); in console_truetype_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Drenesas,jpu.txt4 and decoding function conforming to the JPEG baseline process, so that the JPU
/OK3568_Linux_fs/buildroot/package/jpeg/
H A DConfig.in35 instructions (MMX, SSE2, NEON) to accelerate baseline JPEG
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dpl2303.c525 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local
534 baseline = 12000000 * 32; in pl2303_encode_baud_rate_divisor()
535 mantissa = baseline / baud; in pl2303_encode_baud_rate_divisor()
556 baud = (baseline / mantissa) >> (exponent << 1); in pl2303_encode_baud_rate_divisor()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Ddev-touch.rst31 a no-touch reference (or "baseline") measurement:
H A Dext-ctrls-jpeg.rst11 progressive baseline DCT compression process with Huffman entrophy
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt10 This binding document is provided as baseline guidance for the example
/OK3568_Linux_fs/kernel/mm/damon/
H A Dcore.c490 static bool damon_check_reset_time_interval(struct timespec64 *baseline, in damon_check_reset_time_interval() argument
496 if ((timespec64_to_ns(&now) - timespec64_to_ns(baseline)) < in damon_check_reset_time_interval()
499 *baseline = now; in damon_check_reset_time_interval()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/jpeg/
H A Dlibjpeg-turbo_2.1.5.1.bb2 … of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression …
/OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-kernel/linux/
H A Dlinux-yocto-custom.bb35 # uses the filename as a trigger to use a 'allnoconfig' baseline
/OK3568_Linux_fs/kernel/drivers/dax/
H A DKconfig21 baseline memory pool. Mappings of a /dev/daxX.Y device impose
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-finder.c1709 int baseline = 0, lineno = 0, ret = 0; in debuginfo__find_probe_point() local
1732 dwarf_decl_line(&spdie, &baseline) != 0) { in debuginfo__find_probe_point()
1740 lineno = baseline; in debuginfo__find_probe_point()
1767 dwarf_decl_line(&indie, &baseline) != 0) in debuginfo__find_probe_point()
1782 ppt->line = lineno - baseline; in debuginfo__find_probe_point()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DREADME193 in single-copy mode). I made up the baseline score for this by
247 Array, and Solaris 2.3 is my new baseline; it is rated at 10.0 in each
375 The index numbers are generated from a baseline file that is in
378 baseline machine, edit out the comment and blank lines, and sort
H A DUSAGE183 to the scores from a baseline system to produce an index value, which is
187 Since 1995, the baseline system has been "George", a SPARCstation 20-61
197 index. Although there is a desire for a consistent baseline, various tests
/OK3568_Linux_fs/kernel/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst79 - First -rc at which the development baseline branch, listed in the
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra114-pinmux.txt6 a baseline, and only documents the differences between the two bindings.
H A Dnvidia,tegra30-pinmux.txt5 that binding as a baseline, and only documents the differences between the
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpcieaer-howto.rst30 defines two error reporting paradigms: the baseline capability and
31 the Advanced Error Reporting capability. The baseline capability is
/OK3568_Linux_fs/kernel/sound/soc/sh/rcar/
H A Dcore.c877 struct snd_interval *baseline, struct snd_interval *iv) in rsnd_soc_hw_rule() argument
893 baseline->min, list[i], NULL); in rsnd_soc_hw_rule()
900 baseline->max, list[i], NULL); in rsnd_soc_hw_rule()

123