/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | stacktrace.cc | 70 int max_depth, int skip_count, in Unwind() 78 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind() 88 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() 89 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames() 95 int skip_count, const void* uc, in GetStackFramesWithContext() 97 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext() 102 void** result, int max_depth, int skip_count) { in GetStackTrace() 103 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace() 108 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument 110 return Unwind<false, true>(result, nullptr, max_depth, skip_count, u in GetStackTraceWithContext() 69 Unwind(void** result, int* sizes, int max_depth, int skip_count, const void* uc, int* min_dropped_frames) Unwind() argument 87 GetStackFrames( void** result, int* sizes, int max_depth, int skip_count) GetStackFrames() argument 94 GetStackFramesWithContext(void** result, int* sizes, int max_depth, int skip_count, const void* uc, int* min_dropped_frames) GetStackFramesWithContext() argument 101 GetStackTrace( void** result, int max_depth, int skip_count) GetStackTrace() argument [all...] |
H A D | stacktrace.h | 42 // most recent `skip_count` stack frames, stores their corresponding values 59 // `skip_count` to `1`, it will skip the frame for `bar()`, the most recently 82 int skip_count); 88 // `skip_count` stack frames, stores their corresponding values and sizes in 103 // The number of total stack frames is guaranteed to be >= skip_count + 106 int skip_count, const void* uc, 112 // most recent `skip_count` stack frames, stores their corresponding values 133 extern int GetStackTrace(void** result, int max_depth, int skip_count); 139 // `skip_count` stack frames, stores their corresponding values in `results`, 153 // The number of total stack frames is guaranteed to be >= skip_count [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_split_blocks.cpp | 68 std::map<SpvOp, uint32_t> skip_count; in Apply() local 79 skip_count.clear(); in Apply() 83 base, opcode, skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in Apply() 85 skip_count[opcode] = in Apply() 86 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in Apply()
|
H A D | instruction_descriptor.cpp | 69 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local 80 skip_count); in MakeInstructionDescriptor() 86 skip_count++; in MakeInstructionDescriptor() 96 return MakeInstructionDescriptor(block.id(), opcode, skip_count); in MakeInstructionDescriptor()
|
H A D | fuzzer_pass.cpp | 141 std::map<SpvOp, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local 152 skip_count.clear(); in ForEachInstructionWithInstructionDescriptor() 160 skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in ForEachInstructionWithInstructionDescriptor() 163 skip_count[opcode] = in ForEachInstructionWithInstructionDescriptor() 164 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in ForEachInstructionWithInstructionDescriptor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_split_blocks.cpp | 68 std::map<SpvOp, uint32_t> skip_count; in Apply() local 79 skip_count.clear(); in Apply() 83 base, opcode, skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in Apply() 85 skip_count[opcode] = in Apply() 86 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in Apply()
|
H A D | instruction_descriptor.cpp | 69 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local 80 skip_count); in MakeInstructionDescriptor() 86 skip_count++; in MakeInstructionDescriptor() 96 return MakeInstructionDescriptor(block.id(), opcode, skip_count); in MakeInstructionDescriptor()
|
H A D | fuzzer_pass.cpp | 141 std::map<SpvOp, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local 152 skip_count.clear(); in ForEachInstructionWithInstructionDescriptor() 160 skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in ForEachInstructionWithInstructionDescriptor() 163 skip_count[opcode] = in ForEachInstructionWithInstructionDescriptor() 164 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in ForEachInstructionWithInstructionDescriptor()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_split_blocks.cpp | 68 std::map<spv::Op, uint32_t> skip_count; in Apply() local 79 skip_count.clear(); in Apply() 83 base, opcode, skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in Apply() 85 skip_count[opcode] = in Apply() 86 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in Apply()
|
H A D | instruction_descriptor.cpp | 70 uint32_t skip_count = 0; // The number of these opcodes we have skipped when in MakeInstructionDescriptor() local 81 skip_count); in MakeInstructionDescriptor() 87 skip_count++; in MakeInstructionDescriptor() 97 return MakeInstructionDescriptor(block.id(), opcode, skip_count); in MakeInstructionDescriptor()
|
H A D | fuzzer_pass.cpp | 142 std::map<spv::Op, uint32_t> skip_count; in ForEachInstructionWithInstructionDescriptor() local 153 skip_count.clear(); in ForEachInstructionWithInstructionDescriptor() 161 skip_count.count(opcode) ? skip_count.at(opcode) : 0)); in ForEachInstructionWithInstructionDescriptor() 164 skip_count[opcode] = in ForEachInstructionWithInstructionDescriptor() 165 skip_count.count(opcode) ? skip_count.at(opcode) + 1 : 1; in ForEachInstructionWithInstructionDescriptor()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | file_input_stream.cc | 121 int64_t skip_count = 0; in Skip() local 123 skip_count = std::max<int64_t>(0 - (int64_t)position_, n); in Skip() 124 position_ -= (size_t)(0 - skip_count); in Skip() 127 skip_count = std::min<size_t>(length_ - position_, (size_t)n); in Skip() 128 position_ += (size_t)skip_count; in Skip() 129 fseek(file_, (size_t)skip_count, SEEK_CUR); in Skip() 131 return skip_count; in Skip()
|
H A D | memory_input_stream.cc | 115 int64_t skip_count = 0; in Skip() local 117 skip_count = std::max<int64_t>(0 - (int64_t)position_, n); in Skip() 118 position_ -= (size_t)(0 - skip_count); in Skip() 120 skip_count = std::min<size_t>(length_ - position_, (size_t)n); in Skip() 121 position_ += (size_t)skip_count; in Skip() 123 return skip_count; in Skip()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cavsdec.c | 987 int skip_count = -1; in decode_pic() local 1106 skip_count = -1; in decode_pic() 1107 if (h->skip_mode_flag && (skip_count < 0)) { in decode_pic() 1112 skip_count = get_ue_golomb(&h->gb); in decode_pic() 1114 if (h->skip_mode_flag && skip_count--) { in decode_pic() 1133 skip_count = -1; in decode_pic() 1134 if (h->skip_mode_flag && (skip_count < 0)) { in decode_pic() 1139 skip_count = get_ue_golomb(&h->gb); in decode_pic() 1141 if (h->skip_mode_flag && skip_count--) { in decode_pic()
|
H A D | ratecontrol.h | 55 int skip_count; member
|
H A D | mpegvideo.h | 327 int skip_count; member
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 430 std::string CurrentStackTrace(int max_depth, int skip_count) override { 431 return (testing::Message() << max_depth << "::" << skip_count << "\n") 456 int skip_count = atoi(log.substr(expected_message.size()).c_str()); in TEST() local 469 EXPECT_THAT(skip_count, in TEST()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_init.h | 31 __le32 skip_count; member
|
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 269 static int32_t skip_count = 1000; in FuzzExecutorOnHdiDisconnect() local 271 if (skip_count > 0) { in FuzzExecutorOnHdiDisconnect() 272 skip_count--; in FuzzExecutorOnHdiDisconnect()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 416 // skip_count - the number of top frames to be skipped; doesn't count 418 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0; 440 std::string CurrentStackTrace(int max_depth, int skip_count) override; 631 // the gtest_stack_trace_depth flag. The skip_count parameter 638 std::string CurrentOsStackTraceExceptTop(int skip_count)
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-internal-inl.h | 417 // 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)
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_screen.c | 688 dscreen->skip_count = debug_get_num_option("GALLIUM_DDEBUG_SKIP", 0); in ddebug_screen_create() 689 if (dscreen->skip_count > 0) { in ddebug_screen_create() 691 dscreen->skip_count); in ddebug_screen_create()
|
H A D | dd_pipe.h | 57 unsigned skip_count; member
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-internal-inl.h | 428 // skip_count - the number of top frames to be skipped; doesn't count 430 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0; 450 std::string CurrentStackTrace(int max_depth, int skip_count) override; 634 // the gtest_stack_trace_depth flag. The skip_count parameter 641 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
|
/kernel/linux/linux-5.10/kernel/kcsan/ |
H A D | core.c | 294 long skip_count = kcsan_skip_watch - in reset_kcsan_skip() local 298 this_cpu_write(kcsan_skip, skip_count); in reset_kcsan_skip()
|