Home
last modified time | relevance | path

Searched full:intermediate (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
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 …]
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
/OK3568_Linux_fs/buildroot/package/acpica/
H A D0001-build-do-not-use-Werror.patch42 @echo "- " "Intermediate" $<
47 @echo "- " "Intermediate" $<
52 @echo "- " "Intermediate" $<
57 @echo "- " "Intermediate" $<
62 @echo "- " "Intermediate" $<
67 @echo "- " "Intermediate" $<
72 @echo "- " "Intermediate" $<
77 @echo "- " "Intermediate" $<
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.h42 did not get back an intermediate
47 NO_RESULT, /* no intermediate response expected */
48 NUMERIC, /* a single intermediate response starting with a 0-9 */
49 SINGLELINE, /* a single intermediate response starting with a prefix */
50 MULTILINE /* multiple line intermediate response
54 /** a singly-lined list of intermediate responses */
65 ATLine *p_intermediates; /* any intermediate responses */
H A Datchannel.c109 /** add an intermediate response to sp_response*/
259 /* either we already have an intermediate response or in processLine()
270 /* we already have an intermediate response */ in processLine()
712 * The line reader places the intermediate responses in reverse order
775 /* line reader stores intermediate responses in reverse order */ in at_send_command_full_nolock()
827 * Issue a single normal AT command with no intermediate response expected
859 /* successful command must have an intermediate response */ in at_send_command_singleline()
881 /* successful command must have an intermediate response */ in at_send_command_numeric()
905 /* successful command must have an intermediate response */ in at_send_command_sms()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dmem_encrypt_boot.S29 * - intermediate copy buffer (PMD_PAGE_SIZE)
58 addq $PAGE_SIZE, %r8 /* Workarea intermediate copy buffer */
88 * R8 - intermediate copy buffer
93 * memory space to an intermediate buffer and then copying from the
94 * intermediate buffer back to the encrypted memory space. The physical
134 movq %r8, %rdi /* Dest - intermediate copy buffer */
138 movq %r8, %rsi /* Source - intermediate copy buffer */
/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/kernel/arch/s390/crypto/
H A Dcrc32be-vx.S50 * intermediate results with a single VECTOR GALOIS FIELD MULTIPLY instruction.
87 * V0: Initial CRC value and intermediate constants and results.
118 * the reduction constants in V0. The intermediate result is
163 * form an intermediate 96-bit value (with appended zeros) which is then
164 * XORed with the intermediate reduction result.
171 * intermediate result is then XORed with the product of the leftmost
201 * V2 and XOR the intermediate result, T2(x), with the value in V1.
H A Dcrc32le-vx.S97 * V0: Initial CRC value and intermediate constants and results.
153 * the R1 and R2 reduction constants in V0. The intermediate result
215 * Implicitly, the intermediate leftmost product becomes padded
252 * CONST_RU_POLY is zero and, thus, the intermediate GF(2) product
262 * V2 and XOR the intermediate result, T2(x), with the value in V1.
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dtodo.rst17 Intermediate: Tasks which need some experience with working in the DRM
39 Level: Intermediate
140 Level: Intermediate
194 Level: Intermediate
205 Level: Intermediate
231 Level: Intermediate
242 Level: Intermediate
298 Level: Intermediate
327 Level: Intermediate (mostly because it is a huge tasks without good partial
342 Level: Intermediate
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_pgtable.h110 * struct kvm_mem_range - Range of Intermediate Physical Addresses
239 * @addr: Intermediate physical address at which to place the mapping.
272 * @addr: Base intermediate physical address to annotate.
291 * @addr: Intermediate physical address from which to remove the mapping.
311 * @addr: Intermediate physical address from which to write-protect,
328 * @addr: Intermediate physical address to identify the page-table entry.
342 * @addr: Intermediate physical address to identify the page-table entry.
361 * @addr: Intermediate physical address to identify the page-table entry.
380 * @addr: Intermediate physical address to identify the page-table entry.
393 * @addr: Intermediate physical address from which to flush.
[all …]
/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/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…
103 #cp -i intermediate.$format2Ext $intermediateReference
107 cmp -s $intermediateReference intermediate.$format2Ext
123 rm -f input.$format1Ext intermediate.$format2Ext output.$format1Ext
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlpm_trie.c18 /* Intermediate node */
139 * An intermediate node will be turned into a 'real' node on demand. In the
147 * downwards. The last node in the traversal that is a non-intermediate one is
257 * artificially added intermediate one. in trie_lookup_elem()
343 * an intermediate node. in trie_update_elem()
413 /* Finally, assign the intermediate node to the determined spot */ in trie_update_elem()
480 * as intermediate and we are done. in trie_delete_elem()
488 /* If the parent of the node we are about to delete is an intermediate in trie_delete_elem()
490 * the intermediate parent as well and promote its other child in trie_delete_elem()
492 * intermediate nodes have exactly 2 children and that there are no in trie_delete_elem()
[all …]
/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/cpufreq/
H A Dmediatek-cpufreq.c237 * If the new voltage or the intermediate voltage is higher than the in mtk_cpufreq_set_target()
251 /* Reparent the CPU clock to intermediate clock. */ in mtk_cpufreq_set_target()
282 * If the new voltage is lower than the intermediate voltage or the in mtk_cpufreq_set_target()
330 inter_clk = clk_get(cpu_dev, "intermediate"); in mtk_cpu_dvfs_info_init()
333 pr_warn("intermediate clk for cpu%d not ready, retry.\n", in mtk_cpu_dvfs_info_init()
336 pr_err("failed to get intermediate clk for cpu%d\n", in mtk_cpu_dvfs_info_init()
373 /* Search a safe voltage for intermediate frequency. */ in mtk_cpu_dvfs_info_init()
377 pr_err("failed to get intermediate opp for cpu%d\n", cpu); in mtk_cpu_dvfs_info_init()
/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
/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
H A Dpage_actor.c14 * an intermediate buffer, and for decompressing directly into the
21 /* Implementation of page_actor for decompressing into intermediate buffer */
/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.
/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/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/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/include/soc/rockchip/
H A Drockchip_opp_select.h12 * [0]: set intermediate rate
21 /* Set intermediate rate */
71 /* The threshold frequency for set intermediate rate */
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_cksum.h8 * Calculate the intermediate checksum for a buffer that has the CRC field
45 * Convert the intermediate checksum to the final ondisk format.

12345678910>>...34