Home
last modified time | relevance | path

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

/dports/lang/maude/maude-2.7.1/src/Meta/
H A DmetaOpCache.cc121 int nrEntries = cache.length(); in remove() local
122 for (int i = 0; i < nrEntries; i++) in remove()
129 for (i++; i < nrEntries; i++) in remove()
131 cache.contractTo(nrEntries - 1); in remove()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcraster/libcsf/
H A Dlegend.c106 size_t nrEntries) /* number of array elements. That is name plus real legend entries */ in MputLegend() argument
113 SortEntries(l, nrEntries); in MputLegend()
114 if (CsfSeekAttrSpace(m, ATTR_ID_LEGEND_V2, (size_t)(nrEntries*CSF_LEGEND_ENTRY_SIZE)) == 0) in MputLegend()
116 for(i = 0; i < (int)nrEntries; i++) in MputLegend()
H A Dcsf.h319 int MputLegend(MAP *m, CSF_LEGEND *l, size_t nrEntries);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcraster/libcsf/
H A Dlegend.c107 size_t nrEntries) /* number of array elements. That is name plus real legend entries */ in MputLegend() argument
114 SortEntries(l, nrEntries); in MputLegend()
115 if (CsfSeekAttrSpace(m, ATTR_ID_LEGEND_V2, (size_t)(nrEntries*CSF_LEGEND_ENTRY_SIZE)) == 0) in MputLegend()
117 for(i = 0; i < (int)nrEntries; i++) in MputLegend()
H A Dcsf.h324 int MputLegend(MAP *m, CSF_LEGEND *l, size_t nrEntries);
/dports/graphics/gdal/gdal-3.3.3/frmts/pcraster/libcsf/
H A Dlegend.c107 size_t nrEntries) /* number of array elements. That is name plus real legend entries */ in MputLegend() argument
114 SortEntries(l, nrEntries); in MputLegend()
115 if (CsfSeekAttrSpace(m, ATTR_ID_LEGEND_V2, (size_t)(nrEntries*CSF_LEGEND_ENTRY_SIZE)) == 0) in MputLegend()
117 for(i = 0; i < (int)nrEntries; i++) in MputLegend()
H A Dcsf.h324 int MputLegend(MAP *m, CSF_LEGEND *l, size_t nrEntries);
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcraster/libcsf/
H A Dlegend.c107 size_t nrEntries) /* number of array elements. That is name plus real legend entries */ in MputLegend() argument
114 SortEntries(l, nrEntries); in MputLegend()
115 if (CsfSeekAttrSpace(m, ATTR_ID_LEGEND_V2, (size_t)(nrEntries*CSF_LEGEND_ENTRY_SIZE)) == 0) in MputLegend()
117 for(i = 0; i < (int)nrEntries; i++) in MputLegend()
H A Dcsf.h324 int MputLegend(MAP *m, CSF_LEGEND *l, size_t nrEntries);
/dports/news/nzbget/nzbget-21.1/daemon/remote/
H A DBinRpc.cpp716 int nrEntries; in Execute() local
722 nrEntries = ntohl(LogRequest.m_lines); in Execute()
725 if (nrEntries > 0) in Execute()
727 if (nrEntries > (int)messages->size()) in Execute()
729 nrEntries = messages->size(); in Execute()
731 start = messages->size() - nrEntries; in Execute()
740 nrEntries = messages->size() - start; in Execute()
741 if (nrEntries < 0) in Execute()
743 nrEntries = 0; in Execute()
1062 int nrEntries = 0; in Execute() local
[all …]
H A DXmlRpc.cpp1899 int nrEntries = 0; in Execute() local
1900 NextParamAsInt(&nrEntries); in Execute()
1966 AppendPostInfoFields(nzbInfo->GetPostInfo(), nrEntries, false); in Execute()
2296 int nrEntries = 0; in Execute() local
2297 NextParamAsInt(&nrEntries); in Execute()
2344 AppendPostInfoFields(postInfo, nrEntries, true); in Execute()
/dports/lang/maude/maude-2.7.1/src/Utility/
H A DintSystem.cc50 int nrEntries = eqn.size(); in insertEqn() local
55 for (; i < nrEntries; ++i) in insertEqn()
/dports/news/nzbget/nzbget-21.1/daemon/queue/
H A DQueueEditor.cpp475 int nrEntries = (int)nzbInfo->GetFileList()->size(); in PrepareList() local
481 end = nrEntries; in PrepareList()
486 start = nrEntries - 1; in PrepareList()
504 else if (destPos > nrEntries - 1) in PrepareList()
506 workOffset = nrEntries - 1 - index; in PrepareList()
531 int nrEntries = (int)m_downloadQueue->GetQueue()->size(); in PrepareList() local
537 end = nrEntries; in PrepareList()
542 start = nrEntries - 1; in PrepareList()
560 else if (destPos > nrEntries - 1) in PrepareList()
562 workOffset = nrEntries - 1 - index; in PrepareList()
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_avi.c1259 uint32_t nrEntries = 0; in AVI_init() local
1296 nrEntries = _X_LE_32(en + 12); in AVI_init()
1298 printf("[%d:0] Video nrEntries %ld\n", j, (long)nrEntries); in AVI_init()
1304 nvi += nrEntries; in AVI_init()
1370 nrEntries = _X_LE_32(en + 12); in AVI_init()
1378 nai[audtr] += nrEntries; in AVI_init()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/avilib-0.6.10/
H A Davilib.c2819 uint32_t nrEntries = 0; in avi_parse_input_file() local
2851 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2859 nvi += nrEntries; in avi_parse_input_file()
2930 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2939 nai[audtr] += nrEntries; in avi_parse_input_file()
2997 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
3003 nti[audtr] += nrEntries; in avi_parse_input_file()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Davilib.c2407 u32 nrEntries = 0; in avi_parse_input_file() local
2436 nrEntries = str2ulong((unsigned char*)en + 12); in avi_parse_input_file()
2444 nvi += nrEntries; in avi_parse_input_file()
2514 nrEntries = str2ulong((unsigned char*)en + 12); in avi_parse_input_file()
2523 nai[audtr] += nrEntries; in avi_parse_input_file()
/dports/multimedia/transcode/transcode-1.1.7/avilib/
H A Davilib.c2521 uint32_t nrEntries = 0; in avi_parse_input_file() local
2553 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2561 nvi += nrEntries; in avi_parse_input_file()
2636 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2645 nai[audtr] += nrEntries; in avi_parse_input_file()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Davilib.c2401 u32 nrEntries = 0; in avi_parse_input_file() local
2430 nrEntries = str2ulong((unsigned char*)en + 12); in avi_parse_input_file()
2438 nvi += nrEntries; in avi_parse_input_file()
2508 nrEntries = str2ulong((unsigned char*)en + 12); in avi_parse_input_file()
2517 nai[audtr] += nrEntries; in avi_parse_input_file()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Davilib.c2407 u32 nrEntries = 0; in avi_parse_input_file() local
2436 nrEntries = str2ulong((unsigned char*)en + 12); in avi_parse_input_file()
2444 nvi += nrEntries; in avi_parse_input_file()
2514 nrEntries = str2ulong((unsigned char*)en + 12); in avi_parse_input_file()
2523 nai[audtr] += nrEntries; in avi_parse_input_file()
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/
H A Davilib.c2522 uint32_t nrEntries = 0; in avi_parse_input_file() local
2554 nrEntries = str2ulong((unsigned char *)en + 12); in avi_parse_input_file()
2562 nvi += nrEntries; in avi_parse_input_file()
2637 nrEntries = str2ulong((unsigned char *)en + 12); in avi_parse_input_file()
2646 nai[audtr] += nrEntries; in avi_parse_input_file()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Davilib.c2704 uint32_t nrEntries = 0; in avi_parse_input_file() local
2735 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2743 nvi += nrEntries; in avi_parse_input_file()
2814 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2823 nai[audtr] += nrEntries; in avi_parse_input_file()
/dports/multimedia/ogmtools/ogmtools-1.5/avilib/
H A Davilib.c2693 uint32_t nrEntries = 0; in avi_parse_input_file() local
2724 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2732 nvi += nrEntries; in avi_parse_input_file()
2803 nrEntries = str2ulong(en + 12); in avi_parse_input_file()
2812 nai[audtr] += nrEntries; in avi_parse_input_file()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/kopano/
H A Dkopano.php2299 for ($i = 0, $nrEntries = count($abentries); $i < $nrEntries; $i++) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/kopano/
H A Dkopano.php2365 for ($i = 0, $nrEntries = count($abentries); $i < $nrEntries; $i++) {