Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib540.c100 static int loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() function
104 long L; in loop() local
/external/lua/src/
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 …]
/external/llvm-project/clang-tools-extra/clangd/xpc/
DXPCTransport.cpp26 handleErrors(std::move(E), [&](const LSPError &L) -> Error { in encodeError()
189 Error XPCTransport::loop(MessageHandler &Handler) { in loop() function in __anon866691e40111::XPCTransport
/external/llvm-project/clang-tools-extra/clangd/
DJSONTransport.cpp41 [&](const LSPError &L) -> llvm::Error { in encodeError()
101 llvm::Error loop(MessageHandler &Handler) override { in loop() function in clang::clangd::__anone2d7f9b90111::JSONTransport
/external/llvm-project/clang/test/Analysis/
Diterator-modeling.cpp457 void list_assign(std::list<int> &L, int n) { in list_assign()
490 void list_clear(std::list<int> &L) { in list_clear()
527 void list_push_back(std::list<int> &L, int n) { in list_push_back()
587 void list_emplace_back(std::list<int> &L, int n) { in list_emplace_back()
647 void list_pop_back(std::list<int> &L, int n) { in list_pop_back()
709 void list_push_front(std::list<int> &L, int n) { in list_push_front()
766 void list_emplace_front(std::list<int> &L, int n) { in list_emplace_front()
823 void list_pop_front(std::list<int> &L, int n) { in list_pop_front()
889 void list_insert_begin(std::list<int> &L, int n) { in list_insert_begin()
905 void list_insert_behind_begin(std::list<int> &L, int n) { in list_insert_behind_begin()
[all …]
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp579 explicit PolynomialMultiplyRecognize(Loop *loop, const DataLayout &dl, in PolynomialMultiplyRecognize()
1988 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, in mayLoopAccessLocation()
2322 bool HexagonLoopIdiomRecognize::coverLoop(Loop *L, in coverLoop()
2397 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop()
2426 bool HexagonLoopIdiomRecognize::run(Loop *L) { in run()
2451 bool HexagonLoopIdiomRecognizeLegacyPass::runOnLoop(Loop *L, in runOnLoop()
2470 HexagonLoopIdiomRecognitionPass::run(Loop &L, LoopAnalysisManager &AM, in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
/external/swiftshader/src/Renderer/
DRenderer.cpp1118 …veVertices(int unit, unsigned int start, unsigned int triangleCount, unsigned int loop, int thread) in processPrimitiveVertices()
1900 float4 L[6]; in setupLine() local
1992 float4 L[4]; in setupLine() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp552 skvm::Val L = lVal.slots() == 1 ? lVal[0] : lVal[i], in writeBinaryExpression() local
1507 Analysis::UnrollableLoopInfo loop; in writeForStatement() local
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp166 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited); in findLoopInstr() local
665 bool HexagonInstrInfo::analyzeLoop(MachineLoop &L, in analyzeLoop()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp1074 const std::string loop = in initPrograms() local
2860 const VkShaderStageFlagBits L = VK_SHADER_STAGE_CALLABLE_BIT_KHR; in createBuiltinTests() local
/external/skia/src/core/
DSkVM.cpp141 int loop = 0; member
1683 bool L, // Set for 256-bit ymm operations, off for 128-bit xmm. in vex()
2903 int Program::loop () const { return fImpl->loop; } in loop() function in skvm::Program
3438 A::Ymm L = alloc_tmp(), in jit() local
/external/toybox/android/linux/generated/
Dglobals.h362 char *L; member
899 int run, loop, *urd, pout, pipe; member
1403 char *L; member
/external/toybox/android/device/generated/
Dglobals.h362 char *L; member
899 int run, loop, *urd, pout, pipe; member
1403 char *L; member
/external/toybox/android/mac/generated/
Dglobals.h362 char *L; member
899 int run, loop, *urd, pout, pipe; member
1403 char *L; member