/external/webp/src/dsp/ |
D | argb_mips_dsp_r2.c | 22 const uint32_t* const loop_end = out + len - rest; in PackARGB() local 53 [loop_end]"r"(loop_end), [rest]"r"(rest) in PackARGB() 63 const uint32_t* const loop_end = out + len - rest; in PackRGB() local 91 [loop_end]"r"(loop_end), [rest]"r"(rest) in PackRGB()
|
D | rescaler_mips_dsp_r2.c | 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowShrink() local 99 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end), in ExportRowShrink() 150 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2) in ExportRowShrink() 171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowExpand() local 210 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2) in ExportRowExpand() 278 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end), in ExportRowExpand()
|
D | rescaler_mips32.c | 152 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowExpand() local 175 [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowExpand() 203 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowExpand() 216 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowShrink() local 247 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowShrink() 268 [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowShrink()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | dboolhuff.c | 48 int loop_end = 0; in vp8dx_bool_decoder_fill() local 60 loop_end = x; in vp8dx_bool_decoder_fill() 65 while(shift >= loop_end) in vp8dx_bool_decoder_fill()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | bitreader.c | 73 int loop_end = 0; in vpx_reader_fill() local 76 loop_end = bits_over; in vpx_reader_fill() 80 while (shift >= loop_end) { in vpx_reader_fill()
|
/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/ |
D | find_loop_instructions.py | 135 loop_end = addr 136 disassembly = Disassemble(object_filename, loop_start, loop_end)
|
/external/libdrm/tests/ |
D | drmstat.c | 357 struct timeval loop_start, loop_end; in main() local 391 gettimeofday(&loop_end, NULL); in main() 393 usec(&loop_end, &loop_start) / counter, fast); in main()
|
/external/icu/icu4c/source/common/ |
D | uniset.cpp | 1802 if (a == UNICODESET_HIGH) goto loop_end; in add() 1820 if (a == UNICODESET_HIGH) goto loop_end; in add() 1823 if (b == UNICODESET_HIGH) goto loop_end; in add() 1838 if (a == UNICODESET_HIGH) goto loop_end; in add() 1854 if (a == UNICODESET_HIGH) goto loop_end; in add() 1863 loop_end: in add() 1900 if (a == UNICODESET_HIGH) goto loop_end; in retain() 1918 if (a == UNICODESET_HIGH) goto loop_end; in retain() 1935 if (a == UNICODESET_HIGH) goto loop_end; in retain() 1951 if (a == UNICODESET_HIGH) goto loop_end; in retain() [all …]
|
/external/v8/src/compiler/ |
D | schedule.h | 128 BasicBlock* loop_end() const { return loop_end_; } in loop_end() function 129 void set_loop_end(BasicBlock* loop_end);
|
D | instruction.cc | 541 RpoNumber loop_header, RpoNumber loop_end, in InstructionBlock() argument 549 loop_end_(loop_end), in InstructionBlock() 578 return RpoNumber::FromInt(block->loop_end()->rpo_number()); in GetLoopEndRpo() 916 << block->loop_end() << ")"; in operator <<()
|
D | schedule.cc | 76 void BasicBlock::set_loop_end(BasicBlock* loop_end) { loop_end_ = loop_end; } in set_loop_end() argument
|
D | instruction.h | 1081 RpoNumber loop_end, bool deferred, bool handler); 1109 RpoNumber loop_end() const { in loop_end() function 1203 return instruction_blocks_->at(block->loop_end().ToSize() - 1) in LastLoopInstructionIndex()
|
D | scheduler.cc | 883 current == current_header->loop_end()) { in ComputeAndInsertSpecialRPO() 994 if (block->loop_end() != nullptr) { in PrintRPO() 996 << block->loop_end()->rpo_number() << ")"; in PrintRPO() 1016 BasicBlock* end = header->loop_end(); in VerifySpecialRPO()
|
D | code-generator.cc | 131 SNPrintF(buffer, " (loop up to %d)", block->loop_end().ToInt()); in GenerateCode()
|
D | register-allocator.cc | 2115 for (int i = block->rpo_number().ToInt() + 1; i < block->loop_end().ToInt(); in ProcessLoopHeader()
|
/external/v8/test/unittests/compiler/ |
D | instruction-sequence-unittest.cc | 425 Rpo loop_end = Rpo::Invalid(); in NewBlock() local 430 loop_end = Rpo::FromInt(rpo.ToInt() + loop_data.expected_blocks_); in NewBlock() 443 InstructionBlock(zone(), rpo, loop_header, loop_end, deferred, false); in NewBlock()
|
D | scheduler-unittest.cc | 85 CHECK(!order->at(i)->loop_end()); in CheckRPONumbers() 93 BasicBlock* end = header->loop_end(); in CheckLoop()
|
/external/curl/packages/vms/ |
D | compare_curl_source.com | 189 $ if ref_spec .eqs. "" then goto loop_end 308 $loop_end:
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 130 CHECK(!block->loop_end()); in TEST()
|
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 247 int loop_start, loop_end; /* Byte offsets from the beginning */ member
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 945 Label while_true, no_carry, loop_end; in Generate() local 956 __ Branch(&loop_end, eq, scratch, Operand(zero_reg)); in Generate() 961 __ bind(&loop_end); in Generate()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 918 Label while_true, no_carry, loop_end; in Generate() local 925 __ beq(&loop_end, cr0); in Generate() 928 __ bind(&loop_end); in Generate()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 943 Label while_true, no_carry, loop_end; in Generate() local 954 __ Branch(&loop_end, eq, scratch, Operand(zero_reg)); in Generate() 959 __ bind(&loop_end); in Generate()
|