Home
last modified time | relevance | path

Searched refs:loop_end (Results 1 – 23 of 23) sorted by relevance

/external/webp/src/dsp/
Dargb_mips_dsp_r2.c22 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()
Drescaler_mips_dsp_r2.c34 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()
Drescaler_mips32.c152 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/
Ddboolhuff.c48 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/
Dbitreader.c73 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/
Dfind_loop_instructions.py135 loop_end = addr
136 disassembly = Disassemble(object_filename, loop_start, loop_end)
/external/libdrm/tests/
Ddrmstat.c357 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/
Duniset.cpp1802 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/
Dschedule.h128 BasicBlock* loop_end() const { return loop_end_; } in loop_end() function
129 void set_loop_end(BasicBlock* loop_end);
Dinstruction.cc541 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 <<()
Dschedule.cc76 void BasicBlock::set_loop_end(BasicBlock* loop_end) { loop_end_ = loop_end; } in set_loop_end() argument
Dinstruction.h1081 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()
Dscheduler.cc883 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()
Dcode-generator.cc131 SNPrintF(buffer, " (loop up to %d)", block->loop_end().ToInt()); in GenerateCode()
Dregister-allocator.cc2115 for (int i = block->rpo_number().ToInt() + 1; i < block->loop_end().ToInt(); in ProcessLoopHeader()
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc425 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()
Dscheduler-unittest.cc85 CHECK(!order->at(i)->loop_end()); in CheckRPONumbers()
93 BasicBlock* end = header->loop_end(); in CheckLoop()
/external/curl/packages/vms/
Dcompare_curl_source.com189 $ if ref_spec .eqs. "" then goto loop_end
308 $loop_end:
/external/v8/test/cctest/compiler/
Dtest-instruction.cc130 CHECK(!block->loop_end()); in TEST()
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h247 int loop_start, loop_end; /* Byte offsets from the beginning */ member
/external/v8/src/mips/
Dcode-stubs-mips.cc945 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/
Dcode-stubs-ppc.cc918 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/
Dcode-stubs-mips64.cc943 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()