Home
last modified time | relevance | path

Searched refs:count_ (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dtoken.h287 : 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 Di386.cc120 { 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 Dx86_64.cc99 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 Dtoken.h287 : 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 Di386.cc120 { 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 Dx86_64.cc99 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 Dfilter_test.cc22 ++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 Dfilter_test.cc22 ++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 Dsanitizer_libignore.cpp26 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 Dsanitizer_allocator_primary32.h80 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 Dsanitizer_libignore.h81 uptr count_; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.cc27 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 Dsanitizer_allocator_primary32.h73 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 Dsanitizer_libignore.h82 uptr count_; variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cc25 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 Dsanitizer_allocator_primary32.h69 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 Dsanitizer_libignore.h80 uptr count_; variable
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dunits.cpp54 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 Dasan_errors.h158 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 Dmsg_xlat.sh80 eval count_$name=\$count
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.h158 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 Dasan_errors.h156 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorCallocOverflow()
160 count(count_), in ErrorCallocOverflow()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c110 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 Dgenmodes.c951 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 Dauto-profile.cc110 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

12