Home
last modified time | relevance | path

Searched refs:binaryLength (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DBlock.cpp58 size_t binaryLength, in replaceNumericLabel()
70 if (targetPc < 0 || targetPc > (int32_t)binaryLength) { in replaceNumericLabel()
89 void run(ErrorHandler &errHandler, int32_t binaryLength, InstList &insts) in run()
105 binaryLength, in run()
114 binaryLength, in run()
146 if (rt.targetPc != binaryLength && // EOF is also a valid target in run()
204 int32_t binaryLength = 0; in inferBlocks() local
207 binaryLength = i->getPC(); in inferBlocks()
208 binaryLength += i->hasInstOpt(InstOpt::COMPACTED) ? 8 : 16; in inferBlocks()
210 bi.run(errHandler, binaryLength, insts); in inferBlocks()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgramCommon.cpp103 GLint binaryLength = static_cast<GLint>(cacheMicrocode->size() - sizeof(GLenum)); in getMicrocodeFromCache() local
109 binaryLength)); in getMicrocodeFromCache()
126 GLint binaryLength = 0; in _writeToCache() local
127 … OGRE_CHECK_GL_ERROR(glGetProgramiv(programHandle, GL_PROGRAM_BINARY_LENGTH_OES, &binaryLength)); in _writeToCache()
131 …GpuProgramManager::getSingleton().createMicrocode(static_cast<uint32>(binaryLength + sizeof(GLenum… in _writeToCache()
134 …OGRE_CHECK_GL_ERROR(glGetProgramBinaryOES(programHandle, binaryLength, NULL, (GLenum *)newMicrocod… in _writeToCache()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/gl2paintengineex/
H A Dqglshadercache_meego_p.h359 GLint binaryLength = 0;
360 glGetProgramiv(shader->programId(), GL_PROGRAM_BINARY_LENGTH_OES, &binaryLength);
362 if (!binaryLength) {
367 if (binaryLength > cache->availableSize()) {
374 glGetProgramBinaryOES(shader->programId(), binaryLength, &size, &format,
383 cache->dataSize += binaryLength;
385 cache->headers[cacheIdx].size = binaryLength;
392 << "binarySize" << binaryLength
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DTableSerializer.cpp169 unsigned binaryLength; in SerializeCell() local
170 binaryLength=(unsigned)cell->i; in SerializeCell()
171 out->Write(binaryLength); in SerializeCell()
208 unsigned binaryLength; in DeserializeCell() local
211 if (in->Read(binaryLength)==false || binaryLength > 10000000) in DeserializeCell()
214 if (BITS_TO_BYTES(in->GetNumberOfUnreadBits())<(BitSize_t)binaryLength) in DeserializeCell()
216 cell->Set((char*) in->GetData()+BITS_TO_BYTES(in->GetReadOffset()), (int) binaryLength); in DeserializeCell()
217 in->IgnoreBits(BYTES_TO_BITS((int) binaryLength)); in DeserializeCell()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/decoder/mock/
H A Dmock_encoder.h31 …oBinary(const std::string &srcFileName, std::ostream &outBinary, uint32_t *binaryLength) override { in copyBinaryToBinary()
37 if (binaryLength != nullptr) { in copyBinaryToBinary()
38 *binaryLength = static_cast<uint32_t>(it->second.size()); in copyBinaryToBinary()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DProgramGL.cpp55 GLint binaryLength = stream->readInt<GLint>(); in load() local
57 stream->skip(binaryLength); in load()
60 mFunctions->programBinary(mProgramID, binaryFormat, binary, binaryLength); in load()
75 GLint binaryLength = 0; in save() local
76 mFunctions->getProgramiv(mProgramID, GL_PROGRAM_BINARY_LENGTH, &binaryLength); in save()
78 std::vector<uint8_t> binary(binaryLength); in save()
80 mFunctions->getProgramBinary(mProgramID, binaryLength, &binaryLength, &binaryFormat, in save()
84 stream->writeInt(binaryLength); in save()
85 stream->writeBytes(&binary[0], binaryLength); in save()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fonts/type1/
H A DPostscriptParser.java331 protected int binaryLength; field in PostscriptParser.PSFixedArray
362 binaryLength = Integer.parseInt(tokens.get(2)); in parseToken()
420 if (binaryLength > 0) { in parseByte()
422 binaryLength--; in parseByte()
539 protected int binaryLength; field in PostscriptParser.PSDictionary
567 binaryLength = Integer.parseInt(tokens.get(1)); in parseToken()
588 if (binaryLength > 0) { in parseByte()
589 binaryLength--; in parseByte()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/storage/mru/
H A Dupdate.go59 if len(serializedData) != r.binaryLength() {
60 …validValue, "slice passed to putBinary must be of exact size. Expected %d bytes", r.binaryLength())
92 func (r *resourceUpdate) binaryLength() int { func
H A Dsignedupdate.go108 resourceUpdateLength := r.resourceUpdate.binaryLength()
127 cursor := r.resourceUpdate.binaryLength()
148 dataLength := r.resourceUpdate.binaryLength()
H A Dmetadata.go93 metadataChunkLength := r.binaryLength()
127 func (r *ResourceMetadata) binaryLength() int { func
135 chunkData = make([]byte, r.binaryLength())
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationShppict.java181 private long binaryLength = 0; field in RtfDestinationShppict
377 binaryLength--; in handleCharacter()
378 if (binaryLength == 0) { in handleCharacter()
491 this.binaryLength = ctrlWordData.longValue(); in handleControlWord()
492 this.rtfParser.setTokeniserStateBinary(binaryLength); in handleControlWord()
680 this.binaryLength = 0; in setToDefaults()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/document/
H A DAbstractField.cpp31 this->binaryLength = 0; in AbstractField()
48 this->binaryLength = 0; in AbstractField()
113 return binaryLength; in getBinaryLength()
H A DField.cpp109 this->binaryLength = length; in ConstructField()
152 binaryLength = value.size(); in setValue()
161 binaryLength = length; in setValue()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DBase64.cpp437 uint32_t binaryLength = 0; in Base64DecodeHelper() local
458 binaryLength += 3; in Base64DecodeHelper()
466 binaryLength += 2; in Base64DecodeHelper()
472 binaryLength += 1; in Base64DecodeHelper()
482 aBinary[binaryLength] = DestT('\0'); in Base64DecodeHelper()
483 *aBinaryLen = binaryLength; in Base64DecodeHelper()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/io/
H A DBase64.cpp421 uint32_t binaryLength = 0; in Base64DecodeHelper() local
442 binaryLength += 3; in Base64DecodeHelper()
450 binaryLength += 2; in Base64DecodeHelper()
456 binaryLength += 1; in Base64DecodeHelper()
466 aBinary[binaryLength] = DestT('\0'); in Base64DecodeHelper()
467 *aBinaryLen = binaryLength; in Base64DecodeHelper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.AccessControl/
H A DNativeObjectSecurity.cs307 int binaryLength = 0; in Win32GetHelper()
309 binaryLength = GetSecurityDescriptorLength (descriptor); in Win32GetHelper()
311 byte[] binaryForm = new byte[binaryLength]; in Win32GetHelper()
312 Marshal.Copy (descriptor, binaryForm, 0, binaryLength); in Win32GetHelper()
H A DGenericSecurityDescriptor.cs83 int binaryLength = BinaryLength; in GetBinaryForm()
84 if (offset < 0 || offset > binaryForm.Length - binaryLength) in GetBinaryForm()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESLinkProgram.cpp210 GLint binaryLength = 0; in compileAndLink() local
212 …OGRE_CHECK_GL_ERROR(glGetProgramiv(mGLProgramHandle, GL_PROGRAM_BINARY_LENGTH_OES, &binaryLength)); in compileAndLink()
216 …GpuProgramManager::getSingleton().createMicrocode(static_cast<uint32>(binaryLength + sizeof(GLenum… in compileAndLink()
220 …OGRE_CHECK_GL_ERROR(glGetProgramBinaryOES(mGLProgramHandle, binaryLength, NULL, (GLenum *)newMicro… in compileAndLink()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DBase64.cpp489 uint32_t binaryLength = 0; in Base64DecodeHelper() local
510 binaryLength += 3; in Base64DecodeHelper()
518 binaryLength += 2; in Base64DecodeHelper()
524 binaryLength += 1; in Base64DecodeHelper()
534 aBinary[binaryLength] = DestT('\0'); in Base64DecodeHelper()
535 *aBinaryLen = binaryLength; in Base64DecodeHelper()
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DBase64.cpp489 uint32_t binaryLength = 0; in Base64DecodeHelper() local
510 binaryLength += 3; in Base64DecodeHelper()
518 binaryLength += 2; in Base64DecodeHelper()
524 binaryLength += 1; in Base64DecodeHelper()
534 aBinary[binaryLength] = DestT('\0'); in Base64DecodeHelper()
535 *aBinaryLen = binaryLength; in Base64DecodeHelper()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/GLSL/
H A DOgreGLSLSeparableProgram.cpp163 GLint binaryLength = cacheMicrocode->size() - sizeof(GLenum); in loadIndividualProgram() local
168 binaryLength)); in loadIndividualProgram()
204 GLint binaryLength = 0; in loadIndividualProgram() local
206 … OGRE_CHECK_GL_ERROR(glGetProgramiv(programHandle, GL_PROGRAM_BINARY_LENGTH, &binaryLength)); in loadIndividualProgram()
210 … GpuProgramManager::getSingleton().createMicrocode((unsigned long)binaryLength + sizeof(GLenum)); in loadIndividualProgram()
213 …OGRE_CHECK_GL_ERROR(glGetProgramBinary(programHandle, binaryLength, NULL, (GLenum *)newMicrocode->… in loadIndividualProgram()
H A DOgreGLSLMonolithicProgram.cpp129 GLint binaryLength = 0; in compileAndLink() local
130 … OGRE_CHECK_GL_ERROR(glGetProgramiv(mGLProgramHandle, GL_PROGRAM_BINARY_LENGTH, &binaryLength)); in compileAndLink()
134 … GpuProgramManager::getSingleton().createMicrocode(binaryLength + sizeof(GLenum)); in compileAndLink()
137 …OGRE_CHECK_GL_ERROR(glGetProgramBinary(mGLProgramHandle, binaryLength, NULL, (GLenum *)newMicrocod… in compileAndLink()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DBase64.cpp489 uint32_t binaryLength = 0; in Base64DecodeHelper() local
510 binaryLength += 3; in Base64DecodeHelper()
518 binaryLength += 2; in Base64DecodeHelper()
524 binaryLength += 1; in Base64DecodeHelper()
534 aBinary[binaryLength] = DestT('\0'); in Base64DecodeHelper()
535 *aBinaryLen = binaryLength; in Base64DecodeHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DProgramGL.cpp66 GLint binaryLength = stream->readInt<GLint>(); in load() local
68 stream->skip(binaryLength); in load()
71 mFunctions->programBinary(mProgramID, binaryFormat, binary, binaryLength); in load()
87 GLint binaryLength = 0; in save() local
88 mFunctions->getProgramiv(mProgramID, GL_PROGRAM_BINARY_LENGTH, &binaryLength); in save()
90 std::vector<uint8_t> binary(std::max(binaryLength, 1)); in save()
92 mFunctions->getProgramBinary(mProgramID, binaryLength, &binaryLength, &binaryFormat, in save()
96 stream->writeInt(binaryLength); in save()
97 stream->writeBytes(binary.data(), binaryLength); in save()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DProgramGL.cpp68 GLint binaryLength = stream->readInt<GLint>(); in load() local
70 stream->skip(binaryLength); in load()
73 mFunctions->programBinary(mProgramID, binaryFormat, binary, binaryLength); in load()
89 GLint binaryLength = 0; in save() local
90 mFunctions->getProgramiv(mProgramID, GL_PROGRAM_BINARY_LENGTH, &binaryLength); in save()
92 std::vector<uint8_t> binary(std::max(binaryLength, 1)); in save()
94 mFunctions->getProgramBinary(mProgramID, binaryLength, &binaryLength, &binaryFormat, in save()
98 stream->writeInt(binaryLength); in save()
99 stream->writeBytes(binary.data(), binaryLength); in save()

123