/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_high_subpixel_8t_sse2.asm | 242 .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 …]
|
D | vpx_subpixel_bilinear_ssse3.asm | 118 .loop: label 143 .loop: label 169 .loop: label 195 .loop: label 220 .loop: label 246 .loop: label 272 .loop: label 298 .loop: label 325 .loop: label 351 .loop: label [all …]
|
D | vpx_high_subpixel_bilinear_sse2.asm | 184 .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 …]
|
D | vpx_subpixel_bilinear_sse2.asm | 144 .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 …]
|
D | vpx_subpixel_8t_sse2.asm | 218 .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 …]
|
D | intrapred_sse2.asm | 334 .loop: label 364 .loop: label 393 .loop: label 413 .loop: label 451 .loop: label 487 .loop: label 523 .loop: label 547 .loop: label 594 .loop: label 611 .loop: label [all …]
|
D | vpx_subpixel_8t_ssse3.asm | 113 .loop: label 196 .loop: label 286 .loop: label 378 .loop: label 489 .loop: label 599 .loop: label 685 .loop: label
|
D | highbd_intrapred_sse2.asm | 105 .loop: label 156 .loop: label 213 .loop: label 236 .loop: label 319 .loop: label 359 .loop: label 410 .loop: label
|
D | sad_sse2.asm | 53 .loop: label 96 .loop: label 142 .loop: label 188 .loop: label 232 .loop: label
|
D | intrapred_ssse3.asm | 52 .loop: label 112 .loop: label 252 .loop: label 288 .loop: label 715 .loop: label
|
D | highbd_sad_sse2.asm | 61 .loop: label 168 .loop: label 236 .loop: label 305 .loop: label
|
/external/proguard/src/proguard/classfile/util/ |
D | DescriptorClassEnumeration.java | 136 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/lisa/results/LisaInANutshell_Backup/ |
D | test_00.json | 10 "loop": 1, number 13 "loop": 93, number 21 "loop": 31, number 29 "loop": 31, number 37 "loop": 31, number 45 "loop": 187, number
|
/external/v8/src/compiler/ |
D | loop-analysis.h | 77 bool Contains(Loop* loop, Node* node) { in Contains() 88 int LoopNum(Loop* loop) const { in LoopNum() 93 NodeRange HeaderNodes(Loop* loop) { in HeaderNodes() 102 NodeRange BodyNodes(Loop* loop) { in BodyNodes() 108 NodeRange ExitNodes(Loop* loop) { in ExitNodes() 114 NodeRange LoopNodes(Loop* loop) { in LoopNodes() 120 Node* GetLoopControl(Loop* loop) { in GetLoopControl()
|
/external/lisa/assets/ |
D | mp3-short.json | 5 "loop" : -1, number 9 "loop" : 1, number 14 "loop" : 4, number 21 "loop" : -1, number 29 "loop" : -1, number 36 "loop" : -1, number 47 "loop" : -1, number
|
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 96 MessageLoop loop(std::move(pump)); in RunTest_PostTask() local 126 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_Basic() local 148 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InDelayOrder() local 171 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder() local 199 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder_2() local 225 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder_3() local 253 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_SharedTimer() local 318 MessageLoop loop(std::move(pump)); in RunTest_EnsureDeletion() local 338 MessageLoop loop(std::move(pump)); in RunTest_EnsureDeletion_Chain() local 365 MessageLoop loop(std::move(pump)); in RunTest_Nesting() local [all …]
|
D | message_loop.h | 336 explicit ScopedNestableTaskAllower(MessageLoop* loop) in ScopedNestableTaskAllower() 579 MessageLoop* loop = MessageLoop::current(); in current() local 586 MessageLoop* loop = MessageLoop::current(); in IsCurrent() local 636 MessageLoop* loop = MessageLoop::current(); in current() local 645 MessageLoop* loop = MessageLoop::current(); in IsCurrent() local
|
/external/libchrome/base/timer/ |
D | timer_unittest.cc | 114 base::MessageLoop loop(message_loop_type); in RunTest_OneShotTimer() local 126 base::MessageLoop loop(message_loop_type); in RunTest_OneShotTimer_Cancel() local 149 base::MessageLoop loop(message_loop_type); in RunTest_OneShotSelfDeletingTimer() local 162 base::MessageLoop loop(message_loop_type); in RunTest_RepeatingTimer() local 175 base::MessageLoop loop(message_loop_type); in RunTest_RepeatingTimer_Cancel() local 210 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_NoCall() local 226 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_OneCall() local 256 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_Reset() local 289 base::MessageLoop loop(message_loop_type); in RunTest_DelayTimer_Deleted() local 409 base::MessageLoop loop; in TEST() local [all …]
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | pickle_unittest.cc | 193 base::RunLoop loop; in TEST_F() local 200 base::RunLoop loop; in TEST_F() local 208 base::RunLoop loop; in TEST_F() local 219 base::RunLoop loop; in TEST_F() local 226 base::RunLoop loop; in TEST_F() local 235 base::RunLoop loop; in TEST_F() local 245 base::RunLoop loop; in TEST_F() local 255 base::RunLoop loop; in TEST_F() local 267 base::RunLoop loop; in TEST_F() local 275 base::RunLoop loop; in TEST_F() local [all …]
|
D | struct_traits_unittest.cc | 171 base::RunLoop loop; in TEST_F() local 184 base::RunLoop loop; in TEST_F() local 194 base::RunLoop loop; in TEST_F() local 207 base::RunLoop loop; in TEST_F() local 220 base::RunLoop loop; in TEST_F() local 259 base::RunLoop loop; in TEST_F() local 290 base::RunLoop loop; in TEST_F() local 328 base::RunLoop loop; in TEST_F() local 376 base::RunLoop loop; in TEST_F() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_error_sse2.asm | 26 .loop: label 82 .loop: label
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_trivial_continues.c | 36 lower_trivial_continues_block(nir_block *block, nir_loop *loop) in lower_trivial_continues_block() 75 nir_loop *loop) in lower_trivial_continues_list() 95 nir_loop *loop = nir_cf_node_as_loop(cf_node); in lower_trivial_continues_list() local
|
D | nir_to_lcssa.c | 46 nir_loop *loop; member 51 is_if_use_inside_loop(nir_src *use, nir_loop* loop) in is_if_use_inside_loop() 69 is_use_inside_loop(nir_src *use, nir_loop* loop) in is_use_inside_loop() 190 nir_convert_loop_to_lcssa(nir_loop *loop) { in nir_convert_loop_to_lcssa()
|
/external/libbrillo/brillo/message_loops/ |
D | message_loop_utils.cc | 13 MessageLoop* loop, in MessageLoopRunUntil() 29 int MessageLoopRunMaxIterations(MessageLoop* loop, int iterations) { in MessageLoopRunMaxIterations()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.c | 60 struct loop_info * loop) in loop_max_possible_iterations() 68 static void unroll_loop(struct radeon_compiler * c, struct loop_info * loop, in unroll_loop() 187 static int try_unroll_loop(struct radeon_compiler * c, struct loop_info * loop) in try_unroll_loop() 327 static int build_loop_info(struct radeon_compiler * c, struct loop_info * loop, in build_loop_info() 437 struct loop_info * loop; in transform_loop() local 505 struct loop_info loop; in rc_unroll_loops() local
|