| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | token.h | 287 : count_(0) in Task_locker() 296 { this->count_ = 0; } in clear() 302 gold_assert(this->count_ < max_task_count); in add() 303 this->tokens_[this->count_] = token; in add() 304 ++this->count_; in add() 321 { return &this->tokens_[this->count_]; } in end() 328 int count_; variable
|
| H A D | i386.cc | 120 { return this->count_ + this->irelative_count_; } in entry_count() 205 this->set_data_size((this->count_ + this->irelative_count_ + 1) in set_final_data_size() 243 unsigned int count_; member in __anonb1cbad8b0111::Output_data_plt_i386 1076 got_irelative_(got_irelative), count_(0), irelative_count_(0), in Output_data_plt_i386() 1122 gsym->set_plt_offset((this->count_ + 1) * this->get_plt_entry_size()); in add_entry() 1124 ++this->count_; in add_entry() 1242 offset = (this->count_ + 1) * this->get_plt_entry_size(); in address_for_global() 1254 + (this->count_ + 1) * this->get_plt_entry_size() in address_for_local() 1438 const unsigned int count = this->count_ + this->irelative_count_; in do_write()
|
| H A D | x86_64.cc | 99 got_irelative_(got_irelative), count_(0), irelative_count_(0), in Output_data_plt_x86_64() 111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_x86_64() 159 return ((this->count_ + this->irelative_count_ + 1) in get_tlsdesc_plt_offset() 185 { return this->count_; } in regular_count() 190 { return this->count_ + this->irelative_count_; } in entry_count() 344 unsigned int count_; member in __anon8a2635f00111::Output_data_plt_x86_64 1778 pcount = &this->count_; in add_entry() 1952 offset = (this->count_ + 1) * this->get_plt_entry_size(); in do_address_for_global() 1965 + (this->count_ + 1) * this->get_plt_entry_size() in do_address_for_local() 1975 unsigned int count = this->count_ + this->irelative_count_ + 1; in set_final_data_size() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | token.h | 287 : count_(0) in Task_locker() 296 { this->count_ = 0; } in clear() 302 gold_assert(this->count_ < max_task_count); in add() 303 this->tokens_[this->count_] = token; in add() 304 ++this->count_; in add() 321 { return &this->tokens_[this->count_]; } in end() 328 int count_; variable
|
| H A D | i386.cc | 120 { return this->count_ + this->irelative_count_; } in entry_count() 205 this->set_data_size((this->count_ + this->irelative_count_ + 1) in set_final_data_size() 243 unsigned int count_; member in __anon9f6b2fde0111::Output_data_plt_i386 1076 got_irelative_(got_irelative), count_(0), irelative_count_(0), in Output_data_plt_i386() 1122 gsym->set_plt_offset((this->count_ + 1) * this->get_plt_entry_size()); in add_entry() 1124 ++this->count_; in add_entry() 1242 offset = (this->count_ + 1) * this->get_plt_entry_size(); in address_for_global() 1254 + (this->count_ + 1) * this->get_plt_entry_size() in address_for_local() 1438 const unsigned int count = this->count_ + this->irelative_count_; in do_write()
|
| H A D | x86_64.cc | 99 got_irelative_(got_irelative), count_(0), irelative_count_(0), in Output_data_plt_x86_64() 111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_x86_64() 159 return ((this->count_ + this->irelative_count_ + 1) in get_tlsdesc_plt_offset() 185 { return this->count_; } in regular_count() 190 { return this->count_ + this->irelative_count_; } in entry_count() 344 unsigned int count_; member in __anon5daf99030111::Output_data_plt_x86_64 1668 pcount = &this->count_; in add_entry() 1842 offset = (this->count_ + 1) * this->get_plt_entry_size(); in do_address_for_global() 1855 + (this->count_ + 1) * this->get_plt_entry_size() in do_address_for_local() 1865 unsigned int count = this->count_ + this->irelative_count_ + 1; in set_final_data_size() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| H A D | filter_test.cc | 22 ++count_; in ReportRuns() 26 TestReporter() : count_(0) {} in TestReporter() 30 size_t GetCount() const { return count_; } in GetCount() 33 mutable size_t count_; member in __anon6212ca9f0111::TestReporter
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| H A D | filter_test.cc | 22 ++count_; in ReportRuns() 26 TestReporter() : count_(0) {} in TestReporter() 30 size_t GetCount() const { return count_; } in GetCount() 33 mutable size_t count_; member in __anon460f61a60111::TestReporter
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_libignore.cpp | 26 if (count_ >= kMaxLibs) { in AddIgnoredLibrary() 31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() 44 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded() 55 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded()
|
| H A D | sanitizer_allocator_primary32.h | 80 count_ = count; in SetFromArray() 84 uptr Count() const { return count_; } in Count() 85 void Clear() { count_ = 0; } in Clear() 87 batch_[count_++] = ptr; in Add() 88 DCHECK_LE(count_, kMaxNumCached); in Add() 106 uptr count_;
|
| H A D | sanitizer_libignore.h | 81 uptr count_; variable
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.cc | 27 if (count_ >= kMaxLibs) { in AddIgnoredLibrary() 32 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() 45 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded() 56 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded()
|
| H A D | sanitizer_allocator_primary32.h | 73 count_ = count; in SetFromArray() 77 uptr Count() const { return count_; } in Count() 78 void Clear() { count_ = 0; } in Clear() 80 batch_[count_++] = ptr; in Add() 81 DCHECK_LE(count_, kMaxNumCached); in Add() 99 uptr count_;
|
| H A D | sanitizer_libignore.h | 82 uptr count_; variable
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_libignore.cc | 25 if (count_ >= kMaxLibs) { in AddIgnoredLibrary() 30 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() 43 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded() 54 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded()
|
| H A D | sanitizer_allocator_primary32.h | 69 count_ = count; in SetFromArray() 73 uptr Count() const { return count_; } in Count() 74 void Clear() { count_ = 0; } in Clear() 76 batch_[count_++] = ptr; in Add() 77 DCHECK_LE(count_, kMaxNumCached); in Add() 95 uptr count_;
|
| H A D | sanitizer_libignore.h | 80 uptr count_; variable
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | units.cpp | 54 units::bytes::bytes(const uint64_t count_) : in bytes() argument 55 _count(count_) in bytes()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_errors.h | 158 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorCallocOverflow() 162 count(count_), in ErrorCallocOverflow() 173 ErrorReallocArrayOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorReallocArrayOverflow() 177 count(count_), in ErrorReallocArrayOverflow()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | msg_xlat.sh | 80 eval count_$name=\$count
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_errors.h | 158 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorCallocOverflow() 162 count(count_), in ErrorCallocOverflow()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_errors.h | 156 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorCallocOverflow() 160 count(count_), in ErrorCallocOverflow()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | auto-profile.c | 110 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {} in edge_info() 113 profile_count get_count () const { return count_; } in get_count() 114 void set_count (profile_count count) { count_ = count; } in set_count() 116 profile_count count_;
|
| H A D | genmodes.c | 951 int count_ = printf (" " FMT ",", ARG); \ 952 printf ("%*s/* %s */\n", 27 - count_, "", TAG); \ 1247 int count_ = printf (" E_%smode,", m->name); in emit_insn_modes_h() local 1248 printf ("%*s/* %s:%d */\n", 27 - count_, "", in emit_insn_modes_h()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | auto-profile.cc | 110 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {} in edge_info() 113 profile_count get_count () const { return count_; } in get_count() 114 void set_count (profile_count count) { count_ = count; } in set_count() 116 profile_count count_; member in autofdo::edge_info
|