Home
last modified time | relevance | path

Searched refs:count_before (Results 76 – 92 of 92) sorted by relevance

1234

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dextract.c1713 const size_t count_before = ctx->num_dentries; in append_matched_dentries() local
1723 if (ret || ctx->num_dentries > count_before) in append_matched_dentries()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dclient.cpp570 float count_before = std::floor(m_inventory_from_server_age / interval); in step() local
576 if (count_after != count_before) { in step()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtypes.h428 int * pos_before, count_before, pos_before_has_ids; member
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dmacro-assembler-arm64.cc1189 int count_before = registers.Count(); in PushCPURegList() local
1194 int count = count_before - registers.Count(); in PushCPURegList()
1204 int count_before = registers.Count(); in PopCPURegList() local
1209 int count = count_before - registers.Count(); in PopCPURegList()
/dports/devel/ga/ga-5.8/comex/src-mpi-pt/
H A Dcomex.c699 int count_before = 0; in comex_fence_all() local
711 ++count_before; in comex_fence_all()
717 g_state.rank, group, count_before); in comex_fence_all()
721 if (0 == count_before) { in comex_fence_all()
772 COMEX_ASSERT(count_before == count_after); in comex_fence_all()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/secondary_engine/t/
H A Dquery_preparation.test513 let $count_before = query_get_value(
519 expr $execution_count = $count_after - $count_before;
/dports/devel/splint/splint-3.1.2/src/
H A Dcpplib.c4283 size_t count_before = totlen; in cpplib_macroExpand() local
4293 if (rest_zero && totlen > count_before in cpplib_macroExpand()
4299 while (totlen > count_before && is_space[(int) xbuf[totlen - 1]]) in cpplib_macroExpand()
4305 while (totlen > count_before && ! is_space[(int) xbuf[totlen - 1]]) in cpplib_macroExpand()
/dports/x11-wm/e16/e16-1.0.24/epp/
H A Dcpplib.c2947 int count_before = totlen; in macroexpand() local
2955 if (rest_zero && totlen > count_before in macroexpand()
2960 while (totlen > count_before && is_space[xbuf[totlen - 1]]) in macroexpand()
2964 while (totlen > count_before && !is_space[xbuf[totlen - 1]]) in macroexpand()
/dports/devel/efl/efl-1.25.1/src/bin/edje/epp/
H A Dcpplib.c2948 int count_before = totlen; in macroexpand() local
2956 if (rest_zero && totlen > count_before in macroexpand()
2961 while (totlen > count_before && is_space[xbuf[totlen - 1]]) in macroexpand()
2965 while (totlen > count_before && !is_space[xbuf[totlen - 1]]) in macroexpand()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dclient.cpp619 float count_before = floor(m_inventory_from_server_age / interval); in step() local
625 if(count_after != count_before) in step()
/dports/devel/ga/ga-5.8/comex/src-mpi-pr/
H A Dcomex.c993 int count_before = 0; in comex_fence_all() local
1005 ++count_before; in comex_fence_all()
1011 g_state.rank, group, count_before); in comex_fence_all()
1015 if (0 == count_before) { in comex_fence_all()
1067 COMEX_ASSERT(count_before == count_after); in comex_fence_all()
/dports/devel/cxref/cxref-1.6e/cpp/
H A Dcccp.c8616 int count_before = totlen; local
8624 if (rest_zero && totlen > count_before
8629 while (totlen > count_before && is_space[xbuf[totlen - 1]]) {
8634 while (totlen > count_before && ! is_space[xbuf[totlen - 1]]) {
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/cccp/
H A Dcccp.c8140 int count_before = totlen; local
8148 if (rest_zero && totlen > count_before
8153 while (totlen > count_before && is_space[xbuf[totlen - 1]]) {
8158 while (totlen > count_before && ! is_space[xbuf[totlen - 1]]) {
/dports/cad/openroad/OpenROAD-2.0/src/rsz/src/
H A DResizer.cc2219 int count_before = inserted_buffer_count_; in repairSetup() local
2221 int insert_count = inserted_buffer_count_ - count_before; in repairSetup()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dnode_wrangler.py2368 count_before = len(nodes)
2460 last_add = nodes[count_before]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-heap-profiler.cc2011 int count_before = i::HandleScope::NumberOfHandles(isolate); in TEST() local
2014 CHECK_EQ(count_before, count_after); in TEST()
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.c4627 const unsigned count_before = atomic_add32(&rthc_pending, 1); in thread_rthc_set()
4628 mdbx_ensure(nullptr, count_before < INT_MAX); in thread_rthc_set()
4630 (uintptr_t)rthc_key, count_before); in thread_rthc_set()
4631 (void)count_before; in thread_rthc_set()

1234