Home
last modified time | relevance | path

Searched refs:total_penalty (Results 1 – 16 of 16) sorted by relevance

/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/file/
H A Ddelete_scheduler.cc263 uint64_t total_penalty; in BackgroundEmptyTrash() local
266 total_penalty = in BackgroundEmptyTrash()
271 total_penalty, path_in_trash.c_str()); in BackgroundEmptyTrash()
272 while (!closing_ && !cv_.TimedWait(start_time + total_penalty)) { in BackgroundEmptyTrash()
276 total_penalty = 0; in BackgroundEmptyTrash()
282 &total_penalty); in BackgroundEmptyTrash()
/dports/databases/rocksdb/rocksdb-6.26.1/file/
H A Ddelete_scheduler.cc263 uint64_t total_penalty; in BackgroundEmptyTrash() local
266 total_penalty = in BackgroundEmptyTrash()
271 total_penalty, path_in_trash.c_str()); in BackgroundEmptyTrash()
272 while (!closing_ && !cv_.TimedWait(start_time + total_penalty)) { in BackgroundEmptyTrash()
276 total_penalty = 0; in BackgroundEmptyTrash()
282 &total_penalty); in BackgroundEmptyTrash()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/file/
H A Ddelete_scheduler.cc263 uint64_t total_penalty; in BackgroundEmptyTrash() local
266 total_penalty = in BackgroundEmptyTrash()
271 total_penalty, path_in_trash.c_str()); in BackgroundEmptyTrash()
272 while (!closing_ && !cv_.TimedWait(start_time + total_penalty)) { in BackgroundEmptyTrash()
276 total_penalty = 0; in BackgroundEmptyTrash()
282 &total_penalty); in BackgroundEmptyTrash()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/file/
H A Ddelete_scheduler.cc263 uint64_t total_penalty; in BackgroundEmptyTrash() local
266 total_penalty = in BackgroundEmptyTrash()
271 total_penalty, path_in_trash.c_str()); in BackgroundEmptyTrash()
272 while (!closing_ && !cv_.TimedWait(start_time + total_penalty)) { in BackgroundEmptyTrash()
276 total_penalty = 0; in BackgroundEmptyTrash()
282 &total_penalty); in BackgroundEmptyTrash()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/file/
H A Ddelete_scheduler.cc263 uint64_t total_penalty; in BackgroundEmptyTrash() local
266 total_penalty = in BackgroundEmptyTrash()
271 total_penalty, path_in_trash.c_str()); in BackgroundEmptyTrash()
272 while (!closing_ && !cv_.TimedWait(start_time + total_penalty)) { in BackgroundEmptyTrash()
276 total_penalty = 0; in BackgroundEmptyTrash()
282 &total_penalty); in BackgroundEmptyTrash()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/devel/llvm12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py432 total_penalty = 0
446 total_penalty += penalty
453 command, total_penalty, maximum_possible_penalty))
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dfindunlap.c99 INT cost , corient , last_cell , total_penalty ; local
340 total_penalty = 0 ;
353 total_penalty += ABS( delta_row_len ) ;
362 fprintf( fpoG,"total penalty is %d\n", total_penalty ) ;
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer.cc2075 const int total_penalty = body_armour_penalty in player_armour_shield_spell_penalty() local
2078 return max(total_penalty, 0) / scale; in player_armour_shield_spell_penalty()