Home
last modified time | relevance | path

Searched refs:FreeBytes (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DFreespace.pm25 my ( $FreeBytes, $hostchecked );
38 $FreeBytes = $3 - 100_000; # 100000 bytes reserve
59 $FreeBytes =
67 if ( $FreeBytes < 1 || $hostchecked < $date ) {
101 $FreeBytes =
112 if ( $FreeBytes < 1 ) { automaintenance( 'on', 'low_disk' ); }
114 if ( $FreeBytes >= _1073_741_824 ) {
116 $FreeBytes / ( 1024 * 1024 * 1024 ) . " GB ($yyfreespace)";
118 elsif ( $FreeBytes >= 1_048_576 ) {
120 $FreeBytes / ( 1024 * 1024 ) . " MB ($yyfreespace)";
[all …]
/dports/comms/gammu/gammu-1.42.0/libgammu/service/sms/
H A Dgsmems.c185 Length = FreeBytes - 3; in GSM_EncodeEMSMultiPartSMS()
194 FreeBytes = 0; in GSM_EncodeEMSMultiPartSMS()
197 if (FreeBytes != 0) { in GSM_EncodeEMSMultiPartSMS()
240 Length = FreeBytes - 3; in GSM_EncodeEMSMultiPartSMS()
247 FreeBytes = 0; in GSM_EncodeEMSMultiPartSMS()
250 if (FreeBytes != 0) { in GSM_EncodeEMSMultiPartSMS()
380 Length = FreeBytes - 3; in GSM_EncodeEMSMultiPartSMS()
386 FreeBytes = 0; in GSM_EncodeEMSMultiPartSMS()
394 FreeBytes = FreeBytes + Width2; in GSM_EncodeEMSMultiPartSMS()
426 FreeBytes = 0; in GSM_EncodeEMSMultiPartSMS()
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DCheckspace.pm38 $FreeBytes = $3 - 100_000;
40 if ( $FreeBytes >= 1_073_741_824 ) {
42 sprintf( '%.2f', $FreeBytes / ( 1024 * 1024 * 1024 ) ) . ' GB';
44 elsif ( $FreeBytes >= 1_048_576 ) {
46 sprintf( '%.2f', $FreeBytes / ( 1024 * 1024 ) ) . ' MB';
49 $yyfreespace = sprintf( '%.2f', $FreeBytes / 1024 ) . ' KB';
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go25 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
26 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
27 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/pprof/
H A Dprotomem_test.go25 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
26 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
27 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/DeflateManaged/
H A DOutputBuffer.cs25 internal int FreeBytes => _byteBuffer.Length - _pos; field in System.IO.Compression.OutputBuffer
29 Debug.Assert(FreeBytes >= 2, "No enough space in output buffer!"); in WriteUInt16()
71 Debug.Assert(FreeBytes >= count, "Not enough space in output buffer!"); in WriteBytes()
H A DCopyEncoder.cs26 Debug.Assert(output.FreeBytes >= PaddingSize); in GetBlock()
33 count = Math.Min(input.Count, output.FreeBytes - PaddingSize - output.BitsInBuffer); in GetBlock()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go25 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
26 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
27 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/compression/
H A DOutputBuffer.cs23 internal int FreeBytes { property in System.IO.Compression.OutputBuffer
30 Debug.Assert(FreeBytes >= 2, "No enough space in output buffer!"); in WriteUInt16()
66 Debug.Assert(FreeBytes >= count, "Not enough space in output buffer!"); in WriteBytes()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go25 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
26 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
27 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go25 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
26 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
27 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go25 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
26 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
27 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go25 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
26 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
27 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/pprof/
H A Dprotomem_test.go24 {AllocBytes: 4096, FreeBytes: 1024, AllocObjects: 4, FreeObjects: 1, Stack0: [32]uintptr{a1, a2}},
25 …{AllocBytes: 512 * 1024, FreeBytes: 0, AllocObjects: 1, FreeObjects: 0, Stack0: [32]uintptr{a2 + 1…
26 …{AllocBytes: 512 * 1024, FreeBytes: 512 * 1024, AllocObjects: 1, FreeObjects: 1, Stack0: [32]uintp…
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/allocators/
H A Dheaderless.cpp254 size_t FreeBytes() const in FreeBytes() function in RangeList
349 size_t FreeBytes() const in FreeBytes() function in SegregatedRangeLists
353 freeBytes += m_rangeLists[i].FreeBytes(); in FreeBytes()
476 size_t FreeBytes() const in FreeBytes() function in BoundaryTagManager
585 size_t FreeBytes() const in FreeBytes() function in Stats
678 …AssertEqual(m_stats.FreeBytes(), m_segregatedRangeLists.FreeBytes(), m_boundaryTagManager.FreeByte… in Validate()

123456