Home
last modified time | relevance | path

Searched full:optimized (Results 1 – 25 of 1532) sorted by relevance

12345678910>>...62

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DInline-Functions.html28 <link href="Optimized-Code.html#Optimized-Code" rel="up" title="Optimized Code">
30 <link href="Optimized-Code.html#Optimized-Code" rel="previous" title="Optimized Code">
67 …"next">Tail Call Frames</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
128 …"next">Tail Call Frames</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
H A DOptimized-Code.html17 <title>Debugging with GDB: Optimized Code</title>
19 <meta name="description" content="Debugging with GDB: Optimized Code">
20 <meta name="keywords" content="Debugging with GDB: Optimized Code">
64 <a name="Optimized-Code"></a>
70 <a name="Debugging-Optimized-Code"></a>
71 <h2 class="chapter">11 Debugging Optimized Code</h2>
72 <a name="index-optimized-code_002c-debugging"></a>
73 <a name="index-debugging-optimized-code"></a>
86 where you may need to debug an optimized version.
99 …href="Variables.html#Variables">Variables</a>, for more information about debugging optimized code.
H A DTail-Call-Frames.html28 <link href="Optimized-Code.html#Optimized-Code" rel="up" title="Optimized Code">
67 …vious">Inline Functions</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
210 i=&lt;optimized out&gt;) at t.c:6
218 prints <code>&lt;optimized out&gt;</code> instead.
223 …vious">Inline Functions</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
H A DCompilation.html85 together. Using those compilers, you cannot generate optimized
89 without &lsquo;<samp>-O</samp>&rsquo;, making it possible to debug optimized code. We
92 …ushing your luck. For more information, see <a href="Optimized-Code.html#Optimized-Code">Optimize…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DInline-Functions.html28 <link href="Optimized-Code.html#Optimized-Code" rel="up" title="Optimized Code">
30 <link href="Optimized-Code.html#Optimized-Code" rel="previous" title="Optimized Code">
67 …"next">Tail Call Frames</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
128 …"next">Tail Call Frames</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
H A DOptimized-Code.html17 <title>Debugging with GDB: Optimized Code</title>
19 <meta name="description" content="Debugging with GDB: Optimized Code">
20 <meta name="keywords" content="Debugging with GDB: Optimized Code">
64 <a name="Optimized-Code"></a>
70 <a name="Debugging-Optimized-Code"></a>
71 <h2 class="chapter">11 Debugging Optimized Code</h2>
72 <a name="index-optimized-code_002c-debugging"></a>
73 <a name="index-debugging-optimized-code"></a>
86 where you may need to debug an optimized version.
99 …href="Variables.html#Variables">Variables</a>, for more information about debugging optimized code.
H A DTail-Call-Frames.html28 <link href="Optimized-Code.html#Optimized-Code" rel="up" title="Optimized Code">
67 …vious">Inline Functions</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
210 i=&lt;optimized out&gt;) at t.c:6
218 prints <code>&lt;optimized out&gt;</code> instead.
223 …vious">Inline Functions</a>, Up: <a href="Optimized-Code.html#Optimized-Code" accesskey="u" rel="u…
H A DCompilation.html85 together. Using those compilers, you cannot generate optimized
89 without &lsquo;<samp>-O</samp>&rsquo;, making it possible to debug optimized code. We
92 …ushing your luck. For more information, see <a href="Optimized-Code.html#Optimized-Code">Optimize…
/OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c69 TEST (ORD (x, y) && UNLT (x, y)); /* Not optimized */ in ilt()
72 TEST ((x != y) && (x <= y)); /* Not optimized */ in ilt()
73 TEST ((y != x) && (x <= y)); /* Not optimized */ in ilt()
84 TEST (ORD (x, y) && UNLE (x, y)); /* Not optimized */ in ile()
87 TEST ((x == y) || (x < y)); /* Not optimized */ in ile()
88 TEST ((y == x) || (x < y)); /* Not optimized */ in ile()
99 TEST (ORD (x, y) && UNGT (x, y)); /* Not optimized */ in igt()
102 TEST ((x != y) && (x >= y)); /* Not optimized */ in igt()
103 TEST ((y != x) && (x >= y)); /* Not optimized */ in igt()
114 TEST (ORD (x, y) && UNGE (x, y)); /* Not optimized */ in ige()
[all …]
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dkprobes.rst193 instruction (the "optimized region") lies entirely within one function.
198 jump into the optimized region. Specifically:
203 optimized region -- Kprobes checks the exception tables to verify this);
204 - there is no near jump to the optimized region (other than to the first
207 - For each instruction in the optimized region, Kprobes verifies that
219 - the instructions from the optimized region
229 - Other instructions in the optimized region are probed.
236 If the kprobe can be optimized, Kprobes enqueues the kprobe to an
238 it. If the to-be-optimized probepoint is hit before being optimized,
249 optimized region [3]_. As you know, synchronize_rcu() can ensure
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A DKconfig18 using optimized ARM assembler.
28 using optimized ARM NEON assembly, when NEON instructions are
55 using optimized ARM assembler and NEON, when available.
63 using optimized ARM assembler and NEON, when available.
69 BLAKE2s digest algorithm optimized with ARM scalar instructions. This
79 BLAKE2b digest algorithm optimized with ARM NEON instructions.
89 Use optimized AES assembler routines for ARM platforms.
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/microblaze/
H A Darch-microblaze.inc27 TUNEVALID[frequency-optimized] = "Enabling tuning for frequency optimized core (AREA_OPTIMIZED_2)"
28 TUNECONFLICTS[frequency-optimized] = "v8.00 v8.10 v8.20 v8.30 v8.40 v8.50 v9.0 v9.1 v9.2 v9.3 v9.4 …
33 TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "frequency-optimized", " -mxl-frequency", "",…
48 MBPKGARCH_TUNE .= "${@bb.utils.contains("TUNE_FEATURES", "frequency-optimized", "-fo", "", d)}"
/OK3568_Linux_fs/kernel/drivers/opp/
H A Dti-opp-supply.c25 * struct ti_opp_supply_optimum_voltage_table - optimized voltage table
27 * @optimized_uv: Optimized voltage from efuse
36 * @vdd_table: Optimized voltage mapping table
64 * _store_optimized_voltages() - store optimized voltages
68 * Picks up efuse based optimized voltages for VDD unique per device and
153 * Some older samples might not have optimized efuse in _store_optimized_voltages()
188 * Return: if a match is found, return optimized voltage, else return
211 dev_err_ratelimited(dev, "%s: Failed optimized voltage match for %d\n", in _get_optimal_vdd_voltage()
401 /* If we need optimized voltage */ in ti_opp_supply_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/opp/
H A Dti-omap5-opp-supply.txt26 "ti,omap5-opp-supply" - OMAP5+ optimized voltages in efuse(class0)VDD
28 "ti,omap5-core-opp-supply" - OMAP5+ optimized voltages in efuse(class0) VDD
33 optimized efuse configuration. Each item consists of the following:
35 efuse_offseet: efuse offset from reg where the optimized voltage is stored.
/OK3568_Linux_fs/u-boot/arch/arm/
H A DKconfig287 bool "Use an assembly optimized implementation of memcpy"
291 Enable the generation of an optimized version of memcpy.
296 bool "Use an assembly optimized implementation of memcpy for SPL"
300 Enable the generation of an optimized version of memcpy.
305 bool "Use an assembly optimized implementation of memcpy for TPL"
309 Enable the generation of an optimized version of memcpy.
314 bool "Use an assembly optimized implementation of memset"
318 Enable the generation of an optimized version of memset.
323 bool "Use an assembly optimized implementation of memset for SPL"
327 Enable the generation of an optimized version of memset.
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/
H A Dlibpng-README181 arm => Contains optimized code for the ARM platform
182 powerpc => Contains optimized code for the PowerPC platform
184 arm-neon => Optimized code for ARM-NEON platform
185 powerpc-vsx => Optimized code for POWERPC-VSX platform
191 mips-msa => Optimized code for MIPS-MSA platform
199 intel => Optimized code for INTEL-SSE2 platform
200 mips => Optimized code for MIPS platform
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/
H A Dlibpng-README181 arm => Contains optimized code for the ARM platform
182 powerpc => Contains optimized code for the PowerPC platform
184 arm-neon => Optimized code for ARM-NEON platform
185 powerpc-vsx => Optimized code for POWERPC-VSX platform
191 mips-msa => Optimized code for MIPS-MSA platform
199 intel => Optimized code for INTEL-SSE2 platform
200 mips => Optimized code for MIPS platform
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/
H A Dlibpng-README181 arm => Contains optimized code for the ARM platform
182 powerpc => Contains optimized code for the PowerPC platform
184 arm-neon => Optimized code for ARM-NEON platform
185 powerpc-vsx => Optimized code for POWERPC-VSX platform
191 mips-msa => Optimized code for MIPS-MSA platform
199 intel => Optimized code for INTEL-SSE2 platform
200 mips => Optimized code for MIPS platform
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Dio.c9 * This needs to be optimized.
24 * This needs to be optimized.
39 * This needs to be optimized.
/OK3568_Linux_fs/kernel/fs/crypto/
H A DKconfig26 # algorithms, not any per-architecture optimized implementations. It is
27 # strongly recommended to enable optimized implementations too. It is safe to
28 # disable these generic implementations if corresponding optimized
/OK3568_Linux_fs/buildroot/package/mpir/
H A Dmpir.mk23 # The optimized ARM assembly code uses ARM-only (i.e not Thumb1/2
29 # Optimized mips32/mips64 code not suitable for mips32r6/mips64r6
34 # Optimized powerpc64 code is not suitable for powerpc64le
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch4 Subject: [PATCH] Replace builtin strlen that appears to get optimized away
6 …ct.org/rpms/syslinux/raw/rawhide/f/0006-Replace-builtin-strlen-that-appears-to-get-optimized.patch]
30 +/* replacement for builtin strlen that appears to get optimized away */
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Dmem.h111 /* Hynix part of Overo (165MHz optimized) 6.06ns */
137 /* Hynix part of AM/DM37xEVM (200MHz optimized) */
163 /* Infineon part of 3430SDP (165MHz optimized) 6.06ns */
189 /* Micron part of 3430 EVM (165MHz optimized) 6.06ns */
226 /* Micron part (200MHz optimized) 5 ns */
252 /* Samsung K4X51163PG - FGC6 (165MHz optimized) 6.06ns - from 2010.90 src */
295 /* NUMONYX part of IGEP v2 (165MHz optimized) 6.06ns */
324 /* NUMONYX part of IGEP v2 (200MHz optimized) 5 ns */
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dio.c43 * This needs to be optimized.
59 * This needs to be optimized.
75 * This needs to be optimized.
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb.h228 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_ld_le32()
241 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_le32()
255 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_le16()
267 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_ld_8()
279 /* Hack for bloc 1, should be cleanly optimized by compiler */ in aty_st_8()

12345678910>>...62