Searched refs:loops (Results 251 - 274 of 274) sorted by relevance

<<11

/external/icu/icu4c/source/common/
H A Ducnvmbcs.c2084 int32_t count, loops, oredEntries; local
2086 loops=count=targetCapacity>>4;
2129 count=loops-count;
3734 int32_t count, loops; local
3737 loops=count=targetCapacity>>2;
3760 count=loops-count;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp2403 int32_t loops; local
2404 for (loops = 0; loops<10; loops++) {
2410 TEST_ASSERT(loops == 1);
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1391 int32_t loops; local
1392 for (loops = 0; loops<10; loops++) {
1398 TEST_ASSERT(loops == 1);
/external/fio/
H A Dbackend.c1161 if (td->o.loops) {
1162 td->o.loops--;
H A Dverify.c415 if (!td->o.verify_only || td->o.loops == 0)
H A Doptions.c2101 .name = "loops",
2104 .off1 = td_var_offset(loops),
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp86 std::vector<std::pair<unsigned, unsigned> > loops; member in struct:sm4_to_tgsi_converter
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S131 @ Process different FFT sizes with different loops.
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp431 namespace loops { namespace
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp86 std::vector<std::pair<unsigned, unsigned> > loops; member in struct:sm4_to_tgsi_converter
/external/srtp/
H A Dconfig.status478 s,@CFLAGS@,-Wall -O4 -fexpensive-optimizations -funroll-loops,;t t
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.S77 @ Register usage (across major loops of NoiseEstimationNeon()):
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js8315 currentPart.loops = (
9025 filterFunc = (!query.loops && wildcardTag) ?
9063 }else if(!wildcardTag && !query.loops){
10330 // something fierece if we don't use unified loops.
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h822 int marqueeLoopCount() const { return rareNonInheritedData->m_marquee->loops; }
1305 void setMarqueeLoopCount(int i) { SET_VAR(rareNonInheritedData.access()->m_marquee, loops, i); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c3248 Bit16u loops = 0; local
3252 if (loops == 0) {//first time through
3258 loops++;
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure4239 // Also check for declarations in for loops.
/external/chromium_org/third_party/opus/src/
H A Dconfigure11591 // Also check for declarations in for loops.
/external/libedit/
H A Dconfigure11730 // Also check for declarations in for loops.
/external/libopus/
H A Dconfigure11591 // Also check for declarations in for loops.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas544 /// This is used to prevent infinite loops where an error is found
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/bison/
H A Dconfigure5435 // Also check for declarations in for loops.

Completed in 4236 milliseconds

<<11