Home
last modified time | relevance | path

Searched +defs:L +defs:loop (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/
H A DJavaDocExamplesTest.java709 MethodHandle loop = MethodHandles.loop(counterClause, accumulatorClause); in testLoop() local
734 MethodHandle loop = MethodHandles.loop(counterClause, accumulatorClause); in testSimplerLoop() local
769 MethodHandle loop = MethodHandles.loop(instanceClause, counterClause, accumulatorClause); in testFacLoop() local
786 Class<?> L = List.class; in testWhileLoop() local
793 MethodHandle loop = MethodHandles.whileLoop(MH_initZip, MH_zipPred, MH_zipStep); in testWhileLoop() local
815 MethodHandle loop = MethodHandles.doWhileLoop(MH_zero, MH_step, MH_pred); in testDoWhileLoop() local
837 MethodHandle loop = MethodHandles.countedLoop(fit13, start, MH_step); // (v, i, _) -> "na " + v in testCountedLoop() local
849 MethodHandle loop = MethodHandles.countedLoop(count, start, MH_step); // (v, i) -> "na " + v in testCountedLoop() local
865 MethodHandle loop = MethodHandles.countedLoop(count, start, MH_step); // (v, i, _, pre, _) -> pre … in testCountedLoop() local
879 MethodHandle loop = MethodHandles.countedLoop(count, start, body); // (v, i, pre, _, _) -> pre + "… in testCountedLoop() local
[all …]
/aosp_15_r20/external/lua/src/
H A Dlvm.c176 static int forlimit (lua_State *L, lua_Integer init, const TValue *lim, in forlimit()
206 static int forprep (lua_State *L, StkId ra) { in forprep()
287 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget()
289 int loop; /* counter to avoid infinite loops */ in luaV_finishget() local
330 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, in luaV_finishset()
332 int loop; /* counter to avoid infinite loops */ in luaV_finishset() local
523 static int lessthanothers (lua_State *L, const TValue *l, const TValue *r) { in lessthanothers()
535 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) { in luaV_lessthan()
545 static int lessequalothers (lua_State *L, const TValue *l, const TValue *r) { in lessequalothers()
557 int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r) { in luaV_lessequal()
[all …]
/aosp_15_r20/external/kotlinc/lib/
HDkotlinx-coroutines-core-jvm.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_reductions.cpp39 LoopNest loop({c}); in TEST() local
60 LoopNest loop({c}); in TEST() local
82 LoopNest loop({c}); in TEST() local
111 LoopNest loop({c}); in TEST() local
140 LoopNest loop({c}); in TEST() local
212 LoopNest loop({c}); in TEST() local
247 LoopNest loop({c}); in TEST() local
279 LoopNest loop({dm1}); in TEST() local
324 LoopNest loop({min}); in TEST() local
360 LoopNest loop({any}); in TEST() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/local-javac-header/
Dkotlinx_coroutines-host.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ...
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/kotlin/
Dkotlinx_coroutines-host.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ...
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib540.c102 static CURLcode loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() function
106 long L; in loop() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSorting.cpp132 int64_t P, L, R, i, j; in quick_select_template() local
457 auto loop = [&](char** data, const int64_t* strides, int64_t n) { in kthvalue_out_impl_cpu() local
553 auto loop = [&](char** data, const int64_t* strides, int64_t n) { in median_with_indices_impl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp576 explicit PolynomialMultiplyRecognize(Loop *loop, const DataLayout &dl, in PolynomialMultiplyRecognize()
1982 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, in mayLoopAccessLocation()
2314 bool HexagonLoopIdiomRecognize::coverLoop(Loop *L, in coverLoop()
2389 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop()
2418 bool HexagonLoopIdiomRecognize::run(Loop *L) { in run()
2443 bool HexagonLoopIdiomRecognizeLegacyPass::runOnLoop(Loop *L, in runOnLoop()
2462 HexagonLoopIdiomRecognitionPass::run(Loop &L, LoopAnalysisManager &AM, in run()
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/tracinglib/core/tracinglib-platform/android_common/turbine-combined/
Dtracinglib-platform.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/tracinglib/core/tracinglib-platform/android_common/repackaged-jarjar/turbine/
Dtracinglib-platform.jarorg/jetbrains/annotations/TestOnly.class TestOnly.java package org.jetbrains.annotations public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/dream/lowlight/LowLightDreamLib/android_common/turbine-combined/
DLowLightDreamLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.arch. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/dream/lowlight/LowLightDreamLib/android_common/repackaged-jarjar/turbine/
DLowLightDreamLib.jarorg/jetbrains/annotations/TestOnly.class TestOnly.java package org.jetbrains.annotations public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/utils/SystemUI-shared-utils/android_common/turbine-combined/
DSystemUI-shared-utils.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/utils/SystemUI-shared-utils/android_common/repackaged-jarjar/turbine/
DSystemUI-shared-utils.jarorg/jetbrains/annotations/TestOnly.class TestOnly.java package org.jetbrains.annotations public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/repackaged-jarjar/turbine/
DSystemUILogLib.jarorg/jetbrains/annotations/TestOnly.class TestOnly.java package org.jetbrains.annotations public ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/common/SystemUICommon/android_common/turbine-combined/
DSystemUICommon.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/turbine-combined/
DSystemUILogLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/common/SystemUICommon/android_common/repackaged-jarjar/turbine/
DSystemUICommon.jarorg/jetbrains/annotations/TestOnly.class TestOnly.java package org.jetbrains.annotations public ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/lib/FingerprintManagerInteractor/android_common/turbine-combined/
DFingerprintManagerInteractor.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/lib/FingerprintManagerInteractor/android_common/repackaged-jarjar/turbine/
DFingerprintManagerInteractor.jarorg/jetbrains/annotations/TestOnly.class TestOnly.java package org.jetbrains.annotations public ...
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp560 explicit PolynomialMultiplyRecognize(Loop *loop, const DataLayout &dl, in PolynomialMultiplyRecognize()
1969 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, in mayLoopAccessLocation()
2303 bool HexagonLoopIdiomRecognize::coverLoop(Loop *L, in coverLoop()
2378 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop()
2407 bool HexagonLoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/kotlin_headers/
Dkotlinx_coroutines-host.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ...
/aosp_15_r20/out/target/common/obj/APPS/MusicFX_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/MusicFX/MusicFX/android_common/withres/
DMusicFX.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...

12345678910>>...22