HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 51 - 75 of 1308) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-inval-1.s 6 bnd loop foo
12 bnd loop foo
  /external/avahi/tests/
fuzz-mdns.py 6 sendp(Ether(type=0x800, dst="ff:ff:ff:ff:ff:ff")/IP(dst="224.0.0.251")/fuzz(UDP(dport = 5353, sport = 5353)/DNS(qd = fuzz(DNSQR()))),loop=1, iface="realtek0")
  /external/clang/test/CodeGenCXX/
pragma-loop-safety.cpp 10 #pragma clang loop vectorize(assume_safety) interleave(disable) unroll(disable)
22 // CHECK: br label [[LOOP1_COND:[^,]+]], !llvm.loop ![[LOOP1_HINTS:[0-9]+]]
33 #pragma clang loop interleave(assume_safety) vectorize(disable) unroll(disable)
45 // CHECK: br label [[LOOP2_COND:[^,]+]], !llvm.loop ![[LOOP2_HINTS:[0-9]+]]
50 // CHECK: ![[INTERLEAVE_1]] = !{!"llvm.loop.interleave.count", i32 1}
51 // CHCCK: ![[INTENABLE_1]] = !{!"llvm.loop.vectorize.enable", i1 true}
52 // CHECK: ![[UNROLL_DISABLE]] = !{!"llvm.loop.unroll.disable"}
54 // CHECK: ![[WIDTH_1]] = !{!"llvm.loop.vectorize.width", i32 1}
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_1.opt_test 5 # If a loop contains an unconditional break at the bottom of
11 ((loop () () () ()
remove_continue_at_end_of_loop.opt_test 6 # loop is removed.
11 ((loop () () () ()
lower_breaks_2.opt_test 5 # If a loop contains a conditional break at the bottom of it,
11 ((loop () () () ()
lower_breaks_4.opt_test 5 # If a loop contains a conditional break at the bottom of it,
11 ((loop () () () ()
return_non_void_at_end_of_loop_lower_nothing.opt_test 5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
return_non_void_at_end_of_loop_lower_return.opt_test 5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
return_non_void_at_end_of_loop_lower_return_and_break.opt_test 5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
return_void_at_end_of_loop_lower_nothing.opt_test 5 # Test that a return of void at the end of a loop is properly
11 ((loop () () () ()
  /external/v8/src/compiler/
loop-peeling.h 8 #include "src/compiler/loop-analysis.h"
14 // Represents the output of peeling a loop, which is basically the mapping
15 // from the body of the loop to the corresponding nodes in the peeled
20 // the node was part of the body of the loop. Returns {node} otherwise.
29 // Implements loop peeling.
32 static bool CanPeel(LoopTree* loop_tree, LoopTree::Loop* loop);
34 LoopTree* loop_tree, LoopTree::Loop* loop,
  /external/webrtc/webrtc/system_wrappers/include/
file_wrapper.h 38 bool loop = false,
47 bool loop = false) = 0;
71 // called with |loop| == true or |readOnly| == true.
  /external/elfutils/tests/
run-buildid.sh 25 test-offset-loop.alt testfile14 testfile42_noshdrs
29 test-offset-loop.alt testfile14 <<\EOF
34 test-offset-loop.alt: build ID: 066bbf1a7bc5676f5015ee1966a088f23bdb83ae
  /external/dbus/test/
test-shell-service.c 5 static DBusLoop *loop; variable
20 _dbus_loop_quit (loop);
143 loop = _dbus_loop_new ();
144 if (loop == NULL)
147 if (!test_connection_setup (loop, connection))
186 _dbus_verbose ("*** Test service entering main loop\n");
187 _dbus_loop_run (loop);
189 test_connection_shutdown (loop, connection);
195 _dbus_loop_unref (loop);
196 loop = NULL
    [all...]
  /external/avahi/avahi-glib/
glib-watch-test.c 37 static GMainLoop *loop = NULL; variable
62 g_main_loop_quit(loop);
82 loop = g_main_loop_new(NULL, FALSE);
83 g_main_loop_run(loop);
84 g_main_loop_unref(loop);
  /external/v8/test/cctest/compiler/
test-osr.cc 78 Node* NewOsrPhi(Node* loop, Node* incoming, int osr_value, Node* back1 = NULL,
84 CHECK_EQ(loop->InputCount(), count);
85 CHECK_EQ(osr_loop_entry, loop->InputAt(1));
93 inputs[count] = loop;
100 Node* loop = graph.NewNode(common.Loop(1), entry); local
102 loop->AppendInput(graph.zone(), osr_loop_entry);
105 loop->AppendInput(graph.zone(), loop);
107 NodeProperties::ChangeOp(loop, common.Loop(loop->InputCount()))
136 Node* loop = T.NewOsrLoop(1); local
149 Node* loop = T.NewOsrLoop(1); local
169 Node* loop = T.NewOsrLoop(1, d.merge); local
194 Node* loop = T.NewOsrLoop(1); local
221 Node* loop = T.NewOsrLoop(1); local
259 Node* loop = T.NewOsrLoop(2); local
300 Node* loop; member in struct:v8::internal::compiler::While
    [all...]
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/audio/
MockSound.java 41 public long loop() { method in class:MockSound
46 public long loop(float volume) { method in class:MockSound
51 public long loop(float volume, float pitch, float pan) { method in class:MockSound
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/mock/
MockSound.java 41 public long loop() { method in class:MockSound
46 public long loop(float volume) { method in class:MockSound
51 public long loop(float volume, float pitch, float pan) { method in class:MockSound
  /external/libgdx/gdx/src/com/badlogic/gdx/audio/
Sound.java 61 public long loop (); method in interface:Sound
67 public long loop (float volume); method in interface:Sound
75 public long loop (float volume, float pitch, float pan); method in interface:Sound
106 * @param looping whether to loop or not. */
  /external/vixl/examples/
factorial.cc 37 Label loop, end; local
44 __ Bind(&loop);
47 __ Cbnz(x1, &loop);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
loop.h 5 ** loop.h **
12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
47 * this structure contains all the informations of a loop generated or to be
49 * - if the loop has not been processed yet (it is not a result of a call to
53 * - if the loop comes as a result of a cloog_loop_generate call, the domain
54 * describes the constraints (guards and loop bounds) for only one dimension
58 * point to be considered being the lower bound of the loop), inner may differ
60 * the loop.
67 int otl; /**< Loop is executed at most once. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
loop.h 5 ** loop.h **
12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
47 * this structure contains all the informations of a loop generated or to be
49 * - if the loop has not been processed yet (it is not a result of a call to
53 * - if the loop comes as a result of a cloog_loop_generate call, the domain
54 * describes the constraints (guards and loop bounds) for only one dimension
58 * point to be considered being the lower bound of the loop), inner may differ
60 * the loop.
67 int otl; /**< Loop is executed at most once. *
    [all...]
  /external/autotest/client/tests/synctest/
synctest.py 19 def run_once(self, len, loop, testdir=None):
20 args = len + ' ' + loop
  /external/compiler-rt/test/tsan/
signal_errno.cc 25 static __attribute__((noinline)) void loop() { function
43 loop();

Completed in 542 milliseconds

1 23 4 5 6 7 8 91011>>