Home
last modified time | relevance | path

Searched defs:nextValue (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DALFO.cpp94 const float nextValue() in nextValue() function in CConstantLFO
132 const float nextValue() in nextValue() function in CSinLFO
167 const float nextValue() in nextValue() function in CPosSinLFO
193 const float nextValue() in nextValue() function in CABSSinLFO
226 const float nextValue() in nextValue() function in CRisingSawtoothLFO
259 const float nextValue() in nextValue() function in CPosRisingSawtoothLFO
288 const float nextValue() in nextValue() function in CFallingSawtoothLFO
317 const float nextValue() in nextValue() function in CPosFallingSawtoothLFO
344 const float nextValue() in nextValue() function in CSquareLFO
368 const float nextValue() in nextValue() function in CPosSquareLFO
/dports/graphics/krita/krita-4.4.8/plugins/impex/tiff/
H A Dkis_buffer_stream.cc39 uint32 KisBufferStreamContigBelow16::nextValue() in nextValue() function in KisBufferStreamContigBelow16
60 uint32 KisBufferStreamContigBelow32::nextValue() in nextValue() function in KisBufferStreamContigBelow32
81 uint32 KisBufferStreamContigAbove32::nextValue() in nextValue() function in KisBufferStreamContigAbove32
131 uint32 KisBufferStreamSeperate::nextValue() in nextValue() function in KisBufferStreamSeperate
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_columnautoinc.cpp127 void ColumnAutoInc::initNextAutoInc( uint64_t nextValue ) in initNextAutoInc()
241 uint64_t nextValue = AUTOINCR_SATURATED; in getNextAutoIncToSave() local
255 int ColumnAutoInc::getNextValueFromSysCat( uint64_t& nextValue ) in getNextValueFromSysCat()
335 uint64_t& nextValue ) in reserveNextRange()
374 uint64_t& nextValue ) in reserveNextRange()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_columnautoinc.cpp127 void ColumnAutoInc::initNextAutoInc( uint64_t nextValue ) in initNextAutoInc()
241 uint64_t nextValue = AUTOINCR_SATURATED; in getNextAutoIncToSave() local
255 int ColumnAutoInc::getNextValueFromSysCat( uint64_t& nextValue ) in getNextValueFromSysCat()
335 uint64_t& nextValue ) in reserveNextRange()
374 uint64_t& nextValue ) in reserveNextRange()
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/ast/z3/
H A DtritonToZ3Ast.cpp176 z3::expr nextValue(this->context); in do_convert() local
246 z3::expr nextValue(this->context); in do_convert() local
280 z3::expr nextValue(this->context); in do_convert() local
299 z3::expr nextValue(this->context); in do_convert() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
69 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
69 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java62 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
71 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java62 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
71 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java62 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
71 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
69 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
69 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
69 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
69 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBasicHashtableEntry.java60 Address nextValue = nextField.getValue(addr); in nextAddressValue() local
69 Address nextValue = nextField.getValue(addr); in next() local
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/set/
H A DTestTypedSortedSet.java70 int nextValue = ((Integer)set.last()).intValue() + 1; in getNextAsLong() local
76 int nextValue = ((Integer)set.last()).intValue() + 1; in getNextAsInt() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackageproc/
H A Dautoincrementdata.cpp74 void AutoincrementData::setNextValue(uint32_t columnOid, long long nextValue) in setNextValue()
83 long long nextValue = 0; in getNextValue() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackageproc/
H A Dautoincrementdata.cpp74 void AutoincrementData::setNextValue(uint32_t columnOid, long long nextValue) in setNextValue()
83 long long nextValue = 0; in getNextValue() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/
H A DIdGenerator.java30 public long nextValue(); in nextValue() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_BasicCardRequest.rs37 self
38 }
/dports/emulators/stella/stella-6.6/src/common/audio/
H A DConvolutionBuffer.cxx29 void ConvolutionBuffer::shift(float nextValue) in shift()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/components/forms/
H A DasyncControllableInput.d.ts23 nextValue: InputValue; property
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/components/forms/
H A DasyncControllableInput.d.ts23 nextValue: InputValue; property
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DSequentialBlockIdGenerator.java49 public long nextValue() { in nextValue() method in SequentialBlockIdGenerator
/dports/games/jvgs/jvgs-0.5.1-src/src/math/
H A DNoise.cpp32 float Noise::nextValue() in nextValue() function in jvgs::math::Noise

12345678910>>...23