Searched refs:list_ (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_quarantine.h | 204 list_.clear(); in QuarantineCache() 214 return list_.size() * sizeof(QuarantineBatch); in OverheadSize() 218 if (list_.empty() || list_.back()->count == QuarantineBatch::kSize) { in Enqueue() 224 list_.back()->push_back(ptr, size); in Enqueue() 230 list_.append_back(&from_cache->list_); in Transfer() 237 list_.push_back(b); in EnqueueBatch() 242 if (list_.empty()) in DequeueBatch() 244 QuarantineBatch *b = list_.front(); in DequeueBatch() 245 list_.pop_front(); in DequeueBatch() 252 QuarantineBatch *current = list_.front(); in MergeBatches() [all …]
|
H A D | sanitizer_syscalls_netbsd.inc | 2783 PRE_SYSCALL(listxattr)(void *path_, void *list_, long long size_) { 2790 (long long res, void *path_, void *list_, long long size_) { 2796 PRE_SYSCALL(llistxattr)(void *path_, void *list_, long long size_) { 2803 (long long res, void *path_, void *list_, long long size_) { 2809 PRE_SYSCALL(flistxattr)(long long fd_, void *list_, long long size_) { 2813 (long long res, long long fd_, void *list_, long long size_) { 2949 (void *list_, long long nent_, void *timeout_) { 2953 (long long res, void *list_, long long nent_, void *timeout_) { 2963 (long long mode_, void *list_, long long nent_, void *sig_) { 2967 (long long res, long long mode_, void *list_, long long nent_, void *sig_) { [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 1172 static std::vector<DestructorCall*>& List() { return *list_; } in List() 1175 for (size_t i = 0; i < list_->size(); ++i) { in ResetList() 1176 delete list_->at(i); in ResetList() 1178 list_->clear(); in ResetList() 1186 static std::vector<DestructorCall*>* const list_; member in testing::internal::DestructorCall 1192 std::vector<DestructorCall*>* const DestructorCall::list_ = member in testing::internal::DestructorCall
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_mod.c | 661 int CONF_parse_list(const char *list_, int sep, int nospc, in CONF_parse_list() argument 668 if (list_ == NULL) { in CONF_parse_list() 673 lstart = list_; in CONF_parse_list()
|