Home
last modified time | relevance | path

Searched refs:nListCount (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/qt/
H A Dbzip.cpp13 static struct ZipEntry* List = NULL; static int nListCount = 0; // List of entries for current zip … variable
35 for (int i = 0; i < nListCount; i++) { in BzipListFree()
45 nListCount = 0; in BzipListFree()
86 for (i = 0, pl = List; i < nListCount; i++, pl++) { in FindRomByName()
101 for (i = 0, pl = List; i< nListCount; i++, pl++) { in FindRomByCrc()
380 ZipGetList(&List, &nListCount); // Get the list of entries in BzipOpen()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/qt/
H A Dbzip.cpp13 static struct ZipEntry* List = NULL; static int nListCount = 0; // List of entries for current zip … variable
35 for (int i = 0; i < nListCount; i++) { in BzipListFree()
45 nListCount = 0; in BzipListFree()
86 for (i = 0, pl = List; i < nListCount; i++, pl++) { in FindRomByName()
101 for (i = 0, pl = List; i< nListCount; i++, pl++) { in FindRomByCrc()
380 ZipGetList(&List, &nListCount); // Get the list of entries in BzipOpen()
/dports/editors/libreoffice/libreoffice-7.2.6.2/idl/source/objects/
H A Dslot.cxx269 sal_uInt16 nListCount = static_cast<sal_uInt16>(rList.size()); in Insert() local
272 if ( !nListCount ) in Insert()
274 else if ( nListCount == 1 ) in Insert()
279 sal_uInt16 nHigh = nListCount - 1; in Insert()
284 DBG_ASSERT( nMid < nListCount, "bsearch is buggy" ); in Insert()
306 DBG_ASSERT( nPos <= nListCount, in Insert()
308 DBG_ASSERT( nPos == nListCount || nId <= in Insert()
314 DBG_ASSERT( nPos+1 >= nListCount || nId < in Insert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idl/source/objects/
H A Dslot.cxx289 sal_uInt16 nListCount = static_cast<sal_uInt16>(rList.size()); in Insert() local
292 if ( !nListCount ) in Insert()
294 else if ( nListCount == 1 ) in Insert()
299 sal_uInt16 nHigh = nListCount - 1; in Insert()
304 DBG_ASSERT( nMid < nListCount, "bsearch is buggy" ); in Insert()
326 DBG_ASSERT( nPos <= nListCount, in Insert()
328 DBG_ASSERT( nPos == nListCount || nId <= in Insert()
334 DBG_ASSERT( nPos+1 >= nListCount || nId < in Insert()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/sdl/
H A Dbzip.cpp11 static struct ZipEntry* List = NULL; static int nListCount = 0; // List of entries for current zip … variable
21 for (int i = 0; i < nListCount; i++) { in BzipListFree()
31 nListCount = 0; in BzipListFree()
72 for (i = 0, pl = List; i < nListCount; i++, pl++) { in FindRomByName()
87 for (i = 0, pl = List; i< nListCount; i++, pl++) { in FindRomByCrc()
382 ZipGetList(&List, &nListCount); // Get the list of entries in BzipOpen()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dbzip.cpp11 static struct ZipEntry* List = NULL; static int nListCount = 0; // List of entries for current zip … variable
22 for (int i = 0; i < nListCount; i++) in BzipListFree()
34 nListCount = 0; in BzipListFree()
114 for (i = 0, pl = List; i < nListCount; i++, pl++) in FindRomByName()
134 for (i = 0, pl = List; i < nListCount; i++, pl++) in FindRomByCrc()
546 …ZipGetList(&List, &nListCount); … in BzipOpen()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dbzip.cpp11 static struct ZipEntry* List = NULL; static int nListCount = 0; // List of entries for current zip … variable
19 for (int i = 0; i < nListCount; i++) { in BzipListFree()
29 nListCount = 0; in BzipListFree()
70 for (i = 0, pl = List; i < nListCount; i++, pl++) { in FindRomByName()
87 for (i = 0, pl = List; i< nListCount; i++, pl++) { in FindRomByCrc()
451 ZipGetList(&List, &nListCount); // Get the list of entries in BzipOpen()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWebKit/
H A Dbug_959.py101 nListCount = len(FUNCTIONS_LIST) - 1
105 if functionID < nListCount:
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWebKit/
H A Dbug_959.py101 nListCount = len(FUNCTIONS_LIST) - 1
105 if functionID < nListCount:
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWebKit/
H A Dbug_959.py101 nListCount = len(FUNCTIONS_LIST) - 1
105 if functionID < nListCount:
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dbzip.cpp11 static struct ZipEntry* List = NULL; static int nListCount = 0; // List of entries for current zip … variable
19 for (int i = 0; i < nListCount; i++) { in BzipListFree()
29 nListCount = 0; in BzipListFree()
93 for (i = 0, pl = List; i < nListCount; i++, pl++) { in FindRomByName()
110 for (i = 0, pl = List; i< nListCount; i++, pl++) { in FindRomByCrc()
459 ZipGetList(&List, &nListCount); // Get the list of entries in BzipOpen()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dmenuitemlist.cxx173 size_t nListCount = maItemList.size(); in SearchItem() local
181 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()
215 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dmenuitemlist.cxx177 size_t nListCount = maItemList.size(); in SearchItem() local
185 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()
219 for ( rPos = 0; rPos < nListCount; rPos++) in SearchItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddbdocimp.cxx158 sal_Int32 nListCount = 0; in DoImport() local
164 nListCount = aSelection.getLength(); in DoImport()
165 if ( nListCount > 0 ) in DoImport()
302 if (nListPos < nListCount) in DoImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddbdocimp.cxx157 sal_Int32 nListCount = 0; in DoImport() local
163 nListCount = aSelection.getLength(); in DoImport()
164 if ( nListCount > 0 ) in DoImport()
301 if (nListPos < nListCount) in DoImport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable4.cxx1087 sal_uInt16 nListCount = pListData->GetSubCount(); in FillAuto() local
1124 if (nListIndex >= nListCount) nListIndex -= nListCount; in FillAuto()
1128 if (nListIndex < nInc) nListIndex += nListCount; in FillAuto()
1148 nAdjust = nAdjust % nListCount; in FillAuto()
1150 nAdjust += nListCount; in FillAuto()
1162 if (nListIndex >= nListCount) nListIndex -= nListCount; in FillAuto()
1166 if (nListIndex < nInc) nListIndex += nListCount; in FillAuto()
1268 sal_uInt16 nListCount = pListData->GetSubCount(); in GetAutoFillPreview() local
1269 if ( nListCount ) in GetAutoFillPreview()
1273 nIndex += nListCount; in GetAutoFillPreview()
[all …]
H A Dconditio.cxx767 size_t nListCount = rRanges.size(); in FillCache() local
768 for( size_t i = 0; i < nListCount; i++ ) in FillCache()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable4.cxx739 sal_uInt16 nListCount = pListData->GetSubCount(); in FillAuto() local
746 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()
759 if (nListIndex >= nListCount) nListIndex = 0; in FillAuto()
763 if (nListIndex == 0) nListIndex = nListCount; in FillAuto()
857 sal_uInt16 nListCount = pListData->GetSubCount(); in GetAutoFillPreview() local
858 if ( nListCount ) in GetAutoFillPreview()
862 nIndex += nListCount; in GetAutoFillPreview()
863 sal_uLong nPos = ( nListIndex + nIndex - nSub ) % nListCount; in GetAutoFillPreview()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par3.cxx1137 sal_uInt16 nListCount(0); in WW8ListManager() local
1138 rSt.ReadUInt16( nListCount ); in WW8ListManager()
1140 bOk = nListCount > 0; in WW8ListManager()
1148 if (nListCount > nMaxRecords) in WW8ListManager()
1151 " max possible entries, but " << nListCount << " claimed, truncating"); in WW8ListManager()
1152 nListCount = nMaxRecords; in WW8ListManager()
1154 for (sal_uInt16 nList=0; nList < nListCount; ++nList) in WW8ListManager()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par3.cxx1161 sal_uInt16 nListCount(0); in WW8ListManager() local
1162 rSt.ReadUInt16( nListCount ); in WW8ListManager()
1164 bOk = nListCount > 0; in WW8ListManager()
1172 if (nListCount > nMaxRecords) in WW8ListManager()
1175 " max possible entries, but " << nListCount << " claimed, truncating"); in WW8ListManager()
1176 nListCount = nMaxRecords; in WW8ListManager()
1178 for (sal_uInt16 nList=0; nList < nListCount; ++nList) in WW8ListManager()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Ddrawview.cxx442 const size_t nListCount = pLst->GetObjCount(); in MarkListHasChanged() local
443 if ( nListCount == 0 ) in MarkListHasChanged()
450 for ( size_t j = 0; j < nListCount; ++j ) in MarkListHasChanged()
H A Dcellsh3.cxx77 sal_uInt32 nListCount = pFuncList->GetCount(); in lcl_lokGetWholeFunctionList() local
79 for(sal_uInt32 i = 0; i < nListCount; ++i) in lcl_lokGetWholeFunctionList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Ddrawview.cxx440 const size_t nListCount = pLst->GetObjCount(); in MarkListHasChanged() local
441 if ( nListCount == 0 ) in MarkListHasChanged()
448 for ( size_t j = 0; j < nListCount; ++j ) in MarkListHasChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1065 std::vector< std::shared_ptr<OTableRow> >::size_type nListCount( in GetFieldDescr() local
1067 if( (nRow<0) || (sal::static_int_cast< unsigned long >(nRow)>=nListCount) ) in GetFieldDescr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1069 std::vector< std::shared_ptr<OTableRow> >::size_type nListCount( in GetFieldDescr() local
1071 if( (nRow<0) || (sal::static_int_cast< unsigned long >(nRow)>=nListCount) ) in GetFieldDescr()

12