HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 201 - 225 of 1772) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/angle/src/compiler/translator/
LoopInfo.h 18 // extracted from a loop node.
30 // Check if the current value satisfies the loop condition.
48 TIntermLoop *loop; member in struct:TLoopInfo
57 // Search loop stack for a loop whose index matches the input symbol.
60 // Find the loop index info in the loop stack by the input symbol.
63 // Update the currentValue for the next loop iteration.
66 // Return false if loop condition is no longer satisfied.
69 // Check if the symbol is the index of a loop that's unrolled
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphOutput.cpp 41 void TDependencyGraphOutput::visitLoop(TGraphLoop* loop)
44 mSink << "loop condition\n";
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/shaders/compiled/
passthrough3d11gs.h 37 loop
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h 34 void loop();
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.h 42 const bool loop = false,
47 int32_t StartPlayingVideoFile(const char* fileName, const bool loop,
108 // greater than zero. If loop is true the file will be played until
120 const bool loop = false,
131 // greater than zero. If loop is true the file will be played until
144 bool loop,
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
file_impl.cc 101 bool loop, bool text) {
160 looping_ = loop;
170 bool loop) {
185 looping_ = loop;
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 134 // message-loop while it is already running a nested loop. So make sure the
135 // quit-closure gets reset to the outer loop's quit-closure once the innermost
136 // loop terminates.
151 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local
152 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
175 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local
176 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 100 MachineLoop *loop = nullptr; local
126 // Get loop info for mi.
129 loop = Loops.getLoopFor(mbb);
130 isExiting = loop ? loop->isLoopExiting(mbb) : false;
139 // Give extra weight to what looks like a loop induction variable update.
  /external/skia/include/views/
SkOSWindow_Unix.h 34 void loop();
  /frameworks/base/core/java/android/os/
HandlerThread.java 61 Looper.loop();
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java 64 Looper.loop();
  /frameworks/rs/
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
program.h 12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
60 CloogLoop * loop ; /**< The loops of the program. */ member in struct:cloogprogram
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
program.h 12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
60 CloogLoop * loop ; /**< The loops of the program. */ member in struct:cloogprogram
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfghooks.h 118 /* A hook for duplicating loop in CFG, currently this is used
119 in loop versioning. */
120 bool (*cfg_hook_duplicate_loop_to_header_edge) (struct loop *, edge,
125 /* Add condition to new basic block and update CFG used in loop
129 /* Update the PHI nodes in case of loop versioning. */
139 E->dest (only in tree-ssa loop versioning. */
187 extern bool cfg_hook_duplicate_loop_to_header_edge (struct loop *loop, edge,
203 edge *, unsigned, edge *, struct loop *,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
  /build/core/clang/
arm.mk 20 -frerun-cse-after-loop \
  /external/chromium_org/components/policy/core/common/
async_policy_provider.cc 125 scoped_refptr<base::MessageLoopProxy> loop,
128 loop->PostTask(FROM_HERE,
  /external/chromium_org/ppapi/tests/
test_utils.cc 401 "loop!",
407 pp::MessageLoop loop(pp::MessageLoop::GetCurrent());
408 // If we don't have a message loop, we're probably running in process, where
409 // PPB_MessageLoop is not supported. Just use the Testing message loop.
410 if (loop.is_null() || loop == pp::MessageLoop::GetForMainThread())
413 loop.Run();
417 pp::MessageLoop loop(pp::MessageLoop::GetCurrent());
418 // If we don't have a message loop, we're probably running in process, where
419 // PPB_MessageLoop is not supported. Just use the Testing message loop
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictFragmentShaderTiming.cpp 124 void RestrictFragmentShaderTiming::visitLoop(TGraphLoop* loop)
126 beginError(loop->getIntermLoop());
127 mSink << "An expression dependent on a sampler is not permitted in a loop condition.\n";
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_intrapred_sse2.asm 91 .loop:
98 jnz .loop
129 .loop:
140 jnz .loop
177 .loop:
184 jnz .loop
194 .loop:
205 jnz .loop
220 .loop:
235 jnz .loop
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_div.c 184 int norm_shift,i,loop; local
266 loop=num_n-div_n;
271 wnum.d = &(snum->d[loop]);
274 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
286 if (!bn_wexpand(res,(loop+1))) goto err;
287 res->top=loop-no_branch;
288 resp= &(res->d[loop-1]);
315 for (i=0; i<loop-1; i++, wnump--, resp--)
318 /* the first part of the loop uses the top two words of
bn_prime.pl 9 loop: while ($#primes < $num-1) label
16 next loop if (($p%$primes[$i]) == 0);

Completed in 2311 milliseconds

1 2 3 4 5 6 7 891011>>