Home
last modified time | relevance | path

Searched refs:skip_count (Results 26 - 45 of 45) sorted by relevance

12

/kernel/linux/linux-6.6/kernel/kcsan/
H A Dcore.c308 long skip_count = kcsan_skip_watch - in reset_kcsan_skip() local
312 this_cpu_write(kcsan_skip, skip_count); in reset_kcsan_skip()
/third_party/curl/tests/
H A Druntests.pl2993 my $skip_count = $skipped{$r};
2994 my $log_line = sprintf("TESTINFO: \"%s\" %d time%s (", $r, $skip_count,
2995 ($skip_count == 1) ? "" : "s");
3015 $restraints{$log_line} = $skip_count;
/third_party/ffmpeg/libavcodec/
H A Dh261enc.c269 s->skip_count++; in ff_h261_encode_mb()
H A Dratecontrol.c54 s->i_count, s->skip_count, in ff_write_pass1_stats()
594 &rce->i_count, &rce->skip_count, &rce->header_bits); in ff_rate_control_init()
H A Dmpeg4videoenc.c514 s->skip_count++; in ff_mpeg4_encode_mb()
538 s->skip_count++; in ff_mpeg4_encode_mb()
693 s->skip_count++; in ff_mpeg4_encode_mb()
H A Dmpegvideo_enc.c2438 d->skip_count= s->skip_count; in copy_context_before_encode()
2467 d->skip_count= s->skip_count; in copy_context_after_encode()
2781 s->skip_count=0; in encode_thread()
3410 MERGE(skip_count); in merge_context_after_encode()
H A Dituh263enc.c515 s->skip_count++; in ff_h263_encode_mb()
H A Dmsmpeg4enc.c394 s->skip_count++; in ff_msmpeg4_encode_mb()
H A Dmpeg12enc.c813 s->skip_count++; in mpeg1_encode_mb_internal()
/third_party/skia/include/core/
H A DSkTypes.h266 void DumpStackTrace(int skip_count, void w(const char*, void*), void* arg);
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1216 if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) { in dd_before_draw()
1225 } else if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) { in dd_before_draw()
1260 if (dscreen->flush_always && dctx->num_draw_calls >= dscreen->skip_count) in dd_after_draw()
1274 if (dscreen->skip_count && dctx->num_draw_calls % 10000 == 0) in dd_after_draw()
/third_party/googletest/googletest/src/
H A Dgtest.cc1116 // the gtest_stack_trace_depth flag. The skip_count parameter
1123 std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) {
1125 static_cast<int>(GTEST_FLAG_GET(stack_trace_depth)), skip_count + 1
4955 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count)
4969 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1);
5000 static_cast<void>(skip_count);
6270 // the gtest_stack_trace_depth flag. The skip_count parameter
6278 GetCurrentOsStackTraceExceptTop(int skip_count) {
6279 // We pass skip_count + 1 to skip this wrapper function in addition
6281 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc812 // the gtest_stack_trace_depth flag. The skip_count parameter
819 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)
4444 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1); in GTEST_LOCK_EXCLUDED_()
4475 static_cast<void>(skip_count); in GTEST_LOCK_EXCLUDED_()
5686 // the gtest_stack_trace_depth flag. The skip_count parameter
5694 int skip_count) { in GetCurrentOsStackTraceExceptTop()
5695 // We pass skip_count + 1 to skip this wrapper function in addition in GetCurrentOsStackTraceExceptTop()
5697 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count in GetCurrentOsStackTraceExceptTop()
5693 GetCurrentOsStackTraceExceptTop(UnitTest* , int skip_count) GetCurrentOsStackTraceExceptTop() argument
[all...]
/third_party/node/deps/googletest/src/
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
4972 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count)
4986 absl::GetStackTrace(&raw_stack[0], max_depth, skip_count + 1);
5017 static_cast<void>(skip_count);
6291 // the gtest_stack_trace_depth flag. The skip_count parameter
6299 GetCurrentOsStackTraceExceptTop(int skip_count) {
6300 // We pass skip_count + 1 to skip this wrapper function in addition
6302 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count
[all...]
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h827 // the gtest_stack_trace_depth flag. The skip_count parameter
834 GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(int skip_count);
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h800 // the gtest_stack_trace_depth flag. The skip_count parameter
808 UnitTest* unit_test, int skip_count);
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h812 // the gtest_stack_trace_depth flag. The skip_count parameter
819 GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(int skip_count);
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_ca0132.c2013 unsigned int skip_count; in dspio_read_multiple() local
2027 skip_count = count; in dspio_read_multiple()
2029 while (skip_count < size) { in dspio_read_multiple()
2033 skip_count++; in dspio_read_multiple()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_ca0132.c2144 unsigned int skip_count; in dspio_read_multiple() local
2158 skip_count = count; in dspio_read_multiple()
2160 while (skip_count < size) { in dspio_read_multiple()
2164 skip_count++; in dspio_read_multiple()
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c3544 static int skip_count = 0; variable
3567 skip_count++; in param_check_skip_handler()
3616 skip_count = 0; in START_TEST()
3639 if (skip_count != 1) in START_TEST()

Completed in 87 milliseconds

12