Home
last modified time | relevance | path

Searched refs:rm_count (Results 1 – 15 of 15) sorted by relevance

/dports/ports-mgmt/ports-tools/ports-tools-1.8/
H A Dpkg-deleaf12 rm_count=0 # removed packages counter
136 if [ $rm_count -gt 0 -a $count -gt 0 ]; then
154 rm_count=$((rm_count+1));
168 [ $rm_count -gt 0 ] &&
169 echo "===> Packages removed: $rm_count Disk space freed: $(number_humanize $rm_freed)"
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/mozwebidlcodegen/test/
H A Dtest_mozwebidlcodegen.py183 rm_count = 0
185 rm_count += 1
189 rm_count += 1
194 self.assertEqual(len(result.created), rm_count)
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/mozwebidlcodegen/test/
H A Dtest_mozwebidlcodegen.py174 rm_count = 0
176 rm_count += 1
180 rm_count += 1
185 self.assertEqual(len(result.created), rm_count)
/dports/www/firefox/firefox-99.0/dom/bindings/mozwebidlcodegen/test/
H A Dtest_mozwebidlcodegen.py183 rm_count = 0
185 rm_count += 1
189 rm_count += 1
194 self.assertEqual(len(result.created), rm_count)
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/mozwebidlcodegen/test/
H A Dtest_mozwebidlcodegen.py183 rm_count = 0
185 rm_count += 1
189 rm_count += 1
194 self.assertEqual(len(result.created), rm_count)
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/mozwebidlcodegen/test/
H A Dtest_mozwebidlcodegen.py173 rm_count = 0
175 rm_count += 1
179 rm_count += 1
184 self.assertEqual(len(result.created), rm_count)
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/mozwebidlcodegen/test/
H A Dtest_mozwebidlcodegen.py172 rm_count = 0
174 rm_count += 1
178 rm_count += 1
183 self.assertEqual(len(result.created), rm_count)
/dports/graphics/freeglut/freeglut-3.2.1/src/x11/
H A Dfg_spaceball_x11.c329 int rm_count = 0; in spnav_remove_events() local
335 rm_count++; in spnav_remove_events()
337 return rm_count; in spnav_remove_events()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_spaceball.c369 int rm_count = 0; in spnav_remove_events() local
375 rm_count++; in spnav_remove_events()
377 return rm_count; in spnav_remove_events()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/x11/
H A Dfg_spaceball_x11.c328 int rm_count = 0; in spnav_remove_events() local
334 rm_count++; in spnav_remove_events()
336 return rm_count; in spnav_remove_events()
/dports/devel/re2c/re2c-2.2/lib/
H A Dregexec_dfa.cc163 size_t rm_count = 1; in regparse_dfa() local
167 rm_count += count[finvers[t]] * (1 + (tag.hsub - tag.lsub) / 2); in regparse_dfa()
171 size_t memsize = nmatch * sizeof(subhistory_t) + rm_count * sizeof(regmatch_t); in regparse_dfa()
H A Dregexec_dfa_regless.cc191 size_t rm_count = 1; in regparse_dfa_regless() local
195 rm_count += count[t] * (1 + (tag.hsub - tag.lsub) / 2); in regparse_dfa_regless()
199 size_t memsize = nmatch * sizeof(subhistory_t) + rm_count * sizeof(regmatch_t); in regparse_dfa_regless()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwwt.c2073 it->rm_count++; in exec_add()
2244 it.rm_count = 0; in cmd_add()
2287 it.rm_count++; in cmd_add()
2307 rm_count += it.rm_count; in cmd_add()
2319 ,it.rm_count in cmd_add()
2326 if ( it.rm_count ) in cmd_add()
2328 it.rm_count, it.rm_count == 1 ? "" : "s" ); in cmd_add()
2821 rm_count += wbfs_rm_count; in cmd_extract()
2871 if (rm_count) in cmd_extract()
2873 rm_count, rm_count==1 ? "" : "s", in cmd_extract()
[all …]
H A Diso-interface.h350 uint rm_count; // remove counter member
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dresults.c2462 int i, mv_count, rm_count = 0; in RemoveDeleted() local
2495 rm_count++; in RemoveDeleted()
2498 MYLOG(0, "removed count=%d,%d\n", rm_count, res->dl_count); in RemoveDeleted()
2682 int i, num_fields = res->num_fields, rm_count = 0; in RemoveUpdatedAfterTheKey() local
2724 rm_count++; in RemoveUpdatedAfterTheKey()
2727 MYLOG(0, "removed count=%d,%d\n", rm_count, res->up_count); in RemoveUpdatedAfterTheKey()