Home
last modified time | relevance | path

Searched defs:LogBase (Results 1 – 21 of 21) sorted by relevance

/dports/net/ntpa/ntpa-0.8.2/Ntp.Common/Log/
H A DLogBase.cs26 public abstract class LogBase class
28 protected LogBase(Severity threshold, bool isSysLog = false) in LogBase() method in Ntp.Common.Log.LogBase
/dports/graphics/R-cran-s2/s2/src/s2/util/gtl/
H A Dcontainer_logging.h62 struct LogBase { struct
72 struct LogShortBase : public LogBase { argument
/dports/math/py-or-tools/or-tools-9.2/ortools/base/
H A Dcontainer_logging.h74 struct LogBase { struct
84 struct LogShortBase : public LogBase { argument
/dports/graphics/s2/s2geometry-0.9.0/src/s2/util/gtl/
H A Dcontainer_logging.h62 struct LogBase { struct
72 struct LogShortBase : public LogBase { argument
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/util/gtl/
H A Dcontainer_logging.h62 struct LogBase { struct
72 struct LogShortBase : public LogBase { argument
/dports/net/grive2/grive2-ffb744a/libgrive/src/util/log/
H A DLog.cc54 LogBase::LogBase() in LogBase() function in gr::LogBase
H A DLog.hh61 class LogBase class
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/webplus/
H A Dstruct_app_env.go44 LogBase string `json:"LogBase" xml:"LogBase"` member
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/LADSPAPlugin/
H A DLADSPAPlugin.h37 float LogBase; // >1.0 -> Logarithmic, otherwise linear member
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp57 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp58 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp57 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp57 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp58 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp58 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp58 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp58 static const uint LogBase = 4; member in BOTConstants
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DblockOffsetTable.hpp282 LogBase = 4, enumerator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DblockOffsetTable.hpp282 LogBase = 4, enumerator
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/cairo/png/
H A Dpicture_params.go139 LogBase float64 member
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/
H A Ddescent.py391 class LogBase(object): class