HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 476 - 500 of 661) sorted by null

<<11121314151617181920>>

  /external/v8/src/x87/
code-stubs-x87.cc 1902 Label loop; local
2030 Label loop; local
3728 Label loop, done_loop; local
4115 Label loop, done_loop; local
    [all...]
macro-assembler-x87.cc 1755 Label loop, entry; local
1808 Label done, loop; local
1994 Label loop, entry; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 56 * // The main test loop:
74 * // finally, loop over all instn tests for this test:
1885 test_loop_t *loop; local
    [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 7541 CPURegList loop = inputs; local
17091 Label loop, loop_entry, done; local
17122 Label loop, loop_entry, done; local
17158 Label loop, loop_entry, done; local
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 372 Looper.loop();
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 510 bfd_boolean loop = TRUE;
525 while (loop && ieee->h.input_p < ieee->h.last_byte)
625 loop = FALSE;
730 bfd_boolean loop = TRUE;
737 while (loop)
931 loop = FALSE;
508 bfd_boolean loop = TRUE; local
728 bfd_boolean loop = TRUE; local
1483 bfd_boolean loop = TRUE; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c 1110 /* We resume loop AFTER the end-of-line from
3607 char *loop; local
3624 S_GET_NAME (symbolP), loop); local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 3936 vixl::aarch64::Label loop, success; local
3964 vixl::aarch64::Label loop, success; local
4185 vixl::aarch64::Label loop; local
4213 vixl::aarch64::Label loop; local
    [all...]
code_generator_x86_64.cc 5889 NearLabel loop, success; local
5922 NearLabel loop, success; local
6166 NearLabel loop; local
6198 NearLabel loop; local
    [all...]
code_generator_arm.cc 7127 Label loop; local
7152 Label loop, success; local
7393 Label loop; local
7422 Label loop; local
    [all...]
code_generator_arm_vixl.cc 7183 vixl32::Label loop; local
7208 vixl32::Label loop, success; local
7461 vixl32::Label loop; local
7490 vixl32::Label loop; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java     [all...]
EncodeVirtualDisplayWithCompositionTest.java     [all...]
VpxCodecTestBase.java 131 // Loop through the list of omx components in case platform specific codec
573 // decode loop
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 180 // break out of the loop.
415 // kind of loop.
508 // The loop normally exits by means of the break in the middle.
550 // The loop normally exits by means of the break in the middle.
3864 int loop; local
3930 int loop; local
4021 int loop; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 532 // Setting the data to -MAX_LOOP_FILTER will result in the computed loop
864 // intended for use in a re-code loop in vp9_compress_frame where the
865 // quantizer value is adjusted between loop iterations.
3668 int loop = 0; local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 132 /// Find the hardware loop instruction used to set-up the specified loop.
133 /// On Hexagon, we have two instructions used to set-up the hardware loop
135 /// to indicate the end of a loop.
148 // The loop set-up instruction will be in a predecessor block
161 // We've reached a different loop, which means the loop0 has been removed.
165 // Check the predecessors for the LOOP instruction.
166 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited); local
167 if (loop)
168 return loop;
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 2442 int loop = 0; local
2613 int loop = 0; local
2763 int loop = 0; local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2769 Label loop; local
4107 Label loop, done_loop; local
4527 Label loop, done_loop; local
    [all...]
macro-assembler-arm64.cc 1040 Label loop; local
1076 Label loop, done; local
1089 Label loop, leftover2, leftover1, done; local
2195 Label loop, entry; local
2340 Label loop, entry; local
3556 Label done, loop; local
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 11 #include "src/compiler/ast-loop-assignment-analyzer.h"
416 LoopAssignmentAnalysis* loop,
432 loop_assignment_analysis_(loop),
811 Environment* loop = CopyAndShareLiveness(); local
816 loop->Merge(osr_env);
818 return loop;
880 Node* loop, BitVector* assigned_variables) {
883 DCHECK_EQ(loop->opcode(), IrOpcode::kLoop);
887 // Create the loop exit node.
888 Node* loop_exit = graph()->NewNode(common()->LoopExit(), control, loop);
    [all...]
register-allocator.cc 2657 const InstructionBlock* loop = GetContainingLoop(code(), block); local
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 1322 Label loop; local
2296 Label done, loop; local
3098 Label loop; local
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 4091 Label done, loop; local
4229 Label loop, entry; local
5104 Label loop, entry; local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 895 public void loop() { method in class:CameraStreamer.CameraRunnable
931 loop(); method
    [all...]

Completed in 1423 milliseconds

<<11121314151617181920>>