Home
last modified time | relevance | path

Searched refs:major_cost (Results 1 – 24 of 24) sorted by relevance

/dports/games/nethack34/nethack-3.4.3/src/
H A Drumors.c293 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
341 major_cost, currency((long)major_cost));
344 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
345 : major_cost);
347 u_pay = (umoney < (long)major_cost ? (int)umoney
348 : major_cost);
367 boolean cheapskate = u_pay < major_cost;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Drumors.c293 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
341 major_cost, currency((long)major_cost));
344 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
345 : major_cost);
347 u_pay = (umoney < (long)major_cost ? (int)umoney
348 : major_cost);
367 boolean cheapskate = u_pay < major_cost;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Drumors.c293 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
341 major_cost, currency((long)major_cost));
344 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
345 : major_cost);
347 u_pay = (umoney < (long)major_cost ? (int)umoney
348 : major_cost);
367 boolean cheapskate = u_pay < major_cost;
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Drumors.c293 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
341 major_cost, currency((long)major_cost));
344 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
345 : major_cost);
347 u_pay = (umoney < (long)major_cost ? (int)umoney
348 : major_cost);
367 boolean cheapskate = u_pay < major_cost;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Drumors.c293 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
341 major_cost, currency((long)major_cost));
344 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
345 : major_cost);
347 u_pay = (umoney < (long)major_cost ? (int)umoney
348 : major_cost);
367 boolean cheapskate = u_pay < major_cost;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Drumors.c332 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
380 major_cost, currency((long)major_cost));
383 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
384 : major_cost);
386 u_pay = (umoney < (long)major_cost ? (int)umoney
387 : major_cost);
406 boolean cheapskate = u_pay < major_cost;
/dports/games/nethack33/nethack-3.3.1/src/
H A Drumors.c285 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
321 major_cost);
323 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
324 : major_cost);
338 boolean cheapskate = u_pay < major_cost;
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Drumors.c285 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
321 major_cost);
323 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
324 : major_cost);
338 boolean cheapskate = u_pay < major_cost;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Drumors.c285 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
321 major_cost);
323 u_pay = (u.ugold < (long)major_cost ? (int)u.ugold
324 : major_cost);
338 boolean cheapskate = u_pay < major_cost;
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Drumors.c489 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
525 major_cost, currency((long) major_cost));
528 u_pay = (umoney < (long) major_cost) ? (int) umoney : major_cost;
541 boolean cheapskate = u_pay < major_cost;
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Drumors.c489 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; local
525 major_cost, currency((long) major_cost));
528 u_pay = (umoney < (long) major_cost) ? (int) umoney : major_cost;
541 boolean cheapskate = u_pay < major_cost;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp271 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
325 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
448 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
496 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1025 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1028 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1033 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp271 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
325 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
448 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
496 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1025 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1028 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1033 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp269 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
323 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
446 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
494 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1023 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1026 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1031 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp261 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
315 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
438 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
486 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
995 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
998 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1003 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp261 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
315 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
438 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
486 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
995 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
998 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1003 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp279 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
333 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
456 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
504 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1033 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1036 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1041 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp268 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
322 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
445 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
493 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1002 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1005 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1010 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DpsAdaptiveSizePolicy.cpp269 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
323 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
446 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
494 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1023 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1026 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1031 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Drumors.c607 int u_pay, minor_cost = 50, major_cost = 500 + 50 * u.ulevel; in doconsult() local
643 major_cost, currency((long) major_cost)); in doconsult()
646 u_pay = (umoney < (long) major_cost) ? (int) umoney : major_cost; in doconsult()
661 boolean cheapskate = u_pay < major_cost; in doconsult()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp292 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
346 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
496 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
547 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1204 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1207 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1212 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp292 const double major_cost = major_gc_cost(); in compute_eden_space_size() local
346 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_eden_space_size()
496 const double major_cost = major_gc_cost(); in compute_old_gen_free_space() local
547 assert(major_cost >= 0.0, "major cost is < 0.0"); in compute_old_gen_free_space()
1204 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1207 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1212 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp1238 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1241 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1246 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp1238 const double major_cost = major_gc_cost(); in compute_survivor_space_size_and_threshold() local
1241 if (minor_cost > major_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()
1246 } else if (major_cost > minor_cost * _threshold_tolerance_percent) { in compute_survivor_space_size_and_threshold()