| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/ |
| H A D | 0002-geninfo-Add-intermediate-JSON-format-support.patch | 4 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 D | 0001-geninfo-Add-intermediate-text-format-support.patch | 4 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 D | cpufreq-mediatek.txt | 8 "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 D | tests.sh | 97 …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 D | x_ovfl.S | 6 | Overflow occurs when a floating-point intermediate result is 20 | RN Infinity with the sign of the intermediate result. 22 | intermediate result.
|
| H A D | x_unfl.S | 7 | 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 D | GPL-3.0-with-GCC-exception | 18 … 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 D | dvb-frontend-parameters.rst | 34 /* 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 D | fe-set-voltage.rst | 39 LNBf type, the polarization or the intermediate frequency (IF) of the
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | linkage.patch | 1 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 D | dtpm.rst | 115 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 D | intel_pm.c | 1455 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 D | lto.inc | 39 # 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 D | lcov_1.14.bb | 54 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 D | mt8516.dtsi | 59 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 D | Kconfig | 35 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 D | README | 28 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 D | Kconfig | 10 directly with network devices without an intermediate network
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-rf-tuner.rst | 14 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 D | link-with-ldflags.patch | 13 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 D | bdwgc_8.2.0.bb | 10 implementations that either use C as intermediate code, want to facilitate\
|
| /OK3568_Linux_fs/buildroot/package/icu/ |
| H A D | 0001-dont-build-static-dynamic-twice.patch | 32 ## Non-shared intermediate object suffix
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
| H A D | 0005-do-not-build-manual.patch | 42 # FIXME Should use intermediate Makefiles here!
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0073-libgcrypt-mpi-Fix-possible-unintended-sign-extension.patch | 8 may result in the signed-bit being set for the intermediate signed
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | xmit.h | 100 u8 intermediate;/* Intermediate status notification */ member
|