HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 1 - 25 of 617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/s390x/
op_exception.stdout.exp 1 0x00000000 does not loop
2 0xffffffff does not loop
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop header. *
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
main.cpp 10 loop();
  /external/clang/test/CodeGen/
2002-04-09-StructRetVal.c 10 void loop(void) { function
  /external/tcpdump/tests/
isakmp2.sh 3 uudecode isakmp-pointer-loop.puu
6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
  /ndk/tests/build/graphite-loop/jni/
Android.mk 4 LOCAL_MODULE := graphite-loop-transformation
5 LOCAL_SRC_FILES := graphite-loop-transformation.c
  /external/openssl/crypto/engine/
enginetest.c 78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop] = ENGINE_new()) == NULL) |
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testwebdatasource.c 58 static void notify_load_status_unreachable_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
73 g_main_loop_quit(loop);
76 static void notify_load_status_cb(WebKitWebView* view, GParamSpec* pspec, GMainLoop* loop)
107 g_main_loop_quit(loop);
110 static gboolean wait_timer_fired(GMainLoop* loop)
113 g_main_loop_quit(loop);
121 GMainLoop* loop; local
125 loop = g_main_loop_new(NULL, TRUE);
126 g_signal_connect(view, "notify::load-status", G_CALLBACK(notify_load_status_cb), loop);
129 waitTimer = g_timeout_add_seconds(defaultTimeout, (GSourceFunc)wait_timer_fired, loop);
160 GMainLoop* loop; local
206 GMainLoop* loop; local
    [all...]
testwindow.c 28 GMainLoop* loop = (GMainLoop*)data; local
30 g_main_loop_quit(loop);
36 GMainLoop* loop; local
43 loop = g_main_loop_new(NULL, TRUE);
53 G_CALLBACK(notify_load_status_cb), loop);
67 g_main_loop_run(loop);
83 g_main_loop_run(loop);
99 g_main_loop_run(loop);
testwebframe.c 48 GMainLoop* loop = g_main_loop_new(NULL, TRUE); local
53 g_signal_connect(webView, "frame-created", G_CALLBACK(createFrameSignalTestFrameCreatedCallback), loop);
59 g_timeout_add(500, createFrameSignalTestTimeout, loop);
71 g_main_loop_run(loop);
121 static gboolean print_requested_cb(WebKitWebView* webView, WebKitWebFrame* webFrame, GMainLoop* loop)
124 g_main_loop_quit(loop);
128 static void print_timeout(GMainLoop* loop)
130 if (g_main_loop_is_running(loop))
131 g_main_loop_quit(loop);
148 GMainLoop* loop = g_main_loop_new(NULL, TRUE) local
    [all...]
testwebview.c 34 GMainLoop* loop; variable
78 g_main_loop_quit(loop);
114 loop = g_main_loop_new(NULL, TRUE);
124 g_main_loop_run(loop);
134 GMainLoop* loop = (GMainLoop*)data; local
135 g_main_loop_quit(loop);
156 loop = g_main_loop_new(NULL, TRUE);
163 G_CALLBACK(map_event_cb), loop);
164 g_main_loop_run(loop);
168 g_main_loop_run(loop);
    [all...]
  /external/openssl/crypto/
mem_clr.c 67 size_t loop = len, ctr = cleanse_ctr; local
68 while(loop--)
  /external/grub/docs/
boot.S 72 loop: hlt label
73 jmp loop
boot.S.texi 72 loop: hlt
73 jmp loop
  /external/chromium/base/
observer_list_threadsafe.h 89 MessageLoop* loop = MessageLoop::current(); local
93 if (!loop)
94 return; // Some unittests may access this without a message loop.
97 if (observer_lists_.find(loop) == observer_lists_.end())
98 observer_lists_[loop] = new ObserverList<ObserverType>(type_);
99 list = observer_lists_[loop];
111 MessageLoop* loop = MessageLoop::current(); local
112 if (!loop)
116 list = observer_lists_[loop];
125 observer_lists_.erase(loop);
171 MessageLoop* loop = (*it).first; local
    [all...]
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache_unittest.cc 20 MessageLoop loop; local
21 BrowserThread ui_thread(BrowserThread::UI, &loop);
31 MessageLoop loop; local
32 BrowserThread io_thread(BrowserThread::IO, &loop);
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 34 // Lower MemTransferInst or load-store pair to loop
60 IRBuilder<> loop(loopBB);
61 // The loop index (ind) is a phi node.
62 PHINode *ind = loop.CreatePHI(indType, 0);
67 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
69 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
72 Value *newind = loop.CreateAdd(ind, ConstantInt::get(indType, 1));
75 loop.CreateCondBr(loop.CreateICmpULT(newind, len), loopBB, newBB)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 27 * Starts an event loop that runs until the given signal is received.
28 Optionally the event loop
36 QEventLoop loop; local
37 QObject::connect(obj, signal, &loop, SLOT(quit()));
41 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
45 loop.exec();
  /external/webkit/Source/WebKit/qt/tests/
util.h 30 * Starts an event loop that runs until the given signal is received.
31 * Optionally the event loop
39 QEventLoop loop; local
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
48 loop.exec();
  /external/webkit/Source/WebKit2/UIProcess/API/qt/tests/
util.h 30 * Starts an event loop that runs until the given signal is received.
31 * Optionally the event loop
39 QEventLoop loop; local
40 QObject::connect(obj, signal, &loop, SLOT(quit()));
44 QObject::connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit()));
48 loop.exec();
  /frameworks/av/include/media/nbaio/
LibsndfileSource.h 30 // If 'loop' is true and it permits seeking, then we'll act as an infinite source
31 LibsndfileSource(SNDFILE *sndfile, const SF_INFO &sfinfo, bool loop = false);
  /libcore/luni/src/main/java/java/util/
Random.java 105 int rand = 0, count = 0, loop = 0; local
107 if (loop == 0) {
109 loop = 3;
111 loop--;

Completed in 1343 milliseconds

1 2 3 4 5 6 7 8 91011>>