HomeSort by: relevance | last modified time | path
    Searched refs:count_ (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.cc 27 if (count_ >= kMaxLibs) {
32 Lib *lib = &libs_[count_++];
45 for (uptr i = 0; i < count_; i++) {
56 for (uptr i = 0; i < count_; i++) {
sanitizer_libignore.h 82 uptr count_; member in class:__sanitizer::LibIgnore
sanitizer_allocator_primary32.h 73 count_ = count;
77 uptr Count() const { return count_; }
78 void Clear() { count_ = 0; }
80 batch_[count_++] = ptr;
81 DCHECK_LE(count_, kMaxNumCached);
99 uptr count_; member in struct:SizeClassAllocator32::TransferBatch
sanitizer_syscalls_netbsd.inc 667 PRE_SYSCALL(readlink)(void *path_, void *buf_, long long count_) {
673 PRE_WRITE(buf_, count_);
677 (long long res, void *path_, void *buf_, long long count_) {
1297 (long long fd_, void *buf_, long long count_, void *basep_) {
1301 (long long res, long long fd_, void *buf_, long long count_, void *basep_) {
1503 (long long fd_, void *buf_, long long count_, void *basep_) {
1507 (long long res, long long fd_, void *buf_, long long count_, void *basep_) {
1982 PRE_SYSCALL(compat_30_getdents)(long long fd_, void *buf_, long long count_) {
1986 (long long res, long long fd_, void *buf_, long long count_) {
2453 PRE_SYSCALL(uuidgen)(void *store_, long long count_) { /* Nothing to do */
    [all...]
  /src/usr.sbin/sysinst/
msg_xlat.sh 80 eval count_$name=\$count
171 eval count=\${count_$number:-unknown}
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h 158 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_,
162 count(count_),

Completed in 20 milliseconds