Home
last modified time | relevance | path

Searched refs:nRemain (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Diob.cpp31 nRemain = _nRemain; in IOBuffer()
37 if (nSize <= nRemain) in Read()
40 nRemain -= nSize; in Read()
51 if (nSize <= nRemain) in Write()
54 nRemain -= nSize; in Write()
65 if (nSize <= nRemain) in Skip()
67 nRemain -= nSize; in Skip()
H A Diob.h29 int nRemain; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/misc/
H A Dstrmadpt.cxx162 sal_Int32 nRemain in GetData() local
166 if (nRemain == 0) in GetData()
358 sal_Int32 nRemain in PutData() local
362 if (nRemain == 0) in PutData()
376 nWritten += nRemain; in PutData()
487 while (nRemain > 0) in read()
497 nRemain -= nBlock; in read()
510 return nSize - nRemain; in read()
568 if (nRemain <= 0) in write()
580 nRemain -= nBlock; in write()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/misc/
H A Dstrmadpt.cxx162 sal_Int32 nRemain in GetData() local
166 if (nRemain == 0) in GetData()
358 sal_Int32 nRemain in PutData() local
362 if (nRemain == 0) in PutData()
376 nWritten += nRemain; in PutData()
487 while (nRemain > 0) in read()
497 nRemain -= nBlock; in read()
510 return nSize - nRemain; in read()
568 if (nRemain <= 0) in write()
580 nRemain -= nBlock; in write()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/script/
H A Dprint-deflate-huff-table-size.go274 for n > nRemain {
275 n -= nRemain
276 nRemain = 1 << (codeLen - z.primLen)
277 nSecondary += nRemain
279 if n != nRemain {
303 nRemain1 := nRemain * 2
326 if nRemain == 0 {
327 nRemain = 1 << (codeLen - z.primLen)
328 nSecondary += nRemain
332 nRemain--
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/script/
H A Dprint-deflate-huff-table-size.go274 for n > nRemain {
275 n -= nRemain
276 nRemain = 1 << (codeLen - z.primLen)
277 nSecondary += nRemain
279 if n != nRemain {
303 nRemain1 := nRemain * 2
326 if nRemain == 0 {
327 nRemain = 1 << (codeLen - z.primLen)
328 nSecondary += nRemain
332 nRemain--
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/container/
H A Dinterfacecontainer2.cxx50 nRemain = aData.pAsVector->size(); in OInterfaceIteratorHelper2()
55 nRemain = 1; in OInterfaceIteratorHelper2()
58 nRemain = 0; in OInterfaceIteratorHelper2()
88 if( nRemain ) in next()
90 nRemain--; in next()
92 return (*aData.pAsVector)[nRemain].get(); in next()
104 OSL_ASSERT( nRemain >= 0 && in remove()
105 nRemain < static_cast<sal_Int32>(aData.pAsVector->size()) ); in remove()
106 rCont.removeInterface( (*aData.pAsVector)[nRemain] ); in remove()
110 OSL_ASSERT( 0 == nRemain ); in remove()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/container/
H A Dinterfacecontainer2.cxx50 nRemain = aData.pAsVector->size(); in OInterfaceIteratorHelper2()
55 nRemain = 1; in OInterfaceIteratorHelper2()
58 nRemain = 0; in OInterfaceIteratorHelper2()
88 if( nRemain ) in next()
90 nRemain--; in next()
92 return (*aData.pAsVector)[nRemain].get(); in next()
104 OSL_ASSERT( nRemain >= 0 && in remove()
105 nRemain < static_cast<sal_Int32>(aData.pAsVector->size()) ); in remove()
106 rCont.removeInterface( (*aData.pAsVector)[nRemain] ); in remove()
110 OSL_ASSERT( 0 == nRemain ); in remove()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_spawn.cpp199 int nRemain = length; in CPLPipeRead() local
200 while( nRemain > 0 ) in CPLPipeRead()
206 nRemain -= nRead; in CPLPipeRead()
218 int nRemain = length; in CPLPipeWrite() local
219 while( nRemain > 0 ) in CPLPipeWrite()
531 int nRemain = length; in CPLPipeRead() local
532 while( nRemain > 0 ) in CPLPipeRead()
547 nRemain -= n; in CPLPipeRead()
572 int nRemain = length; in CPLPipeWrite() local
573 while( nRemain > 0 ) in CPLPipeWrite()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_spawn.cpp171 int nRemain = length; in CPLPipeRead() local
172 while( nRemain > 0 ) in CPLPipeRead()
178 nRemain -= nRead; in CPLPipeRead()
190 int nRemain = length; in CPLPipeWrite() local
191 while( nRemain > 0 ) in CPLPipeWrite()
476 int nRemain = length; in CPLPipeRead() local
477 while( nRemain > 0 ) in CPLPipeRead()
492 nRemain -= n; in CPLPipeRead()
517 int nRemain = length; in CPLPipeWrite() local
518 while( nRemain > 0 ) in CPLPipeWrite()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_spawn.cpp171 int nRemain = length; in CPLPipeRead() local
172 while( nRemain > 0 ) in CPLPipeRead()
178 nRemain -= nRead; in CPLPipeRead()
190 int nRemain = length; in CPLPipeWrite() local
191 while( nRemain > 0 ) in CPLPipeWrite()
476 int nRemain = length; in CPLPipeRead() local
477 while( nRemain > 0 ) in CPLPipeRead()
492 nRemain -= n; in CPLPipeRead()
517 int nRemain = length; in CPLPipeWrite() local
518 while( nRemain > 0 ) in CPLPipeWrite()
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_spawn.cpp171 int nRemain = length; in CPLPipeRead() local
172 while( nRemain > 0 ) in CPLPipeRead()
178 nRemain -= nRead; in CPLPipeRead()
190 int nRemain = length; in CPLPipeWrite() local
191 while( nRemain > 0 ) in CPLPipeWrite()
476 int nRemain = length; in CPLPipeRead() local
477 while( nRemain > 0 ) in CPLPipeRead()
492 nRemain -= n; in CPLPipeRead()
517 int nRemain = length; in CPLPipeWrite() local
518 while( nRemain > 0 ) in CPLPipeWrite()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx49 const sal_Int32 nRemain(i_nBufferLength%3); in encodeBase64() local
72 if( nRemain > 0 ) in encodeBase64()
76 const sal_Int32 nStart(i_nBufferLength-nRemain); in encodeBase64()
77 switch(nRemain) in encodeBase64()
91 if( nRemain == 2 ) in encodeBase64()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx49 const sal_Int32 nRemain(i_nBufferLength%3); in encodeBase64() local
72 if( nRemain > 0 ) in encodeBase64()
76 const sal_Int32 nStart(i_nBufferLength-nRemain); in encodeBase64()
77 switch(nRemain) in encodeBase64()
91 if( nRemain == 2 ) in encodeBase64()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dinterfacecontainer3.hxx68 , nRemain(maData->size()) in OInterfaceIteratorHelper3()
73 bool hasMoreElements() const { return nRemain != 0; } in hasMoreElements()
91 sal_Int32 nRemain; member in comphelper::OInterfaceIteratorHelper3
100 nRemain--; in next()
101 return (*maData)[nRemain]; in next()
106 rCont.removeInterface((*maData)[nRemain]); in remove()
H A Dinterfacecontainer2.hxx87 { return nRemain != 0; } in hasMoreElements()
104 sal_Int32 nRemain; member in comphelper::OInterfaceIteratorHelper2
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dinterfacecontainer3.hxx78 , nRemain(maData->size()) in OInterfaceIteratorHelper3()
83 bool hasMoreElements() const { return nRemain != 0; } in hasMoreElements()
99 sal_Int32 nRemain; member in comphelper::OInterfaceIteratorHelper3
108 nRemain--; in next()
109 return (*maData)[nRemain]; in next()
114 rCont.removeInterface((*maData)[nRemain]); in remove()
H A Dinterfacecontainer2.hxx87 { return nRemain != 0; } in hasMoreElements()
105 sal_Int32 nRemain; member in comphelper::OInterfaceIteratorHelper2
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/source/
H A Dinterfacecontainer.cxx53 nRemain = aData.pAsVector->size(); in OInterfaceIteratorHelper()
58 nRemain = 1; in OInterfaceIteratorHelper()
61 nRemain = 0; in OInterfaceIteratorHelper()
91 if( nRemain ) in next()
93 nRemain--; in next()
96 return (*aData.pAsVector)[nRemain].get(); in next()
108 OSL_ASSERT( nRemain >= 0 && in remove()
109 nRemain < static_cast<sal_Int32>(aData.pAsVector->size()) ); in remove()
110 XInterface * p = (*aData.pAsVector)[nRemain].get(); in remove()
115 OSL_ASSERT( 0 == nRemain ); in remove()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Dinterfacecontainer.cxx69 nRemain = aData.pAsSequence->getLength(); in OInterfaceIteratorHelper()
74 nRemain = 1; in OInterfaceIteratorHelper()
77 nRemain = 0; in OInterfaceIteratorHelper()
107 if( nRemain ) in next()
109 nRemain--; in next()
112 return aData.pAsSequence->getConstArray()[nRemain].get(); in next()
124 OSL_ASSERT( nRemain >= 0 && in remove()
125 nRemain < aData.pAsSequence->getLength() ); in remove()
126 XInterface * p = aData.pAsSequence->getConstArray()[nRemain].get(); in remove()
131 OSL_ASSERT( 0 == nRemain ); in remove()
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dbase64.c264 int nRemain; in base64_decode_auto() local
270 nRemain = nSrcLen % 4; in base64_decode_auto()
271 if (nRemain == 0) in base64_decode_auto()
276 nPadLen = 4 - nRemain; in base64_decode_auto()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cmd/
H A DcmdPlugin.c559 int nFrames, nRemain; in Cmd_CommandAbcPlugIn() local
562 nRemain = (Vec_IntSize(vCex) - Gia_ManRegNum(pAbc->pGia)) % Gia_ManPiNum(pAbc->pGia); in Cmd_CommandAbcPlugIn()
563 if ( nRemain != 0 ) in Cmd_CommandAbcPlugIn()
573 nRemain = (Vec_IntSize(vCex) - Gia_ManRegNum(pAbc->pGia)) % Gia_ManPiNum(pAbc->pGia); in Cmd_CommandAbcPlugIn()
574 if ( nRemain != 0 ) in Cmd_CommandAbcPlugIn()
/dports/math/mfem/mfem-4.3/linalg/
H A Damgxsolver.cpp410 nRemain = localSize % nDevs; in SetDeviceIDs() local
412 if (myLocalRank < (nBasic+1)*nRemain) in SetDeviceIDs()
419 devID = (myLocalRank - (nBasic+1)*nRemain) / nBasic + nRemain; in SetDeviceIDs()
420 if ((myLocalRank - (nBasic+1)*nRemain) % nBasic == 0) { gpuProc = 0; } in SetDeviceIDs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/store/source/
H A Dstordata.cxx1010 sal_uInt16 nRemain, in truncate() argument
1018 for (sal_uInt16 i = OStoreDirectoryDataBlock::directCount; i > nRemain; i--) in truncate()
1040 for (sal_uInt16 i = OStoreDirectoryDataBlock::singleCount; i > nRemain; i--) in truncate()
1058 for (sal_uInt16 i = OStoreDirectoryDataBlock::doubleCount; i > nRemain; i--) in truncate()
1076 for (sal_uInt16 i = OStoreDirectoryDataBlock::tripleCount; i > nRemain; i--) in truncate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/store/source/
H A Dstordata.cxx1010 sal_uInt16 nRemain, in truncate() argument
1018 for (sal_uInt16 i = OStoreDirectoryDataBlock::directCount; i > nRemain; i--) in truncate()
1040 for (sal_uInt16 i = OStoreDirectoryDataBlock::singleCount; i > nRemain; i--) in truncate()
1058 for (sal_uInt16 i = OStoreDirectoryDataBlock::doubleCount; i > nRemain; i--) in truncate()
1076 for (sal_uInt16 i = OStoreDirectoryDataBlock::tripleCount; i > nRemain; i--) in truncate()

12