Searched refs:skip_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dbacktrace.c94 int skip_count; member in struct:__anon3371
102 if (arg->skip_count > 0)
103 arg->skip_count--;
120 arg.skip_count = 1;
/freebsd-current/usr.bin/gzip/
H A Dgzip.c744 int flags = 0, skip_count = 0; local
846 skip_count = 6;
851 if (skip_count > 0) {
852 skip_count--;
863 skip_count = *z.next_in;
869 skip_count |= ((*z.next_in) << 8);
875 if (skip_count > 0) {
876 skip_count--;
904 skip_count = 2;
906 skip_count
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc431 std::string CurrentStackTrace(int max_depth, int skip_count) override {
432 return (testing::Message() << max_depth << "::" << skip_count << "\n")
457 int skip_count = atoi(log.substr(expected_message.size()).c_str()); local
470 EXPECT_THAT(skip_count,
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h417 // skip_count - the number of top frames to be skipped; doesn't count
419 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
441 std::string CurrentStackTrace(int max_depth, int skip_count) override;
632 // the gtest_stack_trace_depth flag. The skip_count parameter
639 std::string CurrentOsStackTraceExceptTop(int skip_count)
H A Dgtest.cc1133 // the gtest_stack_trace_depth flag. The skip_count parameter
1140 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1142 static_cast<int>(GTEST_FLAG_GET(stack_trace_depth)), skip_count + 1
4971 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count)
4985 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1);
5016 static_cast<void>(skip_count);
6290 // the gtest_stack_trace_depth flag. The skip_count parameter
6298 GetCurrentOsStackTraceExceptTop(int skip_count) {
6299 // We pass skip_count + 1 to skip this wrapper function in addition
6301 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count
[all...]
/freebsd-current/sys/dev/mps/
H A Dmps_mapping.c883 u32 skip_count, end_of_table, map_idx, enc_idx; local
891 skip_count = sc->num_rsvd_entries;
909 * The skip_count is the number of entries that are reserved at the
919 for (map_idx = (max_num_phy_ids + skip_count);
943 for (map_idx = (max_num_phy_ids + skip_count);
1009 for (map_idx = (max_num_phy_ids + skip_count);
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c921 u32 skip_count, end_of_table, map_idx, enc_idx; local
929 skip_count = sc->num_rsvd_entries;
947 * The skip_count is the number of entries that are reserved at the
957 for (map_idx = (max_num_phy_ids + skip_count);
981 for (map_idx = (max_num_phy_ids + skip_count);
1047 for (map_idx = (max_num_phy_ids + skip_count);
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h813 // the gtest_stack_trace_depth flag. The skip_count parameter
820 GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(int skip_count);
/freebsd-current/sys/netinet/
H A Dsctp_output.c2048 goto skip_count;
2089 skip_count:

Completed in 229 milliseconds