Home
last modified time | relevance | path

Searched refs:tailLength (Results 1 – 25 of 72) sorted by relevance

123

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/gmss/
H A DTreehash.java53 private int tailLength; field in Treehash
95 this.tailLength = statInt[1]; in Treehash()
124 for (int i = 0; i < tailLength; i++) in Treehash()
188 this.tailLength = 0; in initialize()
237 while (this.tailLength > 0 in update()
263 this.tailLength--; in update()
269 this.tailLength++; in update()
296 this.tailLength = 0; in update()
316 this.tailLength = 0; in destroy()
334 else if (this.tailLength == 0) in getLowestNodeHeight()
[all …]
H A DGMSSRootCalc.java417 int tailLength; in getStatByte() local
420 tailLength = 0; in getStatByte()
424 tailLength = tailStack.size(); in getStatByte()
433 for (int i = 0; i < tailLength; i++) in getStatByte()
449 int tailLength; in getStatInt() local
452 tailLength = 0; in getStatInt()
456 tailLength = tailStack.size(); in getStatInt()
480 statInt[7] = tailLength; in getStatInt()
501 int tailLength; in toString() local
504 tailLength = 0; in toString()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/openGLFunctions/
H A DobjectList.c257 glTranslatef(0.f, 0.f, tailLength / 2.f); in visu_data_loader_yaml_setNodeProp()
263 glTranslatef(0.f, 0.f, tailLength); in visu_data_loader_yaml_setNodeProp()
276 drawRoundedTail(obj, tailRadius, tailLength, tailN); in visu_data_loader_yaml_setNodeProp()
289 glTranslatef(0, 0, tailLength); in visu_data_loader_yaml_setNodeProp()
328 glTranslatef(0.f, 0.f, tailLength / 2.f);
331 glTranslatef(0.f, 0.f, tailLength - (hatLength + tailLength) / 2.f);
334 glTranslatef(0.f, 0.f, tailLength);
346 drawEdgedTail(tailRadius, tailLength);
353 drawEdgedTail(tailRadius, tailLength);
357 drawEdgedTail(tailRadius, tailLength);
[all …]
H A DobjectList.h76 float tailLength, float tailRadius, float tailN,
81 float tailLength, float tailRadius,
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DTaskLog.java524 long tailLength in captureOutAndError() argument
549 tailLength, false); in captureOutAndError()
575 tailLength, false, pidFileName); in captureOutAndError()
599 long tailLength, in captureOutAndError() argument
624 long tailLength, in captureOutAndError() argument
633 stderrFilename, tailLength, in captureOutAndError()
644 long tailLength, in buildCommandLine() argument
661 if (tailLength > 0) { in buildCommandLine()
671 if (tailLength > 0) { in buildCommandLine()
675 mergedCmd.append(tailLength); in buildCommandLine()
[all …]
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/
H A DHFSharedMemoryByteSlice.m52 … offset:(NSUInteger)off length:(NSUInteger)len tail:(const void *)tail tailLength:(NSUInteger)tail…
116 NSUInteger tailLength = 0;
126 tailLength = tailRangeToCopy.length;
127 HFASSERT(tail >= inlineTail && tail + tailLength <= inlineTail + inlineTailLength);
129 HFASSERT(resultLength + tailLength == lrange.length);
130 …Data:resultData offset:resultOffset length:resultLength tail:tail tailLength:tailLength] autorelea…
151 …lloc] initWithSharedData:data offset:offset length:length tail:newTail tailLength:newTailLength] a…
200 …ata:newData offset:newDataOffset length:newDataLength tail:newDataTail tailLength:newDataTailLengt…
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/asn1/
H A DGMSSPrivateKey.java787 for (int k = 0; k < tailLength; k++) in encode()
797 seqOfInt.add(new ASN1Integer(tailLength)); in encode()
806 for (int k = 0; k < tailLength; k++) in encode()
843 for (int k = 0; k < tailLength; k++) in encode()
853 seqOfInt.add(new ASN1Integer(tailLength)); in encode()
862 for (int k = 0; k < tailLength; k++) in encode()
1097 for (int j = 0; j < tailLength; j++) in encode()
1113 seqOfnnRInts.add(new ASN1Integer(tailLength)); in encode()
1119 for (int j = 0; j < tailLength; j++) in encode()
1148 for (int k = 0; k < tailLength; k++) in encode()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dreadaheadsamplebuffer.cpp68 const SINT tailLength = math_min(maxWriteLength, writableLength()); in growForWriting() local
70 m_sampleBuffer, m_readableRange.end(), tailLength); in growForWriting()
71 m_readableRange.growBack(tailLength); in growForWriting()
/dports/science/v_sim/v_sim-3.8.0/src/extensions/
H A Dnode_vectors.c630 gboolean visu_gl_ext_node_vectors_setArrow(VisuGlExtNodeVectors *vect, float tailLength,
640 diff = diff || (vect->priv->arrow[TAIL_LENGTH] != tailLength);
649 fact = 1.f / (tailLength + headLength);
650 vect->priv->arrow[TAIL_LENGTH] = tailLength * fact;
716 float rMult, r, sMult, s, l, headLength, tailLength;
815 tailLength = MAX(0.f, l - priv->arrow[HEAD_LENGTH]);
820 tailLength = l * scale / eleSize + priv->addLength;
825 tailLength = priv->arrow[TAIL_LENGTH];
829 tailLength,
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DTaskLog.java501 long tailLength, in captureOutAndError() argument
508 stderrFilename, tailLength, in captureOutAndError()
527 long tailLength, in buildCommandLine() argument
545 if (tailLength > 0) { in buildCommandLine()
555 if (tailLength > 0) { in buildCommandLine()
559 mergedCmd.append(tailLength); in buildCommandLine()
565 mergedCmd.append(tailLength); in buildCommandLine()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java248 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
251 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java247 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
250 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java247 int tailLength = Math.max(data.length() - count - offset, 0); in internalDeleteData() local
250 (tailLength > 0 ? data.substring(offset + count, offset + count + tailLength) : ""); in internalDeleteData()
/dports/games/openmw/openmw-openmw-0.47.0/cmake/
H A Dbase64.cmake24 string(LENGTH "${hexContent}" tailLength)
25 if (tailLength LESS 1)
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_14_pond/
H A D_14_pond.pde204 float tailLength = 3.0f;
219 tailP[1] = tailLength;
220 tailPC[1] = tailLength;
265 tailP[1] = tailLength+tailLength/2 - abs( tailLength/4*strength*wave );
295 float strength = energy/5 * tailLength/2; //tail strength
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/mime/
H A DMimeAnalyzer.php562 $tailLength = min( 65558, $fsize ); // 65558 = maximum size of a zip EOCDR
563 if ( fseek( $f, -1 * $tailLength, SEEK_END ) === -1 ) {
565 "Seeking $tailLength bytes from EOF failed in " . __METHOD__ );
567 $tail = $tailLength ? fread( $f, $tailLength ) : '';
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/mime/
H A DMimeAnalyzer.php562 $tailLength = min( 65558, $fsize ); // 65558 = maximum size of a zip EOCDR
563 if ( fseek( $f, -1 * $tailLength, SEEK_END ) === -1 ) {
565 "Seeking $tailLength bytes from EOF failed in " . __METHOD__ );
567 $tail = $tailLength ? fread( $f, $tailLength ) : '';
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DPSD_Handler.cpp398 XMP_Uns64 tailLength = sourceLen - tailOffset; in WriteTempFile() local
403 … progressTracker != 0 ) progressTracker->BeginWork ( (float)(26.0f + 4.0f + cmLen1 + tailLength) ); in WriteTempFile()
421 XIO::Copy ( origRef, tempRef, tailLength ); // Copy the tail of the file. in WriteTempFile()

123