Home
last modified time | relevance | path

Searched refs:size_now (Results 1 – 22 of 22) sorted by relevance

/dports/archivers/zoo/zoo-2.10.1_4/
H A Dmisc.c285 int cfactor (org_size, size_now) in cfactor() argument
286 long org_size, size_now; in cfactor()
291 size_now = (unsigned long) size_now / 1024;
299 ((unsigned long) org_size - (unsigned long) size_now)
H A Dzoo.h124 long size_now; member
166 long size_now; member
H A Dzooadd.c479 status = getfile (this_file, zoo_file, tiny_header.size_now, 1);
525 direntry.size_now = direntry.next - direntry.offset;
534 if (direntry.size_now >= direntry.org_size && /* if II */
549 direntry.size_now = direntry.next - direntry.offset;
574 prterror ('M', " (%2d%%) ", cfactor (direntry.org_size, direntry.size_now));
H A Dzoolist.c303 size_factor = cfactor (direntry.org_size, direntry.size_now);
375 size_factor, direntry.size_now,
380 tot_siz_now += direntry.size_now;
576 direntry->org_size, direntry->size_now,
H A Dzooext.c470 status = getfile (zoo_file, this_file, direntry.size_now, 1);
475 status = getfile (zoo_file, this_file, direntry.size_now, 0);
657 tiny_header->size_now = direntry->size_now;
H A Dzooadd2.c125 drp->size_now = thp->size_now;
H A Dportable.c488 splitlong(&bytes[SIZNOW_I], direntry->size_now);
578 direntry->size_now = to_long(&bytes[SIZNOW_I]);
707 direntry->org_size, direntry->size_now,
H A Dzoopack.c275 status = getfile (zoo_file, new_file, direntry.size_now, 0);
/dports/emulators/tme/tme-0.8/libtme/
H A Dmemory-auto.sh1008 size_now=${size_part}
1020 if test `expr ${size_done} + ${size_now}` = ${size}; then op_delim=')'; fi
1022 …echo "_tme_memory${type}_${op}(tme_uint${size}_t, tme_uint${size_now}_t, mem, (${size_done} / 8)${…
1026 size_done=`expr ${size_done} + ${size_now}`
1027 size_now=`expr ${size} - ${size_done}`
1028 if test `expr ${size_now} \> ${size_part}` = 1; then
1029 size_now=${size_part}
1043 size_now=${size_part}
1049 …echo "${op_indent1}(_tme_memory_address_test(mem, sizeof(tme_uint${size_now}_t), align_min) != 0) …
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dustring.cc1152 const size_type size_now = size(); in resize() local
1153 if (n < size_now) in resize()
1155 else if (n > size_now) in resize()
1156 append(n - size_now, uc); in resize()
1162 const size_type size_now = size(); in resize() local
1163 if (n < size_now) in resize()
1165 else if (n > size_now) in resize()
1166 string_.append(n - size_now, c); in resize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A Dmetaspace.cpp389 const size_t size_now = *pstat; in dec_stat_nonatomically() local
390 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_nonatomically()
392 size_now, words); in dec_stat_nonatomically()
393 *pstat = size_now - words; in dec_stat_nonatomically()
401 const size_t size_now = *pstat; in dec_stat_atomically() local
402 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_atomically()
404 size_now, words); in dec_stat_atomically()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A Dmetaspace.cpp389 const size_t size_now = *pstat; in dec_stat_nonatomically() local
390 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_nonatomically()
392 size_now, words); in dec_stat_nonatomically()
393 *pstat = size_now - words; in dec_stat_nonatomically()
401 const size_t size_now = *pstat; in dec_stat_atomically() local
402 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_atomically()
404 size_now, words); in dec_stat_atomically()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A Dmetaspace.cpp390 const size_t size_now = *pstat; in dec_stat_nonatomically() local
391 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_nonatomically()
393 size_now, words); in dec_stat_nonatomically()
394 *pstat = size_now - words; in dec_stat_nonatomically()
402 const size_t size_now = *pstat; in dec_stat_atomically() local
403 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_atomically()
405 size_now, words); in dec_stat_atomically()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/
H A Dmetaspace.cpp388 const size_t size_now = *pstat; in dec_stat_nonatomically() local
389 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_nonatomically()
391 size_now, words); in dec_stat_nonatomically()
392 *pstat = size_now - words; in dec_stat_nonatomically()
400 const size_t size_now = *pstat; in dec_stat_atomically() local
401 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_atomically()
403 size_now, words); in dec_stat_atomically()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dmetaspace.cpp388 const size_t size_now = *pstat; in dec_stat_nonatomically() local
389 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_nonatomically()
391 size_now, words); in dec_stat_nonatomically()
392 *pstat = size_now - words; in dec_stat_nonatomically()
400 const size_t size_now = *pstat; in dec_stat_atomically() local
401 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_atomically()
403 size_now, words); in dec_stat_atomically()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dmetaspace.cpp388 const size_t size_now = *pstat; in dec_stat_nonatomically() local
389 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_nonatomically()
391 size_now, words); in dec_stat_nonatomically()
392 *pstat = size_now - words; in dec_stat_nonatomically()
400 const size_t size_now = *pstat; in dec_stat_atomically() local
401 assert(size_now >= words, "About to decrement counter below zero " in dec_stat_atomically()
403 size_now, words); in dec_stat_atomically()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap.cc4747 uint64_t size_now = in AllocationLimitOvershotByLargeMargin() local
4750 const size_t v8_overshoot = old_generation_allocation_limit() < size_now in AllocationLimitOvershotByLargeMargin()
4751 ? size_now - old_generation_allocation_limit() in AllocationLimitOvershotByLargeMargin()
4861 double size_now = in PercentToOldGenerationLimit() local
4863 double current_bytes = size_now - size_at_gc; in PercentToOldGenerationLimit()
4870 double size_now = in PercentToGlobalMemoryLimit() local
4872 double current_bytes = size_now - size_at_gc; in PercentToGlobalMemoryLimit()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.cc5193 uint64_t size_now = in AllocationLimitOvershotByLargeMargin() local
5196 const size_t v8_overshoot = old_generation_allocation_limit() < size_now in AllocationLimitOvershotByLargeMargin()
5197 ? size_now - old_generation_allocation_limit() in AllocationLimitOvershotByLargeMargin()
5307 double size_now = in PercentToOldGenerationLimit() local
5309 double current_bytes = size_now - size_at_gc; in PercentToOldGenerationLimit()
5316 double size_now = in PercentToGlobalMemoryLimit() local
5318 double current_bytes = size_now - size_at_gc; in PercentToGlobalMemoryLimit()
/dports/databases/mdbx/mdbx-0.11.2/
H A Dmdbx.c14541 if (size_now < 0) in mdbx_env_set_geometry()
14561 size_now = usedbytes; in mdbx_env_set_geometry()
14580 intptr_t max_size = (size_now > size_lower) ? size_now : size_lower; in mdbx_env_set_geometry()
14612 if (size_now <= 0) { in mdbx_env_set_geometry()
14613 size_now = size_lower; in mdbx_env_set_geometry()
14615 size_now = size_upper; in mdbx_env_set_geometry()
14631 size_upper = size_now + size_now; in mdbx_env_set_geometry()
14663 size_now = ceil_powerof2(size_now, unit); in mdbx_env_set_geometry()
14682 if (size_now < size_lower) in mdbx_env_set_geometry()
14683 size_now = size_lower; in mdbx_env_set_geometry()
[all …]
H A Dmdbx.h2785 intptr_t size_now, intptr_t size_upper,
H A Dmdbx.h++2891 intptr_t size_now{default_value}; member
4590 size_lower = size_now = size_upper = size;
4597 size_now = size_lower = lower;
4796 handle_, geo.size_lower, geo.size_now, geo.size_upper, geo.growth_step,
H A Dmdbx.c++4836 << ",\n\tnow " << env::geometry::size(it.size_now) // in operator <<()