Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 25 of 202) sorted by relevance

123456789

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch4 Subject: [PATCH 2/2] geninfo: Add intermediate JSON format support
6 This change adds support for parsing the output of gcov's intermediate
9 Note: The way that the intermediate file format support is implemented
12 intermediate format is the only option for geninfo to collect coverage
38 $intermediate = 1;
40 # Use intermediate format if supported by gcov
41 - $intermediate = $gcov_caps->{'intermediate-format'} ? 1 : 0;
42 + $intermediate = ($gcov_caps->{'intermediate-format'} ||
54 +# Read gcov intermediate JSON format in GCOV_FILENAME and add the resulting
H A D0001-geninfo-Add-intermediate-text-format-support.patch4 Subject: [PATCH 1/2] geninfo: Add intermediate text format support
6 This change adds support for parsing the output of gcov's intermediate
8 gcov intermediate format should increase processing speed. It also
12 Users can control whether geninfo uses the intermediate format via the
16 1: Use intermediate format
17 auto: Use intermediate format if available. This is the default.
62 +our $intermediate;
80 +# Determine intermediate mode
82 + $intermediate = 0;
84 + $intermediate = 1;
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-mediatek.txt8 "intermediate" - A parent of "cpu" clock which is used as "intermediate" clock
65 clock-names = "cpu", "intermediate";
187 clock-names = "cpu", "intermediate";
199 clock-names = "cpu", "intermediate";
211 clock-names = "cpu", "intermediate";
223 clock-names = "cpu", "intermediate";
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtests.sh97 …se -RD -r $rate -c $channels $format1Flags input.$format1Ext $format2Flags intermediate.$format2Ext
98 …bindir}/sox${EXEEXT} $verbose -RD -r $rate -c $channels $format2Flags intermediate.$format2Ext $fo…
99 …intermediateReference=vectors/intermediate`echo "$channels $rate $format1Flags $format1Ext $format…
107 cmp -s $intermediateReference intermediate.$format2Ext
123 rm -f input.$format1Ext intermediate.$format2Ext output.$format1Ext
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_ovfl.S6 | Overflow occurs when a floating-point intermediate result is
20 | RN Infinity with the sign of the intermediate result.
22 | intermediate result.
H A Dx_unfl.S7 | For 881/2 compatibility, sw must denormalize the intermediate
9 | by taking the intermediate result (which is always normalized) and
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DGPL-3.0-with-GCC-exception18 … any format that is used as a compiler intermediate representation, or used for producing a compil…
19 The "Compilation Process" transforms code entirely represented in non-intermediate languages design…
20 …C. For example, using non-GPL-compatible Software to optimize any GCC intermediate representations…
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddvb-frontend-parameters.rst34 /* intermediate frequency in kHz for QPSK */
45 intermediate frequency, i.e. the offset which is effectively added to
46 the local oscillator frequency (LOF) of the LNB. The intermediate
H A Dfe-set-voltage.rst39 LNBf type, the polarization or the intermediate frequency (IF) of the
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/
H A Dlinkage.patch1 When building use the libtool intermediate .lo files instead of explicitly using
2 the .o files. Under libtool foo.lo is the libtool intermediate wrapper, foo.o is
/OK3568_Linux_fs/kernel/Documentation/power/powercap/
H A Ddtpm.rst115 hierarchically. There is one root node, all intermediate nodes are
116 grouping the child nodes which can be intermediate nodes also or real
119 The intermediate nodes aggregate the power information and allows to
130 intermediate node, then the power consumption will be the sum of all
197 Alternatively, if the node to be inserted is an intermediate one, then
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_pm.c1455 struct g4x_wm_state *intermediate = &new_crtc_state->wm.g4x.intermediate; in g4x_compute_intermediate_wm() local
1465 *intermediate = *optimal; in g4x_compute_intermediate_wm()
1467 intermediate->cxsr = false; in g4x_compute_intermediate_wm()
1468 intermediate->hpll_en = false; in g4x_compute_intermediate_wm()
1472 intermediate->cxsr = optimal->cxsr && active->cxsr && in g4x_compute_intermediate_wm()
1474 intermediate->hpll_en = optimal->hpll_en && active->hpll_en && in g4x_compute_intermediate_wm()
1476 intermediate->fbc_en = optimal->fbc_en && active->fbc_en; in g4x_compute_intermediate_wm()
1479 intermediate->wm.plane[plane_id] = in g4x_compute_intermediate_wm()
1483 drm_WARN_ON(&dev_priv->drm, intermediate->wm.plane[plane_id] > in g4x_compute_intermediate_wm()
1487 intermediate->sr.plane = max(optimal->sr.plane, in g4x_compute_intermediate_wm()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dlto.inc39 # object files that contain both the intermediate
44 # ensures that libraries participate in LTO by supplying intermediate
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/
H A Dlcov_1.14.bb54 file://0001-geninfo-Add-intermediate-text-format-support.patch \
55 file://0002-geninfo-Add-intermediate-JSON-format-support.patch \
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/
H A Dmt8516.dtsi59 clock-names = "cpu", "intermediate";
72 clock-names = "cpu", "intermediate";
85 clock-names = "cpu", "intermediate";
98 clock-names = "cpu", "intermediate", "armpll";
/OK3568_Linux_fs/kernel/fs/squashfs/
H A DKconfig35 intermediate buffer and then memcopied it into the page cache.
39 If unsure, select "Decompress file data into an intermediate buffer"
42 bool "Decompress file data into an intermediate buffer"
44 Decompress file data into an intermediate buffer and then
/OK3568_Linux_fs/kernel/tools/testing/selftests/futex/
H A DREADME28 implemented in header files, avoiding the need to compile intermediate object
37 results are printed to stdout, while intermediate ERROR or FAIL messages are
/OK3568_Linux_fs/kernel/net/packet/
H A DKconfig10 directly with network devices without an intermediate network
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-rf-tuner.rst14 converts that received signal to lower intermediate frequency (IF) or
83 intermediate frequency output or baseband output. Used when
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A Dlink-with-ldflags.patch13 dnl Add -d flag to bison/yacc to create intermediate .h files
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/bdwgc/
H A Dbdwgc_8.2.0.bb10 implementations that either use C as intermediate code, want to facilitate\
/OK3568_Linux_fs/buildroot/package/icu/
H A D0001-dont-build-static-dynamic-twice.patch32 ## Non-shared intermediate object suffix
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0005-do-not-build-manual.patch42 # FIXME Should use intermediate Makefiles here!
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0073-libgcrypt-mpi-Fix-possible-unintended-sign-extension.patch8 may result in the signed-bit being set for the intermediate signed
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h100 u8 intermediate;/* Intermediate status notification */ member

123456789