Home
last modified time | relevance | path

Searched refs:bytePos (Results 26 – 50 of 221) sorted by relevance

123456789

/dports/editors/picpas/PicPas-7940bc3/Source/
H A DParserAsm_PIC10.pas176 bytePos := 0;
180 bytePos := 1;
190 bytePos := 0;
194 bytePos := 1;
198 bytePos := 2;
202 bytePos := 3;
220 bytePos: byte;
255 if bytePos = 0 then begin //Byte bajo
382 bytePos: byte;
435 if bytePos = 0 then begin //Byte bajo
[all …]
H A DParserAsm_PIC17.pas176 bytePos := 0;
180 bytePos := 1;
190 bytePos := 0;
194 bytePos := 1;
198 bytePos := 2;
202 bytePos := 3;
220 bytePos: byte;
255 if bytePos = 0 then begin //Byte bajo
382 bytePos: byte;
435 if bytePos = 0 then begin //Byte bajo
[all …]
H A DParserAsm_PIC16.pas176 bytePos := 0;
180 bytePos := 1;
190 bytePos := 0;
194 bytePos := 1;
198 bytePos := 2;
202 bytePos := 3;
220 bytePos: byte;
255 if bytePos = 0 then begin //Byte bajo
382 bytePos: byte;
435 if bytePos = 0 then begin //Byte bajo
[all …]
/dports/audio/libsonic/sonic-release-0.2.0-65-gba33141/
H A Dwave.c307 int bytePos = 0; in readFromWaveFile() local
317 sample = bytes[bytePos++]; in readFromWaveFile()
318 sample |= (unsigned int)bytes[bytePos++] << 8; in readFromWaveFile()
327 int bytePos = 0; in writeToWaveFile() local
333 if (bytePos == WAVE_BUF_LEN) { in writeToWaveFile()
334 writeBytes(file, bytes, bytePos); in writeToWaveFile()
335 bytePos = 0; in writeToWaveFile()
338 bytes[bytePos++] = sample; in writeToWaveFile()
339 bytes[bytePos++] = sample >> 8; in writeToWaveFile()
341 if (bytePos != 0) { in writeToWaveFile()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/bitseq/
H A Dsequence.go303 bytePos uint64
322 bytePos, bitPos = ordinalToPos(ordinal)
325 bytePos, bitPos, err = getFirstAvailable(h.head, start)
326 ret = posToOrdinal(bytePos, bitPos)
503 return byteOffset + bytePos, bitPos, err
516 bytePos, bitPos := ordinalToPos(ordinal)
524 return bytePos, bitPos, nil
539 n := bytePos
554 inBlockBytePos := bytePos % blockBytes
676 func posToOrdinal(bytePos, bitPos uint64) uint64 { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/docker/libnetwork/bitseq/
H A Dsequence.go303 bytePos uint64
322 bytePos, bitPos = ordinalToPos(ordinal)
325 bytePos, bitPos, err = getFirstAvailable(h.head, start)
326 ret = posToOrdinal(bytePos, bitPos)
503 return byteOffset + bytePos, bitPos, err
516 bytePos, bitPos := ordinalToPos(ordinal)
524 return bytePos, bitPos, nil
539 n := bytePos
554 inBlockBytePos := bytePos % blockBytes
676 func posToOrdinal(bytePos, bitPos uint64) uint64 { argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Dstreamreader.cs77 private int bytePos; field in System.IO.StreamReader
253 bytePos = 0; in Init()
552 … int len = (byteLen >= (_preamble.Length))? (_preamble.Length - bytePos) : (byteLen - bytePos); in IsPreamble()
554 for(int i=0; i<len; i++, bytePos++) { in IsPreamble()
555 if (byteBuffer[bytePos] != _preamble[bytePos]) { in IsPreamble()
556 bytePos = 0; in IsPreamble()
568 bytePos = 0; in IsPreamble()
586 int len = stream.Read(byteBuffer, bytePos, byteBuffer.Length - bytePos); in ReadBuffer()
671 int len = stream.Read(byteBuffer, bytePos, byteBuffer.Length - bytePos); in ReadBuffer()
1155 get { return bytePos; }
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DZDecoder.cpp102 unsigned bytePos = bitPos >> 3; in CodeReal() local
103 …UInt32 symbol = buf[bytePos] | ((UInt32)buf[(size_t)bytePos + 1] << 8) | ((UInt32)buf[(size_t)byte… in CodeReal()
202 unsigned bytePos = bitPos >> 3; in CheckStream() local
203 … UInt32 symbol = buf[bytePos] | ((UInt32)buf[bytePos + 1] << 8) | ((UInt32)buf[bytePos + 2] << 16); in CheckStream()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DZDecoder.cpp102 unsigned bytePos = bitPos >> 3; in CodeReal() local
103 …UInt32 symbol = buf[bytePos] | ((UInt32)buf[(size_t)bytePos + 1] << 8) | ((UInt32)buf[(size_t)byte… in CodeReal()
202 unsigned bytePos = bitPos >> 3; in CheckStream() local
203 … UInt32 symbol = buf[bytePos] | ((UInt32)buf[bytePos + 1] << 8) | ((UInt32)buf[bytePos + 2] << 16); in CheckStream()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_program.cpp41 dst = *((type *) &buf[bytePos]); \
42 bytePos += sizeof(type);
245 uint32_t bytePos = 0; in Initialize() local
419 bytePos += nameLen; in Initialize()
451 bytePos += sizeof(uint16_t) * numVarSyms; in Initialize()
452 bytePos += sizeof(uint16_t) * numVarSyms; in Initialize()
457 bytePos += sizeof(uint16_t) * num_func_syms; in Initialize()
458 bytePos += sizeof(uint16_t) * num_func_syms; in Initialize()
490 bytePos += 4; in Initialize()
502 bytePos += sizeof(uint16_t) * numVarSyms; in Initialize()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_program.cpp41 dst = *((type *) &buf[bytePos]); \
42 bytePos += sizeof(type);
239 uint32_t bytePos = 0; in Initialize() local
407 bytePos += nameLen; in Initialize()
439 bytePos += sizeof(uint16_t) * numVarSyms; in Initialize()
440 bytePos += sizeof(uint16_t) * numVarSyms; in Initialize()
445 bytePos += sizeof(uint16_t) * num_func_syms; in Initialize()
446 bytePos += sizeof(uint16_t) * num_func_syms; in Initialize()
478 bytePos += 4; in Initialize()
490 bytePos += sizeof(uint16_t) * numVarSyms; in Initialize()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmseg/libsrc/
H A Dsegutils.cc57 size_t bytePos = 0; in packBinaryFrame() local
61 bytePos = count / 8; in packBinaryFrame()
62 frame->pixData[bytePos] in packBinaryFrame()
98 size_t bytePos = 0; in unpackBinaryFrame() local
102 bytePos = count / 8; in unpackBinaryFrame()
105 if ((frame->pixData[bytePos] & (1 << bitpos) /* check whether bit at bitpos is set*/)) in unpackBinaryFrame()
/dports/graphics/netpbm/netpbm-10.91.01/other/
H A Dpamendian.c19 unsigned int bytePos; in reverseSample() local
24 for (bytePos = 0; bytePos < bytesPerSample; ++bytePos) { in reverseSample()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/libs/lib7z/
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/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/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/emulators/mess/mame-mame0226/3rdparty/lzma/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/archivers/ppmd-7z/p7zip_9.04/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/security/clamav/clamav-0.104.2/libclamav/7z/
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/security/clamav-lts/clamav-0.103.5/libclamav/7z/
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/zdoom/zdoom-2.8.1/lzma/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/ecwolf/ecwolf-1.3.3-src/lzma/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/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/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/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/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/mame/mame-mame0226/3rdparty/lzma/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/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/SevenZip/
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()

123456789