Home
last modified time | relevance | path

Searched refs:writeULong (Results 1 – 25 of 46) sorted by relevance

12

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFLinearization.java82 writeULong(1, bos); //1 in outputRawStreamData()
85 writeULong(0, bos); //4 in outputRawStreamData()
87 writeULong(0, bos); //6 in outputRawStreamData()
89 writeULong(0, bos); //8 in outputRawStreamData()
112 writeULong(i, bos); in outputRawStreamData()
115 writeULong(0, bos); in outputRawStreamData()
125 writeULong(0, bos); //1 in writeSharedTable()
126 writeULong(0, bos); //2 in writeSharedTable()
130 writeULong(0, bos); //6 in writeSharedTable()
134 writeULong(i, bos); in writeSharedTable()
[all …]
/dports/security/softhsm2/softhsm-2.6.1/src/lib/object_store/
H A DFile.cpp425 bool File::writeULong(const unsigned long value) in writeULong() function in File
479 if (!writeULong(value.size())) in writeMechanismTypeSet()
487 if (!writeULong(*i)) return false; in writeMechanismTypeSet()
531 if (!writeULong(len)) in writeAttributeMap()
541 if (!writeULong(attrType)) in writeAttributeMap()
549 if (!writeULong(attrKind)) in writeAttributeMap()
563 if (!writeULong(attrKind)) in writeAttributeMap()
569 if (!writeULong(val)) in writeAttributeMap()
577 if (!writeULong(attrKind)) in writeAttributeMap()
591 if (!writeULong(attrKind)) in writeAttributeMap()
H A DObjectFile.cpp545 if (!objectFile.writeULong(newGen)) in writeAttributes()
566 if (!objectFile.writeULong(p11AttrType)) in writeAttributes()
580 if (!objectFile.writeULong(osAttrType) || !objectFile.writeBool(value)) in writeAttributes()
594 if (!objectFile.writeULong(osAttrType) || !objectFile.writeULong(value)) in writeAttributes()
608 if (!objectFile.writeULong(osAttrType) || !objectFile.writeByteString(value)) in writeAttributes()
622 if (!objectFile.writeULong(osAttrType) || !objectFile.writeMechanismTypeSet(value)) in writeAttributes()
636 if (!objectFile.writeULong(osAttrType) || !objectFile.writeAttributeMap(value)) in writeAttributes()
H A DGeneration.cpp174 (void) genFile.writeULong(currentValue); in commit()
198 bOK = bOK && genFile.writeULong(onDisk); in commit()
H A DFile.h84 bool writeULong(const unsigned long value);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/truetype/
H A DTTFSubSetFile.java174 writeULong(dirTableOffset + 4, currentPos); in createLoca()
175 writeULong(dirTableOffset + 8, size * 4 + 4); in createLoca()
370 writeULong(locaOffset + i * 4, currentPos - startPos); in createGlyf()
392 writeULong(locaOffset + glyphs.size() * 4, endOffset); in createGlyf()
395 writeULong(offsets.get(OFTableName.LOCA), checksum); in createGlyf()
638 protected void writeULong(int pos, int s) { in writeULong() method in TTFSubSetFile
681 writeULong(offset, checksum); in updateCheckSum()
682 writeULong(offset + 4, tableStart); in updateCheckSum()
683 writeULong(offset + 8, tableSize); in updateCheckSum()
712 writeULong(checkSumAdjustmentOffset, checksum); in createCheckSumAdjustment()
H A DOTFSubSetWriter.java74 protected void writeULong(int s) { in writeULong() method in OTFSubSetWriter
/dports/net/jcifs/jcifs_1.3.19/src/jcifs/ntlmssp/
H A DNtlmMessage.java103 static void writeULong(byte[] dest, int offset, int ulong) { in writeULong() method in NtlmMessage
121 writeULong(dest, offset + 4, bodyOffset); in writeSecurityBuffer()
H A DType1Message.java157 writeULong(type1, 8, 1); in toByteArray()
158 writeULong(type1, 12, flags); in toByteArray()
H A DType2Message.java254 writeULong(type2, 8, 2); in toByteArray()
256 writeULong(type2, 20, flags); in toByteArray()
H A DType3Message.java463 writeULong(type3, 8, 3); in toByteArray()
476 writeULong(type3, 60, flags); in toByteArray()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/network/
H A DZapNTLMEngineImpl.java868 writeULong( seqNumBytes, sequenceNumber, 0 ); in advanceMessageSequence()
1794 writeULong( newTargetInfo, MSV_AV_FLAGS_MIC, appendLength + 4 ); in addGssMicAvsToTargetInfo()
1806 writeULong( channelBindingStruct, 0x00000035, 16 ); in addGssMicAvsToTargetInfo()
1834 static void writeULong(final byte[] buffer, final int value, final int offset) { in writeULong() method in ZapNTLMEngineImpl
1930 writeULong(result, A, 0); in getOutput()
1931 writeULong(result, B, 4); in getOutput()
1932 writeULong(result, C, 8); in getOutput()
1933 writeULong(result, D, 12); in getOutput()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DDOFTransform.cpp54 out->writeULong(getLimitationFlags()); in write()
H A DDataOutputStream.h52 void writeULong(unsigned long l);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DDOFTransform.cpp54 out->writeULong(getLimitationFlags()); in write()
H A DDataOutputStream.h52 void writeULong(unsigned long l);
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DotConverters.py206 writer.writeULong(value)
493 writer.writeULong(0)
1154 writer.writeULong(glyphClassCount)
1155 writer.writeULong(glyphClassTableOffset)
1156 writer.writeULong(stateArrayOffset)
1157 writer.writeULong(entryTableOffset)
1159 writer.writeULong(perGlyphOffset)
1161 writer.writeULong(actionOffset)
1163 writer.writeULong(ligComponentsOffset)
1164 writer.writeULong(ligaturesOffset)
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/lists/
H A DU64Vector.java90 Sequences.writeULong(getLong(i), out); in consumePosRange()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DotConverters.py263 writer.writeULong(value)
641 writer.writeULong(0)
1276 writer.writeULong(glyphClassCount)
1277 writer.writeULong(glyphClassTableOffset)
1278 writer.writeULong(stateArrayOffset)
1279 writer.writeULong(entryTableOffset)
1281 writer.writeULong(perGlyphOffset)
1283 writer.writeULong(actionOffset)
1285 writer.writeULong(ligComponentsOffset)
1286 writer.writeULong(ligaturesOffset)
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/ttLib/tables/
H A DotBase_test.py90 writer.writeULong(0xBEEFCAFE)
/dports/print/py-fonttools/fonttools-4.28.2/Tests/ttLib/tables/
H A DotBase_test.py88 writer.writeULong(0xBEEFCAFE)
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/auth/
H A DNTLMEngineImpl.java1390 static void writeULong(final byte[] buffer, final int value, final int offset) { in writeULong() method in NTLMEngineImpl
1478 writeULong(result, A, 0); in getOutput()
1479 writeULong(result, B, 4); in getOutput()
1480 writeULong(result, C, 8); in getOutput()
1481 writeULong(result, D, 12); in getOutput()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/auth/
H A DNTLMEngineImpl.java1390 static void writeULong(final byte[] buffer, final int value, final int offset) { in writeULong() method in NTLMEngineImpl
1478 writeULong(result, A, 0); in getOutput()
1479 writeULong(result, B, 4); in getOutput()
1480 writeULong(result, C, 8); in getOutput()
1481 writeULong(result, D, 12); in getOutput()
/dports/security/softhsm2/softhsm-2.6.1/src/lib/object_store/test/
H A DFileTests.cpp184 CPPUNIT_ASSERT(newFile.writeULong(0x12345678)); in testWriteRead()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DStreamOperator39 virtual void writeULong( unsigned long l ) = 0;

12