Home
last modified time | relevance | path

Searched refs:nBufPos (Results 1 – 24 of 24) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/odbcinst/
H A D_SQLGetInstalledDrivers.c30 int nBufPos = 0; in _SQLGetInstalledDrivers() local
80 nBufPos = 0; in _SQLGetInstalledDrivers()
104 nBufPos += strlen( szObjectName ) + 1; in _SQLGetInstalledDrivers()
112 if ( nBufPos == 0 ) in _SQLGetInstalledDrivers()
132 if ( nBufPos + 1 + strlen( szPropertyName ) >= nRetBuffer ) in _SQLGetInstalledDrivers()
140 nBufPos += strlen( szPropertyName ) + 1; in _SQLGetInstalledDrivers()
148 if ( nBufPos == 0 ) in _SQLGetInstalledDrivers()
173 nStrToCopy = nRetBuffer - nBufPos - 2; in _SQLGetInstalledDrivers()
175 nBufPos += nStrToCopy; in _SQLGetInstalledDrivers()
179 nBufPos--; in _SQLGetInstalledDrivers()
[all …]
H A DSQLGetInstalledDrivers.c20 WORD nBufPos = 0; in SQLGetInstalledDrivers() local
56 if ( (strlen( szObjectName )+1) > (nBufMax - nBufPos) ) in SQLGetInstalledDrivers()
58 nToCopySize = nBufMax - nBufPos; in SQLGetInstalledDrivers()
59 strncpy( &(pszBuf[nBufPos]), szObjectName, nToCopySize ); in SQLGetInstalledDrivers()
60 nBufPos = nBufMax; in SQLGetInstalledDrivers()
65 strcpy( &(pszBuf[nBufPos]), szObjectName ); in SQLGetInstalledDrivers()
66 nBufPos += strlen( szObjectName )+1; in SQLGetInstalledDrivers()
73 *pnBufOut = nBufPos; in SQLGetInstalledDrivers()
H A DSQLGetPrivateProfileString.c377 int nBufPos = 0; in SQLGetPrivateProfileString() local
460 nBufPos = 0; in SQLGetPrivateProfileString()
545 _odbcinst_GetSections( hIni, pRetBuffer, nRetBuffer, &nBufPos ); in SQLGetPrivateProfileString()
547 if (nBufPos > 0) in SQLGetPrivateProfileString()
557 _odbcinst_GetEntries( hIni, pszSection, pRetBuffer, nRetBuffer, &nBufPos ); in SQLGetPrivateProfileString()
558 if (nBufPos > 0) in SQLGetPrivateProfileString()
595 nBufPos = strlen( szValue ); in SQLGetPrivateProfileString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx51 sal_Int32 nBufPos( 0 ); in encodeBase64() local
52 for( sal_Int32 i = 0; i < nFullTripleLength; i += 3, nBufPos += 4 ) in encodeBase64()
61 aBuf[nBufPos] = aBase64EncodeTable [nIndex]; in encodeBase64()
64 aBuf[nBufPos+1] = aBase64EncodeTable [nIndex]; in encodeBase64()
67 aBuf[nBufPos+2] = aBase64EncodeTable [nIndex]; in encodeBase64()
70 aBuf[nBufPos+3] = aBase64EncodeTable [nIndex]; in encodeBase64()
86 aBuf[nBufPos] = aBase64EncodeTable [nIndex]; in encodeBase64()
89 aBuf[nBufPos+1] = aBase64EncodeTable [nIndex]; in encodeBase64()
94 aBuf[nBufPos+2] = aBase64EncodeTable [nIndex]; in encodeBase64()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx51 sal_Int32 nBufPos( 0 ); in encodeBase64() local
52 for( sal_Int32 i = 0; i < nFullTripleLength; i += 3, nBufPos += 4 ) in encodeBase64()
61 aBuf[nBufPos] = aBase64EncodeTable [nIndex]; in encodeBase64()
64 aBuf[nBufPos+1] = aBase64EncodeTable [nIndex]; in encodeBase64()
67 aBuf[nBufPos+2] = aBase64EncodeTable [nIndex]; in encodeBase64()
70 aBuf[nBufPos+3] = aBase64EncodeTable [nIndex]; in encodeBase64()
86 aBuf[nBufPos] = aBase64EncodeTable [nIndex]; in encodeBase64()
89 aBuf[nBufPos+1] = aBase64EncodeTable [nIndex]; in encodeBase64()
94 aBuf[nBufPos+2] = aBase64EncodeTable [nIndex]; in encodeBase64()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/lspc/
H A DLSPCChunkWriter.cpp47 if ((nBufPos > 0) || ((flags & F_FORCE) && (nChunksOut <= 0)) || (flags & F_LAST)) in do_flush()
51 hdr.size = nBufPos; in do_flush()
64 pFile->write(pBuffer, nBufPos); in do_flush()
69 nBufPos = 0; in do_flush()
86 size_t can_write = nBufSize - nBufPos; in write()
88 if ((nBufPos > 0) || (count < can_write)) in write()
94 memcpy(&pBuffer[nBufPos], src, can_write); in write()
95 nBufPos += can_write; in write()
100 if (nBufPos >= nBufSize) in write()
121 nBufPos = 0; in write()
H A DLSPCChunkReader.cpp56 size_t to_read = nBufTail - nBufPos; in read()
64 memcpy(dst, &pBuffer[nBufPos], to_read); in read()
68 nBufPos += to_read; in read()
98 nBufPos = 0; in read()
203 size_t to_read = nBufTail - nBufPos; in skip()
211 nBufPos += to_read; in skip()
H A DLSPCChunkAccessor.cpp180 nBufPos = 0; in LSPCChunkAccessor()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dymz280b.cpp64 INT32 nBufPos; member
91 YMZ280BChannelInfo[j].nBufPos = 4; in YMZ280BReset()
347 if (channelInfo->nBufPos > 0x0FF0) { in ComputeOutput_Cubic()
352 channelInfo->nBufPos = 4; in ComputeOutput_Cubic()
356 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 4], in ComputeOutput_Cubic()
357 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 3], in ComputeOutput_Cubic()
358 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 2], in ComputeOutput_Cubic()
359 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 1]); in ComputeOutput_Cubic()
494 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos++] = channelInfo->nSample; in RenderADPCMLoop_Cubic()
612 YMZ280BChannelInfo[nWriteChannel].nBufPos = 1; in YMZ280BWriteRegister()
[all …]
H A Dmsm6295.cpp37 INT32 nBufPos; member
130 MSM6295[nChip].ChannelInfo[nChannel].nBufPos = 4; in MSM6295Reset()
286 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos++] = pChannelInfo->nOutput / 16; in MSM6295Render_Cubic()
322 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos++] = pChannelInfo->nOutput / 16; in MSM6295Render_Cubic()
330 if (pChannelInfo->nBufPos > 0x0FF0) { in MSM6295Render_Cubic()
335 pChannelInfo->nBufPos = 4; in MSM6295Render_Cubic()
339 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 4], in MSM6295Render_Cubic()
340 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 3], in MSM6295Render_Cubic()
341 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 2], in MSM6295Render_Cubic()
342 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 1]); in MSM6295Render_Cubic()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dymz280b.cpp62 INT32 nBufPos; member
89 YMZ280BChannelInfo[j].nBufPos = 4; in YMZ280BReset()
341 if (channelInfo->nBufPos > 0x0FF0) { in ComputeOutput_Cubic()
346 channelInfo->nBufPos = 4; in ComputeOutput_Cubic()
350 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 4], in ComputeOutput_Cubic()
351 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 3], in ComputeOutput_Cubic()
352 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 2], in ComputeOutput_Cubic()
353 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos - 1]); in ComputeOutput_Cubic()
488 YMZ280BChannelData[nActiveChannel][channelInfo->nBufPos++] = channelInfo->nSample; in RenderADPCMLoop_Cubic()
603 YMZ280BChannelInfo[nWriteChannel].nBufPos = 1; in YMZ280BWriteRegister()
[all …]
H A Dmsm6295.cpp22 INT32 nBufPos; member
115 MSM6295[nChip].ChannelInfo[nChannel].nBufPos = 4; in MSM6295Reset()
263 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos++] = pChannelInfo->nOutput / 16; in MSM6295Render_Cubic()
299 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos++] = pChannelInfo->nOutput / 16; in MSM6295Render_Cubic()
307 if (pChannelInfo->nBufPos > 0x0FF0) { in MSM6295Render_Cubic()
312 pChannelInfo->nBufPos = 4; in MSM6295Render_Cubic()
316 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 4], in MSM6295Render_Cubic()
317 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 3], in MSM6295Render_Cubic()
318 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 2], in MSM6295Render_Cubic()
319 MSM6295ChannelData[nChip][nChannel][pChannelInfo->nBufPos - 1]); in MSM6295Render_Cubic()
[all …]
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfilereader.cc72 virtual bool UncompMore(char *szInBuf, size_t nBufSize, size_t &nBufPos, acbuf &UncompBuf) =0;
96 virtual bool UncompMore(char *szInBuf, size_t nBufSize, size_t &nBufPos, acbuf &UncompBuf) override in UncompMore() argument
98 strm.next_in = szInBuf + nBufPos; in UncompMore()
99 strm.avail_in = nBufSize - nBufPos; in UncompMore()
106 nBufPos = nBufSize - strm.avail_in; in UncompMore()
144 strm.next_in = (uint8_t*) szInBuf + nBufPos; in UncompMore()
145 strm.avail_in = nBufSize - nBufPos; in UncompMore()
152 nBufPos = nBufSize - strm.avail_in; in UncompMore()
198 strm.next_in = (uint8_t*) szInBuf + nBufPos; in UncompMore()
199 strm.avail_in = nBufSize - nBufPos; in UncompMore()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/inc/
H A Dlex.hxx102 sal_Int32 nBufPos; member in SvTokenStream
121 return (nBufPos < aBufStr.getLength()) in GetFastNextChar()
122 ? aBufStr[nBufPos++] in GetFastNextChar()
143 while( n < nBufPos ) in CalcColumn()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/inc/
H A Dlex.hxx102 sal_Int32 nBufPos; member in SvTokenStream
121 return (nBufPos < aBufStr.getLength()) in GetFastNextChar()
122 ? aBufStr[nBufPos++] in GetFastNextChar()
143 while( n < nBufPos ) in CalcColumn()
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/cmptools/
H A Dlex.cxx78 nBufPos = 0; in InitCtor()
130 while (aBufStr.getLength() <= nBufPos) in GetNextChar()
136 nBufPos = 0; in GetNextChar()
142 nBufPos = 0; in GetNextChar()
146 nChar = aBufStr[nBufPos++]; in GetNextChar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/cmptools/
H A Dlex.cxx78 nBufPos = 0; in InitCtor()
130 while (aBufStr.getLength() <= nBufPos) in GetNextChar()
136 nBufPos = 0; in GetNextChar()
142 nBufPos = 0; in GetNextChar()
146 nChar = aBufStr[nBufPos++]; in GetNextChar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dscanner.cxx37 nBufPos = 0; in SbiScanner()
172 if(nBufPos >= aBuf.getLength()) in readLine()
175 sal_Int32 n = nBufPos; in readLine()
183 while(nBufPos < nEnd && BasicCharClass::isWhitespace(aBuf[nEnd - 1])) in readLine()
186 aLine = aBuf.copy(nBufPos, nEnd - nBufPos); in readLine()
194 nBufPos = n; in readLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dscanner.cxx41 , nBufPos(0) in SbiScanner()
174 if(nBufPos >= aBuf.getLength()) in readLine()
177 sal_Int32 n = nBufPos; in readLine()
185 while(nBufPos < nEnd && BasicCharClass::isWhitespace(aBuf[nEnd - 1])) in readLine()
188 aLine = aBuf.copy(nBufPos, nEnd - nBufPos); in readLine()
196 nBufPos = n; in readLine()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/files/lspc/
H A DLSPCChunkAccessor.h62 size_t nBufPos; // Current buffer position variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dscanner.hxx52 sal_Int32 nBufPos; member in SbiScanner
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Dscanner.hxx53 sal_Int32 nBufPos; member in SbiScanner
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog459198 SvTokenStream::nBufPos should be sal_Int32
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog721247 SvTokenStream::nBufPos should be sal_Int32