Home
last modified time | relevance | path

Searched defs:loop (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_high_subpixel_8t_sse2.asm242 .loop: label
310 .loop: label
369 .loop: label
425 .loop: label
483 .loop: label
532 .loop: label
595 .loop: label
668 .loop: label
734 .loop: label
804 .loop: label
[all …]
Dvpx_subpixel_8t_sse2.asm218 .loop: label
286 .loop: label
345 .loop: label
398 .loop: label
456 .loop: label
505 .loop: label
565 .loop: label
640 .loop: label
715 .loop: label
800 .loop: label
[all …]
Dvpx_subpixel_bilinear_sse2.asm144 .loop: label
169 .loop: label
195 .loop: label
222 .loop: label
247 .loop: label
273 .loop: label
300 .loop: label
326 .loop: label
353 .loop: label
380 .loop: label
[all …]
Dvpx_high_subpixel_bilinear_sse2.asm184 .loop: label
210 .loop: label
236 .loop: label
264 .loop: label
290 .loop: label
316 .loop: label
344 .loop: label
371 .loop: label
397 .loop: label
425 .loop: label
[all …]
Dvpx_subpixel_bilinear_ssse3.asm122 .loop: label
147 .loop: label
173 .loop: label
199 .loop: label
224 .loop: label
250 .loop: label
276 .loop: label
302 .loop: label
329 .loop: label
355 .loop: label
[all …]
Dintrapred_sse2.asm221 .loop: label
254 .loop: label
286 .loop: label
306 .loop: label
344 .loop: label
380 .loop: label
416 .loop: label
440 .loop: label
487 .loop: label
504 .loop: label
[all …]
Dhighbd_intrapred_sse2.asm109 .loop: label
161 .loop: label
219 .loop: label
242 .loop: label
282 .loop: label
324 .loop: label
371 .loop: label
429 .loop: label
Dintrapred_ssse3.asm42 .loop: label
60 .loop: label
78 .loop: label
96 .loop: label
195 .loop: label
255 .loop: label
395 .loop: label
431 .loop: label
880 .loop: label
Dvpx_subpixel_8t_ssse3.asm136 .loop: label
269 .loop: label
368 .loop: label
468 .loop: label
592 .loop: label
Dsad_sse2.asm53 .loop: label
96 .loop: label
142 .loop: label
188 .loop: label
232 .loop: label
Dhighbd_sad_sse2.asm61 .loop: label
168 .loop: label
236 .loop: label
305 .loop: label
/external/dbus/dbus/
Ddbus-mainloop.c130 DBusLoop *loop; in _dbus_loop_new() local
159 _dbus_loop_ref (DBusLoop *loop) in _dbus_loop_ref()
170 _dbus_loop_unref (DBusLoop *loop) in _dbus_loop_unref()
192 ensure_watch_table_entry (DBusLoop *loop, in ensure_watch_table_entry()
217 cull_watches_for_invalid_fd (DBusLoop *loop, in cull_watches_for_invalid_fd()
238 gc_watch_table_entry (DBusLoop *loop, in gc_watch_table_entry()
255 refresh_watches_for_fd (DBusLoop *loop, in refresh_watches_for_fd()
291 _dbus_loop_add_watch (DBusLoop *loop, in _dbus_loop_add_watch()
335 _dbus_loop_toggle_watch (DBusLoop *loop, in _dbus_loop_toggle_watch()
342 _dbus_loop_remove_watch (DBusLoop *loop, in _dbus_loop_remove_watch()
[all …]
/external/libchrome/base/message_loop/
Dmessage_loop_test.cc95 MessageLoop loop(std::move(pump)); in RunTest_PostTask() local
125 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_Basic() local
148 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InDelayOrder() local
173 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder() local
203 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder_2() local
230 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder_3() local
258 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_SharedTimer() local
325 MessageLoop loop(std::move(pump)); in RunTest_EnsureDeletion() local
345 MessageLoop loop(std::move(pump)); in RunTest_EnsureDeletion_Chain() local
372 MessageLoop loop(std::move(pump)); in RunTest_Nesting() local
[all …]
Dmessage_loop.h331 explicit ScopedNestableTaskAllower(MessageLoop* loop) in ScopedNestableTaskAllower()
568 MessageLoop* loop = MessageLoop::current(); in current() local
575 MessageLoop* loop = MessageLoop::current(); in IsCurrent() local
625 MessageLoop* loop = MessageLoop::current(); in current() local
631 MessageLoop* loop = MessageLoop::current(); in IsCurrent() local
/external/dbus/test/
Dtest-utils.c6 DBusLoop *loop; member
61 DBusLoop *loop = data; in dispatch_status_function() local
82 cdata_new (DBusLoop *loop, in cdata_new()
101 test_connection_setup (DBusLoop *loop, in test_connection_setup()
154 test_connection_shutdown (DBusLoop *loop, in test_connection_shutdown()
176 DBusLoop *loop; member
192 serverdata_new (DBusLoop *loop, in serverdata_new()
256 test_server_setup (DBusLoop *loop, in test_server_setup()
299 test_server_shutdown (DBusLoop *loop, in test_server_shutdown()
/external/proguard/src/proguard/classfile/util/
DDescriptorClassEnumeration.java136 continue loop; in nextFluff() local
140 continue loop; in nextFluff() local
147 break loop; in nextFluff() local
158 break loop; in nextFluff() local
197 break loop; in nextClassName() local
/external/libchrome/base/timer/
Dtimer_unittest.cc110 base::MessageLoop loop(message_loop_type); in RunTest_OneShotTimer() local
122 base::MessageLoop loop(message_loop_type); in RunTest_OneShotTimer_Cancel() local
145 base::MessageLoop loop(message_loop_type); in RunTest_OneShotSelfDeletingTimer() local
158 base::MessageLoop loop(message_loop_type); in RunTest_RepeatingTimer() local
171 base::MessageLoop loop(message_loop_type); in RunTest_RepeatingTimer_Cancel() local
206 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_NoCall() local
222 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_OneCall() local
252 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_Reset() local
285 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_Deleted() local
405 base::MessageLoop loop; in TEST() local
[all …]
/external/v8/src/compiler/
Dloop-analysis.h73 bool Contains(Loop* loop, Node* node) { in Contains()
84 int LoopNum(Loop* loop) const { in LoopNum()
89 NodeRange HeaderNodes(Loop* loop) { in HeaderNodes()
98 NodeRange BodyNodes(Loop* loop) { in BodyNodes()
104 NodeRange LoopNodes(Loop* loop) { in LoopNodes()
110 Node* GetLoopControl(Loop* loop) { in GetLoopControl()
Dast-loop-assignment-analyzer.cc30 void ALAA::Enter(IterationStatement* loop) { in Enter()
40 void ALAA::Exit(IterationStatement* loop) { in Exit()
230 void ALAA::VisitDoWhileStatement(DoWhileStatement* loop) { in VisitDoWhileStatement()
238 void ALAA::VisitWhileStatement(WhileStatement* loop) { in VisitWhileStatement()
246 void ALAA::VisitForStatement(ForStatement* loop) { in VisitForStatement()
256 void ALAA::VisitForInStatement(ForInStatement* loop) { in VisitForInStatement()
265 void ALAA::VisitForOfStatement(ForOfStatement* loop) { in VisitForOfStatement()
/external/v8/test/unittests/compiler/
Dloop-peeling-unittest.cc28 Node* loop; member
74 LoopTree::Loop* loop = loop_tree->outer_loops()[0]; in PeelOne() local
79 PeeledIteration* Peel(LoopTree* loop_tree, LoopTree::Loop* loop) { in Peel()
108 Node* loop = graph()->NewNode(common()->Loop(2), control, control); in NewWhile() local
242 LoopTree::Loop* loop = loop_tree->ContainingLoop(inner.loop); in TEST_F() local
279 LoopTree::Loop* loop = loop_tree->ContainingLoop(inner.loop); in TEST_F() local
314 Node* loop = graph()->NewNode(common()->Loop(3), start(), start(), start()); in TEST_F() local
348 Node* loop = graph()->NewNode(common()->Loop(3), start(), start(), start()); in TEST_F() local
396 Node* loop = graph()->NewNode(common()->Loop(3), start(), start(), start()); in TEST_F() local
456 Node* loop = graph()->NewNode(common()->Loop(2), start(), start()); in TEST_F() local
[all …]
/external/avahi/examples/
Dglib-integration.c43 GMainLoop *loop = userdata; in avahi_timeout_event_glib() local
57 GMainLoop *loop = userdata; in avahi_client_callback() local
74 GMainLoop *loop = NULL; in main() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c59 struct loop_info * loop) in loop_max_possible_iterations()
67 static void unroll_loop(struct radeon_compiler * c, struct loop_info * loop, in unroll_loop()
186 static int try_unroll_loop(struct radeon_compiler * c, struct loop_info * loop) in try_unroll_loop()
326 static int build_loop_info(struct radeon_compiler * c, struct loop_info * loop, in build_loop_info()
424 struct loop_info * loop; in transform_loop() local
492 struct loop_info loop; in rc_unroll_loops() local
/external/v8/test/cctest/compiler/
Dtest-osr.cc78 Node* NewOsrPhi(Node* loop, Node* incoming, int osr_value, Node* back1 = NULL, in NewOsrPhi()
100 Node* loop = graph.NewNode(common.Loop(1), entry); in NewLoop() local
136 Node* loop = T.NewOsrLoop(1); in TEST() local
149 Node* loop = T.NewOsrLoop(1); in TEST() local
169 Node* loop = T.NewOsrLoop(1, d.merge); in TEST() local
194 Node* loop = T.NewOsrLoop(1); in TEST() local
221 Node* loop = T.NewOsrLoop(1); in TEST() local
259 Node* loop = T.NewOsrLoop(2); in TEST() local
300 Node* loop; member
470 Node* MakeCounter(JSGraph* jsgraph, Node* start, Node* loop) { in MakeCounter()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java661 break loop; in patMatch() local
734 break loop; in pat2Match() local
741 break loop; in pat2Match() local
780 break loop; in pat3Match() local
783 break loop; in pat3Match() local
786 break loop; in pat3Match() local
791 break loop; in pat3Match() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_sse2.asm28 .loop: label
89 .loop: label

12345678910>>...13