Home
last modified time | relevance | path

Searched defs:L (Results 29776 – 29800 of 64477) sorted by relevance

1...<<1191119211931194119511961197119811991200>>...2580

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/print/print002/
H A Dprint002a.java118 class L { class
120 L() { m = new M(); } in L() method in L
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp207 for (auto L = df_begin(I), LE = df_end(I); L != LE; ++L) in run() local
213 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-link/
H A Dllvm-link.cpp276 static bool linkFiles(const char *argv0, LLVMContext &Context, Linker &L, in linkFiles()
362 Linker L(*Composite); in main() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dmangle-abi-tag.cpp136 struct L { in f13() struct
137 static E<int>* foo() { in f13()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp75 PathDiagnosticLocation L = in checkASTDecl() local
122 PathDiagnosticLocation L = in checkASTDecl() local
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DCrashRecoveryContext.cpp120 sys::ScopedLock L(*gCrashRecoveryContextMutex); in Enable() local
129 sys::ScopedLock L(*gCrashRecoveryContextMutex); in Disable() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Lua/src/
H A Dlundump.c24 lua_State* L; member
195 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
/dports/lang/adacontrol/adactl-1.18r9/src/
H A Drules-simplifiable_expressions.adb237 L : constant Param_Kind := Get_Kind (Actual_Parameter (P (1))); constant
293 L : Asis.Expression := Actual_Parameter (P (1)); variable
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dmangle-abi-tag.cpp136 struct L { in f13() struct
137 static E<int>* foo() { in f13()
/dports/lang/asis/asis-gpl-2016-src/tools/tool_utils/
H A Dasis_ul-fast_vectors.adb95 L : constant Index_Type := Container.Last; constant
761 L : constant Extended_Index := constant
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcolorsetmanager.cpp98 double L = pg.attribute("L", "0").toDouble(); in initialiseDefaultPrefs() local
110 double L = pg.attribute("L", nullptr).toDouble(); in initialiseDefaultPrefs() local
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/CHOLMOD/Core/
H A Dcholmod_factor.c79 cholmod_factor *L ; in CHOLMOD() local
177 cholmod_factor *L ; in CHOLMOD() local
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/CHOLMOD/Core/
H A Dcholmod_factor.c79 cholmod_factor *L ; in CHOLMOD() local
177 cholmod_factor *L ; in CHOLMOD() local
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_root_iterations.cpp96 typedef typename S::type L; in operator ()() typedef
125 typedef typename boost::math::lanczos::lanczos<T, Policy>::type L; in operator ()() typedef
/dports/devel/bam/bam-0.4.0/src/lua/
H A Dlundump.c24 lua_State* L; member
195 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/lua5.1/src/
H A Dlundump.c24 lua_State* L; member
193 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lua/
H A Dlundump.c24 lua_State* L; member
195 Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff, const char* name) in luaU_undump()
/dports/math/gsl/gsl-2.7/multifit/
H A Dfdfridge.c267 const gsl_matrix * L) in gsl_multifit_fdfridge_set3()
276 const gsl_matrix * L, in gsl_multifit_fdfridge_wset3()
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/attoparsec-0.13.2.4/tests/QC/
H A DByteString.hs47 | L.null s = p === Nothing function
60 | L.null s = p === Just (Nothing, s) function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java316 ch.write(genBuffer(), 0L, (Void)null, new CompletionHandler<Integer,Void>() { in testCustomThreadPool() local
356 … channels[i].write(genBuffer(), 0L, (Void)null, new CompletionHandler<Integer,Void>() { in testCustomThreadPool() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/time/test/java/time/temporal/
H A DTestDateTimeValueRange.java108 assertEquals(test.getSmallestMaximum(), 123456789012345L); in test_of_longlong_big() local
109 assertEquals(test.getMaximum(), 123456789012345L); in test_of_longlong_big() local
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/cbindgen-0.20.0/tests/rust/
H A Denum.rs92 enum L { enum
144 l: L, in root()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java316 ch.write(genBuffer(), 0L, (Void)null, new CompletionHandler<Integer,Void>() { in testCustomThreadPool() local
356 … channels[i].write(genBuffer(), 0L, (Void)null, new CompletionHandler<Integer,Void>() { in testCustomThreadPool() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dblast_options_builder.cpp545 const TValueList * L) in x_ProcessOptions()
582 CBlastOptionsBuilder::AdjustProgram(const TValueList * L, in AdjustProgram()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/blast/seqdb_reader/impl/
H A Dseqdbvol.hpp967 bool x_ListIncludesId(CSeqDBGiList & L, const CSeq_id & id) const in x_ListIncludesId()
989 bool x_ListIncludesId(CSeqDBNegativeList & L, const CSeq_id & id) const in x_ListIncludesId()

1...<<1191119211931194119511961197119811991200>>...2580