Home
last modified time | relevance | path

Searched refs:emittedSize (Results 1 – 12 of 12) sorted by relevance

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/compress/
H A DHPACKDecoder.cpp21 uint32_t emittedSize = 0; in decodeStreaming() local
24 emittedSize += decodeHeader(dbuf, streamingCb, nullptr); in decodeStreaming()
26 if (emittedSize > maxUncompressed_) { in decodeStreaming()
32 emittedSize += 2; in decodeStreaming()
39 emittedSize); in decodeStreaming()
90 uint32_t emittedSize = emit(header, streamingCb, emitted); in decodeLiteralHeader() local
102 return emittedSize; in decodeLiteralHeader()
H A DQPACKDecoder.cpp134 uint32_t emittedSize = 0; in decodeStreamingImpl() local
137 emittedSize += decodeHeaderQ(dbuf, streamingCb); in decodeStreamingImpl()
138 if (emittedSize > maxUncompressed_) { in decodeStreamingImpl()
144 emittedSize += 2; in decodeStreamingImpl()
160 emittedSize, in decodeStreamingImpl()
334 uint32_t emittedSize = emit(partial->header, streamingCb, nullptr); in decodeLiteralHeaderQ() local
344 return emittedSize; in decodeLiteralHeaderQ()
H A DHPACKDecoderBase.cpp30 uint32_t emittedSize, in completeDecode() argument
49 decodedSize.uncompressed = emittedSize; in completeDecode()
H A DHPACKDecoderBase.h54 uint32_t emittedSize,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp106 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in logInstructionEmitted() local
115 …EmitterUtils::formatLine(sb, self->bufferPtr(), size_t(emittedSize), relSize, immSize, self->inlin… in logInstructionEmitted()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Demitterutils.cpp106 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in logInstructionEmitted() local
115 …EmitterUtils::formatLine(sb, self->bufferPtr(), size_t(emittedSize), relSize, immSize, self->inlin… in logInstructionEmitted()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Demitterutils.cpp106 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in logInstructionEmitted() local
115 …EmitterUtils::formatLine(sb, self->bufferPtr(), size_t(emittedSize), relSize, immSize, self->inlin… in logInstructionEmitted()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp106 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in logInstructionEmitted() local
115 …EmitterUtils::formatLine(sb, self->bufferPtr(), size_t(emittedSize), relSize, immSize, self->inlin… in logInstructionEmitted()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp106 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in logInstructionEmitted() local
115 …EmitterUtils::formatLine(sb, self->bufferPtr(), size_t(emittedSize), relSize, immSize, self->inlin… in logInstructionEmitted()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp106 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in logInstructionEmitted() local
115 …EmitterUtils::formatLine(sb, self->bufferPtr(), size_t(emittedSize), relSize, immSize, self->inlin… in logInstructionEmitted()
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dassembler.cpp400 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in _emitLog() local
425 Logging::formatLine(sb, _bufferPtr, emittedSize, relSize, imLen, getInlineComment()); in _emitLog()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dassembler.cpp196 intptr_t emittedSize = (intptr_t)(afterCursor - beforeCursor); in _emitLog() local
217 Logging::formatLine(sb, _bufferPtr, size_t(emittedSize), relSize, immSize, inlineComment()); in _emitLog()