Home
last modified time | relevance | path

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

1234567

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dlikelyadjust.go11 type loop struct { struct
12 header *Block // The header node of this (reducible) loop
13 outer *loop // loop containing this loop
16 children []*loop // loops nested directly within this loop. Initialized by assembleChildren().
17 …ts []*Block // exits records blocks reached by exits from this loop. Initialized by findExits().
21 nBlocks int32 // Number of blocks in this loop but not within inner loops
22 depth int16 // Nesting depth of the loop; 1 is outermost. Initialized by calculateDepths().
23 isInner bool // True if never discovered to contain a loop
26 containsUnavoidableCall bool // True if all paths through the loop have a call
30 func (sdom SparseTree) outerinner(outer, inner *loop) {
[all …]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcfgloop.h104 struct GTY ((chain_next ("%h.next"))) loop { struct
108 /* Number of loop insns. */ argument
111 /* Basic block of loop header. */ argument
114 /* Basic block of loop latch. */ argument
117 /* For loop unrolling/peeling decision. */ argument
123 /* Number of blocks contained within the loop. */ argument
126 /* Superloops of the loop, starting with the outermost loop. */ argument
127 vec<loop_p, va_gc> *superloops; argument
130 struct loop *inner; argument
133 struct loop *next; argument
[all …]
/prebuilts/go/linux-x86/src/crypto/aes/
Dasm_s390x.s16 loop: label
33 loop: label
53 loop: label
131 loop: label
149 loop: label
/prebuilts/go/linux-x86/src/math/big/
Darith_arm64.s36 loop: label
77 loop: label
167 loop: // do four times per round label
226 loop: // do four times per round label
292 loop: label
380 loop: label
457 loop: label
535 loop: label
Darith_ppc64x.s47 loop: label
136 loop: label
218 loop: label
294 loop: label
527 loop: label
604 loop: label
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/
Dtasks.py35 def current_task(loop=None): argument
42 def all_tasks(loop=None): argument
96 def __init__(self, coro, *, loop=None, name=None, context=None): argument
497 async def _wait(fs, timeout, return_when, loop): argument
541 async def _cancel_and_wait(fut, loop): argument
644 def ensure_future(coro_or_future, *, loop=None): argument
652 def _ensure_future(coro_or_future, *, loop=None): argument
697 def __init__(self, children, *, loop): argument
907 def run_coroutine_threadsafe(coro, loop): argument
943 def _enter_task(loop, task): argument
[all …]
D__main__.py16 def __init__(self, locals, loop): argument
93 loop = asyncio.new_event_loop() variable
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/
Dtasks.py35 def current_task(loop=None): argument
42 def all_tasks(loop=None): argument
96 def __init__(self, coro, *, loop=None, name=None, context=None): argument
497 async def _wait(fs, timeout, return_when, loop): argument
541 async def _cancel_and_wait(fut, loop): argument
644 def ensure_future(coro_or_future, *, loop=None): argument
652 def _ensure_future(coro_or_future, *, loop=None): argument
697 def __init__(self, children, *, loop): argument
907 def run_coroutine_threadsafe(coro, loop): argument
943 def _enter_task(loop, task): argument
[all …]
D__main__.py16 def __init__(self, locals, loop): argument
93 loop = asyncio.new_event_loop() variable
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/asyncio/
Dtasks.py35 def current_task(loop=None): argument
42 def all_tasks(loop=None): argument
96 def __init__(self, coro, *, loop=None, name=None, context=None): argument
497 async def _wait(fs, timeout, return_when, loop): argument
541 async def _cancel_and_wait(fut, loop): argument
644 def ensure_future(coro_or_future, *, loop=None): argument
652 def _ensure_future(coro_or_future, *, loop=None): argument
697 def __init__(self, children, *, loop): argument
907 def run_coroutine_threadsafe(coro, loop): argument
943 def _enter_task(loop, task): argument
[all …]
D__main__.py16 def __init__(self, locals, loop): argument
93 loop = asyncio.new_event_loop() variable
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/
Dtasks.py35 def current_task(loop=None): argument
42 def all_tasks(loop=None): argument
96 def __init__(self, coro, *, loop=None, name=None, context=None): argument
497 async def _wait(fs, timeout, return_when, loop): argument
541 async def _cancel_and_wait(fut, loop): argument
644 def ensure_future(coro_or_future, *, loop=None): argument
652 def _ensure_future(coro_or_future, *, loop=None): argument
697 def __init__(self, children, *, loop): argument
907 def run_coroutine_threadsafe(coro, loop): argument
943 def _enter_task(loop, task): argument
[all …]
D__main__.py16 def __init__(self, locals, loop): argument
93 loop = asyncio.new_event_loop() variable
/prebuilts/go/linux-x86/src/internal/bytealg/
Dindexbyte_mips64x.s18 loop: label
41 loop: label
Dindexbyte_loong64.s19 loop: label
41 loop: label
Dindexbyte_riscv64.s18 loop: label
40 loop: label
Dcount_riscv64.s18 loop: label
39 loop: label
Dindexbyte_mipsx.s17 loop: label
39 loop: label
Dcompare_mipsx.s21 loop: label
53 loop: label
Dequal_mipsx.s19 loop: label
45 loop: label
/prebuilts/build-tools/common/py3-stdlib/asyncio/
Dtasks.py37 def current_task(loop=None): argument
44 def all_tasks(loop=None): argument
99 def __init__(self, coro, *, loop=None, name=None, context=None, argument
509 async def _wait(fs, timeout, return_when, loop): argument
723 def ensure_future(coro_or_future, *, loop=None): argument
763 def __init__(self, children, *, loop): argument
984 def run_coroutine_threadsafe(coro, loop): argument
1026 def factory(loop, coro, *, name=None, context=None): argument
1057 def _enter_task(loop, task): argument
1065 def _leave_task(loop, task): argument
[all …]
D__main__.py21 def __init__(self, locals, loop): argument
151 loop = asyncio.new_event_loop() variable
/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/issue9400/
Dasm_loong64.s19 loop: label
Dasm_ppc64x.s20 loop: label
Dasm_amd64x.s18 loop: label

1234567