/external/webp/src/dsp/ |
D | rescaler_mips_dsp_r2.c | 36 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; 101 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end), 151 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2) 172 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowExpand_MIPSdspR2() local 211 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2) in ExportRowExpand_MIPSdspR2() 278 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end), in ExportRowExpand_MIPSdspR2()
|
D | rescaler_mips32.c | 154 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowExpand_MIPS32() local 177 [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowExpand_MIPS32() 205 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowExpand_MIPS32() 219 int temp0, temp1, temp3, temp4, temp5, loop_end; 250 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end) 271 [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
|
D | alpha_processing_mips_dsp_r2.c | 134 const uint32_t* const loop_end = out + len - rest; in PackARGB_MIPSdspR2() local 165 [loop_end]"r"(loop_end), [rest]"r"(rest) in PackARGB_MIPSdspR2() 177 const uint32_t* const loop_end = out + len - rest; in PackRGB_MIPSdspR2() local 205 [loop_end]"r"(loop_end), [rest]"r"(rest) in PackRGB_MIPSdspR2()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | dboolhuff.c | 42 int loop_end = 0; in vp8dx_bool_decoder_fill() local 53 loop_end = x; in vp8dx_bool_decoder_fill() 57 while (shift >= loop_end) { in vp8dx_bool_decoder_fill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | labels-branch.s | 11 s_branch loop_end 16 loop_end: label
|
/external/llvm/test/MC/AMDGPU/ |
D | labels-branch.s | 8 s_branch loop_end 11 loop_end: label
|
/external/libvpx/libvpx/vpx_dsp/ |
D | bitreader.c | 70 int loop_end = 0; in vpx_reader_fill() local 73 loop_end = bits_over; in vpx_reader_fill() 77 while (shift >= loop_end) { in vpx_reader_fill()
|
/external/v4l2_codec2/vda/ |
D | vp8_bool_decoder.cc | 109 int loop_end = 0; in FillDecoder() local 113 loop_end = x; in FillDecoder() 117 while (shift >= loop_end) { in FillDecoder()
|
/external/v8/src/builtins/ |
D | builtins-iterator-gen.cc | 226 Label loop_start(this, 3, vars), loop_end(this); in IterableToList() local 234 CAST(IteratorStep(context, iterator_record, &loop_end)); in IterableToList() 242 BIND(&loop_end); in IterableToList()
|
D | builtins-regexp-gen.cc | 2874 Label out(this), loop(this, 2, vars), loop_end(this), in ReplaceSimpleStringFastPath() local 2909 GotoIf(SmiEqual(replace_length, SmiZero()), &loop_end); in ReplaceSimpleStringFastPath() 2914 Goto(&loop_end); in ReplaceSimpleStringFastPath() 2916 BIND(&loop_end); in ReplaceSimpleStringFastPath()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_finalize.cpp | 128 cf_node *loop_end = sh.create_cf(CF_OP_LOOP_END); in finalize_loop() local 135 last_cf = loop_end; in finalize_loop() 138 loop_start->jump_after(loop_end); in finalize_loop() 139 loop_end->jump_after(loop_start); in finalize_loop() 145 loop_break->jump(loop_end); in finalize_loop() 156 loop_cont->jump(loop_end); in finalize_loop() 163 r->push_back(loop_end); in finalize_loop()
|
/external/icu/icu4c/source/common/ |
D | uniset.cpp | 1814 if (a == UNICODESET_HIGH) goto loop_end; in add() 1832 if (a == UNICODESET_HIGH) goto loop_end; in add() 1835 if (b == UNICODESET_HIGH) goto loop_end; in add() 1850 if (a == UNICODESET_HIGH) goto loop_end; in add() 1866 if (a == UNICODESET_HIGH) goto loop_end; in add() 1875 loop_end: in add() 1910 if (a == UNICODESET_HIGH) goto loop_end; in retain() 1928 if (a == UNICODESET_HIGH) goto loop_end; in retain() 1945 if (a == UNICODESET_HIGH) goto loop_end; in retain() 1961 if (a == UNICODESET_HIGH) goto loop_end; in retain() [all …]
|
/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 332 int loop_end = current_offset + iterator.current_bytecode_size(); in Analyze() local 334 PushLoop(loop_header, loop_end); in Analyze() 543 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop() argument 544 DCHECK(loop_header < loop_end); in PushLoop() 546 DCHECK(end_to_header_.find(loop_end) == end_to_header_.end()); in PushLoop() 551 end_to_header_.insert({loop_end, loop_header}); in PushLoop()
|
D | schedule.h | 139 BasicBlock* loop_end() const { return loop_end_; } in NON_EXPORTED_BASE() 140 void set_loop_end(BasicBlock* loop_end); in NON_EXPORTED_BASE()
|
D | bytecode-analysis.h | 140 void PushLoop(int loop_header, int loop_end);
|
D | instruction.cc | 636 RpoNumber loop_header, RpoNumber loop_end, in InstructionBlock() argument 644 loop_end_(loop_end), in InstructionBlock() 671 return RpoNumber::FromInt(block->loop_end()->rpo_number()); in GetLoopEndRpo() 707 os << " loop blocks: [" << block->rpo_number() << ", " << block->loop_end() in operator <<()
|
D | schedule.cc | 79 void BasicBlock::set_loop_end(BasicBlock* loop_end) { loop_end_ = loop_end; } in set_loop_end() argument
|
D | scheduler.cc | 921 current == current_header->loop_end()) { in ComputeAndInsertSpecialRPO() 1030 if (block->loop_end() != nullptr) { in PrintRPO() 1032 << block->loop_end()->rpo_number() << ")"; in PrintRPO() 1052 BasicBlock* end = header->loop_end(); in VerifySpecialRPO()
|
D | instruction.h | 1376 RpoNumber loop_end, bool deferred, bool handler); in NON_EXPORTED_BASE() 1404 RpoNumber loop_end() const { in NON_EXPORTED_BASE() 1508 return instruction_blocks_->at(block->loop_end().ToSize() - 1) in NON_EXPORTED_BASE()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_loop_unroll.c | 377 nir_cf_list loop_end; in complex_unroll() local 378 nir_cf_extract(&loop_end, nir_after_cf_node(&unlimit_term->nif->cf_node), in complex_unroll() 380 move_cf_list_into_loop_term(&loop_end, unlimit_term); in complex_unroll()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | break-false-dep.ll | 314 %phi_i = phi i64 [ 1, %entry ], [ %nexti, %loop_end ] 315 %phi_j = phi i64 [ 1, %entry ], [ %nextj, %loop_end ] 316 %phi_k = phi i64 [ 0, %entry ], [ %nextk, %loop_end ] 329 br i1 %cmp, label %inner_loop, label %loop_end 331 loop_end:
|
/external/curl/packages/vms/ |
D | compare_curl_source.com | 189 $ if ref_spec .eqs. "" then goto loop_end 308 $loop_end:
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 8300 std::string loop_end; in test_shader_compilation() local 8356 loop_end.insert(0, "}\n"); in test_shader_compilation() 8357 loop_end.insert(0, indent); in test_shader_compilation() 8425 invalid_shader_source += loop_end; in test_shader_compilation() 8437 valid_shader_source += loop_end; in test_shader_compilation() 8570 std::string loop_end; in execute() local 8600 loop_end.insert(0, "}\n"); in execute() 8601 loop_end.insert(0, indent); in execute() 8710 valid_shader_source += loop_end; in execute()
|
/external/iperf3/src/ |
D | cjson.c | 272 goto loop_end; in parse_number() 275 loop_end: in parse_number()
|
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 247 int loop_start, loop_end; /* Byte offsets from the beginning */ member
|