Home
last modified time | relevance | path

Searched refs:skip_count (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/jemalloc/dist/test/
H A Dtest.sh.in32 skip_count=0
35 if [ $pass_count -ne 0 -o $skip_count -ne 0 -o $fail_count != 0 ] ; then
60 skip_count=$((skip_count+1))
72 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
74 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, f…
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dbacktrace.c95 int skip_count; member
103 if (arg->skip_count > 0) { in btcallback()
104 arg->skip_count--; in btcallback()
123 arg.skip_count = 1; in isc_backtrace_gettrace()
/netbsd-src/usr.bin/gzip/
H A Dgzip.c772 int flags = 0, skip_count = 0; in gz_uncompress() local
874 skip_count = 6; in gz_uncompress()
879 if (skip_count > 0) { in gz_uncompress()
880 skip_count--; in gz_uncompress()
891 skip_count = *z.next_in; in gz_uncompress()
897 skip_count |= ((*z.next_in) << 8); in gz_uncompress()
903 if (skip_count > 0) { in gz_uncompress()
904 skip_count--; in gz_uncompress()
932 skip_count = 2; in gz_uncompress()
934 skip_count = 0; in gz_uncompress()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
450 std::string CurrentStackTrace(int max_depth, int skip_count) override;
641 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
H A Dgtest.cc819 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { in CurrentOsStackTraceExceptTop() argument
822 skip_count + 1 in CurrentOsStackTraceExceptTop()
4430 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() argument
4444 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1); in CurrentStackTrace()
4475 static_cast<void>(skip_count); in CurrentStackTrace()
5694 int skip_count) { in GetCurrentOsStackTraceExceptTop() argument
5697 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); in GetCurrentOsStackTraceExceptTop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-unswitch.cc891 profile_count skip_count = guard->src->count.nonzero_p () in hoist_guard() local
896 if (skip_count > e->count ()) in hoist_guard()
899 skip_count = e->count (); in hoist_guard()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-unswitch.c854 profile_count skip_count = guard->src->count.nonzero_p () in hoist_guard() local
859 if (skip_count > e->count ()) in hoist_guard()
862 skip_count = e->count (); in hoist_guard()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h808 UnitTest* unit_test, int skip_count);
/netbsd-src/sys/dev/pci/
H A Dmpiireg.h735 u_int32_t skip_count; member
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c3621 static int skip_count = 0; variable
3644 skip_count++; in param_check_skip_handler()
3693 skip_count = 0; in START_TEST()
3716 if (skip_count != 1) in START_TEST()