Home
last modified time | relevance | path

Searched refs:bytePos (Results 51 – 75 of 221) sorted by relevance

123456789

/dports/sysutils/squashfs-tools/C/
H A DBraIA64.c28 UInt32 bytePos, bitRes; in IA64_Convert() local
33 bytePos = (bitPos >> 3); in IA64_Convert()
37 instruction += (UInt64)data[i + j + bytePos] << (8 * j); in IA64_Convert()
62 data[i + j + bytePos] = (Byte)(instruction >> (8 * j)); in IA64_Convert()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lzma-16.04/C/
H A DBraIA64.c30 UInt32 bytePos, bitRes; in IA64_Convert() local
35 bytePos = (bitPos >> 3); in IA64_Convert()
39 instruction += (UInt64)data[i + j + bytePos] << (8 * j); in IA64_Convert()
64 data[i + j + bytePos] = (Byte)(instruction >> (8 * j)); in IA64_Convert()
/dports/games/el/Eternal-Lands-1.9.5.9-1/xz/
H A DBraIA64.c28 UInt32 bytePos, bitRes; in IA64_Convert() local
33 bytePos = (bitPos >> 3); in IA64_Convert()
37 instruction += (UInt64)data[i + j + bytePos] << (8 * j); in IA64_Convert()
62 data[i + j + bytePos] = (Byte)(instruction >> (8 * j)); in IA64_Convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/lzma_sdk/
H A DBraIA64.c30 UInt32 bytePos, bitRes; in IA64_Convert() local
35 bytePos = (bitPos >> 3); in IA64_Convert()
39 instruction += (UInt64)data[i + j + bytePos] << (8 * j); in IA64_Convert()
64 data[i + j + bytePos] = (Byte)(instruction >> (8 * j)); in IA64_Convert()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/lzma/
H A DBraIA64.c30 UInt32_7z bytePos, bitRes; in IA64_Convert() local
35 bytePos = (bitPos >> 3); in IA64_Convert()
39 instruction += (UInt64)data[i + j + bytePos] << (8 * j); in IA64_Convert()
64 data[i + j + bytePos] = (Byte)(instruction >> (8 * j)); in IA64_Convert()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/lzma-16.04/C/
H A DBraIA64.c30 UInt32 bytePos, bitRes; in IA64_Convert() local
35 bytePos = (bitPos >> 3); in IA64_Convert()
39 instruction += (UInt64)data[i + j + bytePos] << (8 * j); in IA64_Convert()
64 data[i + j + bytePos] = (Byte)(instruction >> (8 * j)); in IA64_Convert()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgramsegui_text.inc56 bytePos, charLen: integer;
60 bytePos := 1;
61 while bytePos <= length(AText) do
63 charLen := UTF8CharacterLength(@AText[bytePos]);
64 sUTF16 := UTF8ToUTF16(copy(AText, 1, bytePos+charLen-1));
67 inc(bytePos,charLen);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgramsegui_text.inc56 bytePos, charLen: integer;
60 bytePos := 1;
61 while bytePos <= length(AText) do
63 charLen := UTF8CharacterLength(@AText[bytePos]);
64 sUTF16 := UTF8ToUTF16(copy(AText, 1, bytePos+charLen-1));
67 inc(bytePos,charLen);
/dports/benchmarks/libcelero/Celero-2.8.2/experiments/ExperimentCompressBools/
H A DExperimentCompressBools.cpp29 const auto bytePos = pos / 8; in GetBoolAt() local
329 const auto bytePos = pos / 8; in getBoolAt() local
335 return (*(outputValues.get() + bytePos)).val0; in getBoolAt()
337 return (*(outputValues.get() + bytePos)).val1; in getBoolAt()
339 return (*(outputValues.get() + bytePos)).val2; in getBoolAt()
341 return (*(outputValues.get() + bytePos)).val3; in getBoolAt()
343 return (*(outputValues.get() + bytePos)).val4; in getBoolAt()
345 return (*(outputValues.get() + bytePos)).val5; in getBoolAt()
347 return (*(outputValues.get() + bytePos)).val6; in getBoolAt()
349 return (*(outputValues.get() + bytePos)).val7; in getBoolAt()
[all …]
/dports/lang/seed7/seed7/lib/
H A Dbitdata.s7i137 incr(bytePos);
155 * getBitsLsb(stri, bytePos, bitPos, 5) returns 2#10011 (bytePos=2, bitPos=2)
173 incr(bytePos);
180 incr(bytePos);
214 incr(bytePos);
229 bytePos +:= bitPos mdiv 8;
331 incr(bytePos);
348 * getBitsMsb(stri, bytePos, bitPos, 5) returns 2#10011 (bytePos=2, bitPos=2)
365 incr(bytePos);
371 incr(bytePos);
[all …]
H A Djpeg.s7i757 var integer: bytePos is 1;
778 bytePos := 1;
806 var integer: bytePos is 1;
825 bytePos := 1;
945 bytePos := 1;
980 bytePos := 1;
1026 bytePos := 1;
1115 bytePos := 1;
1151 bytePos := 1;
1273 bytePos := 1;
[all …]
H A Dgzip.s7i40 const proc: readGzipHeader (in string: stri, inout integer: bytePos) is func
67 bytePos := 11;
70 bytePos +:= 2 + extraLength;
73 originalFileName := getAsciiz(stri, bytePos);
76 fileComment := getAsciiz(stri, bytePos);
79 crc16 := ord(stri[bytePos]) + (ord(stri[bytePos + 1]) << 8);
80 bytePos +:= 2;
144 var integer: bytePos is 3;
153 bytePos +:= 4;
184 var integer: bytePos is 0;
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DSortedVIntList.cpp123 bytePos = 0; in SortedDocIdSetIterator()
135 uint8_t b = list->bytes[bytePos++]; in advance()
138 b = list->bytes[bytePos++]; in advance()
149 if (bytePos >= list->lastBytePos) { in nextDoc()
160 while (bytePos < list->lastBytePos) { in advance()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DSortedVIntList.cs56 internal int bytePos = 0; field in Lucene.Net.Util.SortedVIntList.AnonymousClassDocIdSetIterator
63 sbyte b = Enclosing_Instance.bytes[bytePos++]; in Advance()
67 b = Enclosing_Instance.bytes[bytePos++]; in Advance()
79 if (bytePos >= Enclosing_Instance.lastBytePos) in NextDoc()
93 while (bytePos < Enclosing_Instance.lastBytePos) in Advance()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Compress/Branch/
H A DBranchIA64.c25 UInt32 bytePos = (bitPos >> 3); in IA64_Convert() local
30 instruction += (UInt64)(data[i + j + bytePos]) << (8 * j); in IA64_Convert()
58 data[i + j + bytePos] = Byte(instruction >> (8 * j)); in IA64_Convert()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Compress/Branch/
H A DBranchIA64.c25 UInt32 bytePos = (bitPos >> 3); in IA64_Convert() local
31 instruction += (UInt64)(data[i + j + bytePos]) << (8 * j); in IA64_Convert()
60 data[i + j + bytePos] = Byte(instruction >> (8 * j)); in IA64_Convert()
/dports/archivers/lzmalib/lzmalib-0.0.1/7zip/Compress/Branch/
H A DBranchIA64.c25 UInt32 bytePos = (bitPos >> 3); in IA64_Convert() local
31 instruction += (UInt64)(data[i + j + bytePos]) << (8 * j); in IA64_Convert()
60 data[i + j + bytePos] = Byte(instruction >> (8 * j)); in IA64_Convert()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Compress/Branch/
H A DBranchIA64.c25 UInt32 bytePos = (bitPos >> 3); in IA64_Convert() local
30 instruction += (UInt64)(data[i + j + bytePos]) << (8 * j); in IA64_Convert()
58 data[i + j + bytePos] = Byte(instruction >> (8 * j)); in IA64_Convert()
/dports/science/jmol/jmol-14.32.7/src/javajs/img/
H A DPngEncoder.java263 startPos = bytePos; in writeHeader()
277 startPos = bytePos; in writeText()
290 startPos = bytePos; in writeTransparentColor()
393 startPos = bytePos; in writeImageData()
411 startPos = bytePos; in writeEnd()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Dimage.h70 long bytePos = pos / 8; in getComponent() local
80 if( data[bytePos] & (1 << (7 - bitPos)) ) in getComponent()
89 bytePos++; in getComponent()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DZDecoder.cpp89 unsigned bytePos = bitPos >> 3; in CodeReal() local
90 … UInt32 symbol = buf[bytePos] | ((UInt32)buf[bytePos + 1] << 8) | ((UInt32)buf[bytePos + 2] << 16); in CodeReal()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libi2d/
H A Di2djpgs.cc272 jpegFile.fseek(entry.bytePos, SEEK_SET); in getSOFImageParameters()
327 jpegFile.fseek(entry.bytePos, SEEK_SET); in getJFIFImageParameters()
419 bytePosJFIF = (*entry)->bytePos - 1; // include first byte of marker (FF) in copyJPEGStream()
421 bytePosAfterJFIF = (*entry)->bytePos - 1; // include first byte (FF) of marker after APPn in copyJPEGStream()
485 bytePosSOI = (*entry)->bytePos; in extractRawJPEGStream()
491 bytePosEOI = (*entry)->bytePos; in extractRawJPEGStream()
498 jpegFile.fseek((*entry)->bytePos - jpegFile.ftell(), SEEK_CUR); in extractRawJPEGStream()
506 appPosAndLengths.push_back( (*entry)->bytePos - 1 ); // -1 for FF of marker in extractRawJPEGStream()
604 entry->bytePos = jpegFile.ftell(); in createJPEGFileMap()
618 entry->bytePos = jpegFile.ftell(); in createJPEGFileMap()
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/avisource/
H A DAVIReadIndex.cpp223 void VDAVIReadIndex::AddChunk(sint64 bytePos, uint32 sizeAndKeyFrameFlag) { in AddChunk() argument
229 …if ((uint64)(bytePos - sec->mByteOffset) >= (uint64)0x100000000 || mSampleCount - sec->mChunkOffse… in AddChunk()
231 sec->mByteOffset = bytePos; in AddChunk()
256 ient.mByteOffset = (uint32)bytePos - (uint32)sec->mByteOffset; in AddChunk()
262 VDASSERT(ient.mByteOffset + sec->mByteOffset == bytePos); in AddChunk()
300 sint64 bytePos = sec->mByteOffset + bytePosOffset + ient.mByteOffset; in Append() local
301 AddChunk(bytePos, ient.mSizeAndKeyFrameFlag); in Append()
/dports/misc/veles/veles-2018.05.0/src/ui/
H A Dhexedit.cc567 if (bytePos >= dataBytesCount_) { in pointToBytePos()
568 bytePos = dataBytesCount_ - 1; in pointToBytePos()
571 if (bytePos < 0) { in pointToBytePos()
572 bytePos = 0; in pointToBytePos()
575 return bytePos; in pointToBytePos()
1140 if (bytePos < 0) { in setSelectionEnd()
1141 bytePos = 0; in setSelectionEnd()
1144 if (bytePos >= dataBytesCount_) { in setSelectionEnd()
1145 bytePos = dataBytesCount_ - 1; in setSelectionEnd()
1292 return isRangeVisible(bytePos, 1); in isByteVisible()
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dutility.h213 int bytePos = bit / 8; in processIntegerSignal() local
214 if (bytePos >= data.count()) return 0; //error! in processIntegerSignal()
227 int bytePos = bit / 8; in processIntegerSignal() local
228 if (bytePos >= data.count()) return 0; //error! in processIntegerSignal()

123456789