/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | likelyadjust.go | 11 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/ |
D | cfgloop.h | 104 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/ |
D | asm_s390x.s | 16 loop: label 33 loop: label 53 loop: label 131 loop: label 149 loop: label
|
/prebuilts/go/linux-x86/src/math/big/ |
D | arith_arm64.s | 36 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
|
D | arith_ppc64x.s | 47 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/ |
D | tasks.py | 35 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__.py | 16 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/ |
D | tasks.py | 35 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__.py | 16 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/ |
D | tasks.py | 35 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__.py | 16 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/ |
D | tasks.py | 35 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__.py | 16 def __init__(self, locals, loop): argument 93 loop = asyncio.new_event_loop() variable
|
/prebuilts/go/linux-x86/src/internal/bytealg/ |
D | indexbyte_mips64x.s | 18 loop: label 41 loop: label
|
D | indexbyte_loong64.s | 19 loop: label 41 loop: label
|
D | indexbyte_riscv64.s | 18 loop: label 40 loop: label
|
D | count_riscv64.s | 18 loop: label 39 loop: label
|
D | indexbyte_mipsx.s | 17 loop: label 39 loop: label
|
D | compare_mipsx.s | 21 loop: label 53 loop: label
|
D | equal_mipsx.s | 19 loop: label 45 loop: label
|
/prebuilts/build-tools/common/py3-stdlib/asyncio/ |
D | tasks.py | 37 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__.py | 21 def __init__(self, locals, loop): argument 151 loop = asyncio.new_event_loop() variable
|
/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/issue9400/ |
D | asm_loong64.s | 19 loop: label
|
D | asm_ppc64x.s | 20 loop: label
|
D | asm_amd64x.s | 18 loop: label
|