/kernel/linux/linux-6.6/kernel/kcsan/ |
H A D | core.c | 308 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 D | runtests.pl | 2993 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 D | h261enc.c | 269 s->skip_count++; in ff_h261_encode_mb()
|
H A D | ratecontrol.c | 54 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 D | mpeg4videoenc.c | 514 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 D | mpegvideo_enc.c | 2438 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 D | ituh263enc.c | 515 s->skip_count++; in ff_h263_encode_mb()
|
H A D | msmpeg4enc.c | 394 s->skip_count++; in ff_msmpeg4_encode_mb()
|
H A D | mpeg12enc.c | 813 s->skip_count++; in mpeg1_encode_mb_internal()
|
/third_party/skia/include/core/ |
H A D | SkTypes.h | 266 void DumpStackTrace(int skip_count, void w(const char*, void*), void* arg);
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 1216 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 D | gtest.cc | 1116 // 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 D | gtest.cc | 812 // 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 D | gtest.cc | 1133 // 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 D | gtest-internal.h | 827 // 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 D | gtest-internal.h | 800 // 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 D | gtest-internal.h | 812 // 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 D | patch_ca0132.c | 2013 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 D | patch_ca0132.c | 2144 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 D | runtests.c | 3544 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()
|