Searched refs:loop (Results 201 - 225 of 740) sorted by relevance

1234567891011>>

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp135 MachineLoop *loop = nullptr; local
163 // Get loop info for mi.
166 loop = Loops.getLoopFor(mbb);
167 isExiting = loop ? loop->isLoopExiting(mbb) : false;
175 // Give extra weight to what looks like a loop induction variable update.
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug02.sh24 usage: $0 -c cpu -l loop
H A Dcpuhotplug04.sh24 usage: $0 -l loop
H A Dcpuhotplug06.sh24 usage: $0 -c cpu -l loop
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandlerThread.java36 Looper.loop();
/external/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.h24 TIntermLoop* loop; member in struct:TLoopInfo
51 // Returns true if none of the loop indices is used as the argument to
/external/syslinux/com32/lua/src/
H A Ddhcp.c106 int loop; local
108 loop = len/4;
110 if ( loop == 1) {
117 for (int done = 0; done < loop; done++){
/external/v8/src/crankshaft/
H A Dhydrogen-flow-engine.h107 // Apply loop effects before analyzing loop body.
139 // Computes and caches the loop effects for the loop which has the given
140 // block as its loop header.
144 if (effects != NULL) return effects; // Already analyzed this loop.
150 HLoopInformation* loop = block->loop_information();
151 int end = loop->GetLastBackEdge()->block_id();
156 // Recursively compute and cache the effects of the nested loop.
157 DCHECK(member->loop_information()->parent_loop() == loop);
[all...]
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
H A DLooperExecutor.java40 Looper.loop();
/external/webrtc/webrtc/modules/utility/include/
H A Dfile_player.h52 bool loop,
90 bool /*loop*/,
/external/webrtc/webrtc/modules/utility/source/
H A Dfile_player_impl.cc205 bool loop,
245 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
257 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
267 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
204 StartPlayingFile(const char* fileName, bool loop, uint32_t startPosition, float volumeScaling, uint32_t notification, uint32_t stopPosition, const CodecInst* codecInst) argument
H A Dfile_player_impl.h39 bool loop,
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java76 Looper.loop();
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_intrapred_sse2.asm105 .loop:
116 jnz .loop
156 .loop:
175 jnz .loop
213 .loop:
224 jnz .loop
236 .loop:
255 jnz .loop
319 .loop:
338 jnz .loop
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dvoe_file_impl.cc52 bool loop,
59 "loop=%d, format=%d, volumeScaling=%5.3f, startPointMs=%d,"
61 channel, fileNameUTF8, loop, format, volumeScaling, startPointMs,
76 return channelPtr->StartPlayingFileLocally(fileNameUTF8, loop, format,
143 bool loop,
149 "loop=%d, mixWithMicrophone=%d, format=%d, "
151 channel, fileNameUTF8, loop, mixWithMicrophone, format,
164 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs,
187 fileNameUTF8, loop, format, startPointMs, volumeScaling, stopPointMs,
50 StartPlayingFileLocally(int channel, const char fileNameUTF8[1024], bool loop, FileFormats format, float volumeScaling, int startPointMs, int stopPointMs) argument
141 StartPlayingFileAsMicrophone(int channel, const char fileNameUTF8[1024], bool loop, bool mixWithMicrophone, FileFormats format, float volumeScaling) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerIntegrator.java674 for (boolean loop = true; loop; ) {
687 loop = false;
711 loop = false;
733 loop = false;
744 loop = false;
760 loop = false;
770 loop = false;
791 loop = false;
796 loop
[all...]
/external/v8/src/builtins/
H A Dbuiltins-number.cc163 // We might need to loop once for ToString conversion.
165 Label loop(assembler, &var_input);
167 assembler->Goto(&loop);
168 assembler->Bind(&loop);
254 assembler->Goto(&loop);
593 // We might need to loop several times due to ToPrimitive, ToString and/or
599 Label loop(assembler, 2, loop_vars), end(assembler),
604 assembler->Goto(&loop);
605 assembler->Bind(&loop);
699 assembler->Goto(&loop);
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S11 @ Contains the core loop routine for the pitch filter function in iSAC,
59 @ Usage of registers in the loop:
60 @ r0: loop counter
71 @ The pitch filter loop here is unrolled with 9 multipications.
96 @ The memmove() and the low pass filter loop are unrolled and mixed.
/external/v8/src/compiler/
H A Dscheduler.cc317 // Put Terminate in the loop to which it refers.
318 Node* loop = NodeProperties::GetControlInput(node); local
319 BasicBlock* block = BuildBlockForNode(loop);
598 // a RPO of the graph where loop bodies are contiguous. Properties:
600 // unless B is a loop header and A is in the loop headed at B
603 // => If block A is a loop header, A appears before all blocks in the loop
606 // do not belong to the loop.)
658 LoopInfo const& loop local
787 LoopInfo* loop = local
1022 LoopInfo* loop = &loops_[i]; local
[all...]
/external/autotest/client/bin/
H A Dpartition.py159 if 'loop' in partname:
386 self.loop = loop_size
392 if self.loop:
559 if self.loop:
661 if self.loop:
662 args += ' -o loop'
839 self.loop = self._attach_img_loop(self.img)
840 self._create_single_partition(self.loop)
841 self.device = self._create_entries_partition(self.loop)
844 logging.debug('Loopback device: %s', self.loop)
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_avg_neon_asm.asm69 rsb r9, r6, r1, lsl #2 ; reset src for outer loop
71 rsb r12, r6, r3, lsl #2 ; reset dst for outer loop
73 mov r10, r6 ; w loop counter
92 ; save a few instructions in the inner loop
169 ; outer loop
201 mov r12, lr ; h loop counter
283 ; outer loop
H A Dvpx_convolve8_neon_asm.asm69 rsb r9, r6, r1, lsl #2 ; reset src for outer loop
71 rsb r12, r6, r3, lsl #2 ; reset dst for outer loop
73 mov r10, r6 ; w loop counter
92 ; save a few instructions in the inner loop
158 ; outer loop
190 mov r12, lr ; h loop counter
261 ; outer loop
/external/v8/src/arm/
H A Dcodegen-arm.cc43 Label loop, less_256, less_128, less_64, less_32, _16_or_less, _8_or_less;
74 __ bind(&loop);
84 __ b(ge, &loop);
146 Label loop;
152 __ bind(&loop);
156 __ b(&loop, ne);
199 Label loop;
205 __ bind(&loop);
210 __ b(&loop, ne);
225 Label loop;
360 Label loop, entry, convert_hole, gc_required, only_change_map, done; local
503 Label entry, loop, convert_hole, gc_required, only_change_map; local
[all...]
/external/esd/include/
H A Daudiofile.h116 AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */
117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */
129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
264 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */
272 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */
309 AF_BAD_LOOPCOUNT = 64, /* bad loop count */
321 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mod
[all...]
/external/iptables/libxtables/
H A Dxtables.c1442 const char *loop = name; local
1444 while ((loop = strchr(loop, ',')) != NULL) {
1446 ++loop; /* skip ',' */
1452 loop = name;
1455 while (isspace(*loop))
1456 ++loop;
1457 next = strchr(loop, ',');
1459 len = next - loop;
1461 len = strlen(loop);
1747 const char *loop = name; local
[all...]

Completed in 646 milliseconds

1234567891011>>