Home
last modified time | relevance | path

Searched refs:Randomize255State (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxencodebase256.c52 StreamOutputChainAppend(stream, Randomize255State(value, stream->output->length + 1)); CHKERR; in AppendValueBase256()
173 headerValue0 = Randomize255State(outputLength, headerIndex + 1); in UpdateBase256ChainHeader()
179 headerValue0 = Randomize255State(outputLength/250 + 249, headerIndex + 1); in UpdateBase256ChainHeader()
182 headerValue1 = Randomize255State(outputLength%250, headerIndex + 2); in UpdateBase256ChainHeader()
188 headerValue0 = Randomize255State(0, headerIndex + 1); /* XXX replace magic value 0? */ in UpdateBase256ChainHeader()
216 stream->output->b[i] = Randomize255State(value, i + 1); in Base256OutputChainInsertFirst()
243 stream->output->b[i] = Randomize255State(value, i + 1); in Base256OutputChainRemoveFirst()
260 Randomize255State(DmtxByte value, int position) in Randomize255State() function
H A Ddmtxstatic.h272 static DmtxByte Randomize255State(DmtxByte cwValue, int cwPosition);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/datamatrix/
H A DBC_Base256Encoder.cpp32 wchar_t Randomize255State(wchar_t ch, int32_t position) { in Randomize255State() function
89 Randomize255State(c, context->getCodewordCount() + 1)); in Encode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/datamatrix/
H A DBC_Base256Encoder.cpp32 wchar_t Randomize255State(wchar_t ch, int32_t position) { in Randomize255State() function
89 Randomize255State(c, context->getCodewordCount() + 1)); in Encode()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/datamatrix/
H A DDMHighLevelEncoder.cpp813 static int Randomize255State(int ch, int codewordPosition) in Randomize255State() function
860 context.addCodeword(Randomize255State(c, context.codewordCount() + 1)); in EncodeBase256()