Home
last modified time | relevance | path

Searched refs:reuse_count (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/libcork/src/libcork/ds/
H A Darray.c229 size_t reuse_count; in cork_raw_array_copy() local
239 reuse_count = dest->priv->initialized_count; in cork_raw_array_copy()
240 if (src->size < reuse_count) { in cork_raw_array_copy()
241 reuse_count = src->size; in cork_raw_array_copy()
246 DEBUG(" Calling reuse on elements 0-%zu", reuse_count); in cork_raw_array_copy()
247 for (i = 0; i < reuse_count; i++) { in cork_raw_array_copy()
252 dest_element += reuse_count * dest->priv->element_size; in cork_raw_array_copy()
256 DEBUG(" Calling init on elements %zu-%zu", reuse_count, src->size); in cork_raw_array_copy()
257 for (i = reuse_count; i < src->size; i++) { in cork_raw_array_copy()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_session.c178 session->reuse_count = 0; in smtp_session_alloc()
289 session->reuse_count), in smtp_session_passivate()
334 int reuse_count; /* # times reused */ in smtp_session_activate() local
364 &reuse_count), in smtp_session_activate()
429 session->reuse_count = ++reuse_count; in smtp_session_activate()
438 reuse_count); in smtp_session_activate()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dmake_error_report.pl75 my %reuse_count;
81 $reuse_count{$text} = $count;
86 foreach $text (keys %reuse_count) {
87 print "$reuse_count{$text}:$text\n";
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/blockfile/
H A Deviction.cc404 if (info->reuse_count < std::numeric_limits<int32_t>::max()) { in OnOpenEntryV2()
405 info->reuse_count++; in OnOpenEntryV2()
409 if (1 == info->reuse_count) { in OnOpenEntryV2()
413 } else if (kHighUse == info->reuse_count) { in OnOpenEntryV2()
425 DCHECK(!info->reuse_count); in OnCreateEntryV2()
433 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) { in OnCreateEntryV2()
434 info->reuse_count = kHighUse; in OnCreateEntryV2()
436 info->reuse_count++; in OnCreateEntryV2()
479 if (!info->reuse_count) in GetListForEntryV2()
482 if (info->reuse_count < kHighUse) in GetListForEntryV2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/blockfile/
H A Deviction.cc405 if (info->reuse_count < std::numeric_limits<int32_t>::max()) { in OnOpenEntryV2()
406 info->reuse_count++; in OnOpenEntryV2()
410 if (1 == info->reuse_count) { in OnOpenEntryV2()
414 } else if (kHighUse == info->reuse_count) { in OnOpenEntryV2()
426 DCHECK(!info->reuse_count); in OnCreateEntryV2()
434 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) { in OnCreateEntryV2()
435 info->reuse_count = kHighUse; in OnCreateEntryV2()
437 info->reuse_count++; in OnCreateEntryV2()
480 if (!info->reuse_count) in GetListForEntryV2()
483 if (info->reuse_count < kHighUse) in GetListForEntryV2()
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dlog_adhoc.c118 if (stats->reuse_count > 0) in log_adhoc()
119 vstring_sprintf_append(buf, ", conn_use=%d", stats->reuse_count + 1); in log_adhoc()
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
285 tctx->reuse_count++; in QuarantinePush()
286 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
285 tctx->reuse_count++; in QuarantinePush()
286 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
322 tctx->reuse_count++; in QuarantinePush()
323 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/lang/gcc8/gcc-8.5.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
305 tctx->reuse_count++; in QuarantinePush()
306 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
305 tctx->reuse_count++; in QuarantinePush()
306 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
305 tctx->reuse_count++; in QuarantinePush()
306 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
305 tctx->reuse_count++; in QuarantinePush()
306 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/lang/gcc9-devel/gcc-9-20211007/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
325 tctx->reuse_count++; in QuarantinePush()
326 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
322 tctx->reuse_count++; in QuarantinePush()
323 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
305 tctx->reuse_count++; in QuarantinePush()
306 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/riscv64-gcc/gcc-8.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
305 tctx->reuse_count++; in QuarantinePush()
306 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/lang/gcc9/gcc-9.4.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
325 tctx->reuse_count++; in QuarantinePush()
326 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/lang/gcc9-aux/gcc-9.1.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
325 tctx->reuse_count++; in QuarantinePush()
326 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
326 tctx->reuse_count++; in QuarantinePush()
327 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc20 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
327 tctx->reuse_count++; in QuarantinePush()
328 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
326 tctx->reuse_count++; in QuarantinePush()
327 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
322 tctx->reuse_count++; in QuarantinePush()
323 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
326 tctx->reuse_count++; in QuarantinePush()
327 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()
/dports/lang/gcc10/gcc-10.3.0/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
326 tctx->reuse_count++; in QuarantinePush()
327 if (max_reuse_ > 0 && tctx->reuse_count >= max_reuse_) in QuarantinePush()

123456789