HomeSort by: relevance | last modified time | path
    Searched refs:GB (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/external/bsd/libevent/dist/cmake/
CheckFileOffsetBits.c 6 #define GB ((off_t)1024 * MB)
7 #define TB ((off_t)1024 * GB)
8 int t2[(((64 * GB -1) % 671088649) == 268434537)
9 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
  /src/external/bsd/ntp/dist/sntp/libevent/cmake/
CheckFileOffsetBits.c 7 #define GB ((off_t)1024 * MB)
8 #define TB ((off_t)1024 * GB)
9 int t2[(((64 * GB -1) % 671088649) == 268434537)
10 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
  /src/lib/libc/gen/
getbsize.c 63 #define GB (1024L * 1024L * 1024L)
64 #define MAXB GB /* No tera, peta, nor exa. */
76 max = MAXB / GB;
77 mul = GB;
101 warnx("maximum blocksize is %ldG", MAXB / GB);
  /src/usr.sbin/sysinst/arch/hppa/
msg.md.de 55 {Die Root-Partition �berschreitet die PDC Grenze von 2GB}
msg.md.en 55 {The root partition extends beyond the PDC limit of 2GB}
msg.md.es 55 {La partici�n ra�z se extiende m�s all� del l�mite de 2 GB PDC}
  /src/external/bsd/libarchive/dist/libarchive/test/
test_tar_large.c 34 * writes entries from 2GB up to 1TB to an archive in memory.
72 #define GB ((int64_t)1024 * MB)
73 #define TB ((int64_t)1024 * GB)
191 2 * GB - 1, 2 * GB, 2 * GB + 1,
193 4 * GB - 1, 4 * GB, 4 * GB + 1,
194 /* 8GB is the "official" max for ustar. *
    [all...]
test_write_format_zip_large.c 62 #define GB ((int64_t)1024 * MB)
63 #define TB ((int64_t)1024 * GB)
253 2 * GB - 1, 2 * GB, 2 * GB + 1,
255 4 * GB - 1, 4 * GB, 4 * GB + 1,
257 5 * GB,
  /src/external/bsd/kyua-cli/dist/utils/
units.cpp 79 case 'G': case 'g': multiplier = GB; break;
117 } else if (_count >= GB) {
118 return F("%.2sG") % (static_cast< float >(_count) / GB);
units.hpp 56 const uint64_t GB = int64_t(1) << 30;
units_test.cpp 43 using units::GB;
46 ATF_REQUIRE_EQ("45.12T", units::bytes(45 * TB + 120 * GB).format());
53 using units::GB;
56 ATF_REQUIRE_EQ("5.00G", units::bytes(5 * GB).format());
57 ATF_REQUIRE_EQ("745.96G", units::bytes(745 * GB + 980 * MB).format());
95 using units::GB;
107 using units::GB;
111 ATF_REQUIRE_EQ(units::bytes(GB), units::bytes::parse("1G"));
112 ATF_REQUIRE_EQ(units::bytes(GB), units::bytes::parse("1g"));
  /src/external/bsd/iscsi/dist/src/examples/
4.conf 11 extent6 /iscsi/extents/3 0 100GB
  /src/share/i18n/csmapper/
Makefile 13 SUBDIR= APPLE AST BIG5 CBM CNS CP EBCDIC GB GEORGIAN ISO646 ISO-8859 \
  /src/share/i18n/esdb/
Makefile 15 SUBDIR= APPLE AST BIG5 CBM CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 \
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_sm4.txt 72 Title = SM4 XTS test vectors from GB/T 17964-2021
85 XTSStandard = GB
  /src/external/gpl2/groff/font/devlj4/
Makefile 12 ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
  /src/sys/arch/sparc64/doc/
TODO 15 T5 ldom with 2 VCPU and 4GB (primary ldom is Solaris 11.4 SRU30)::
22 T2000 ldom with 8 VCPU and 4GB:
25 S7 ldom with 8 VCPU and 16GB (primary ldom is Solaris 11.4 SRU33):
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/
os.d 239 enum GB = 2 ^^ 30;
244 // 80 % of available 4GB is used for GC (excluding malloc and mmap)
245 enum size_t limit = 4UL * GB * 8 / 10;
250 // be conservative and assume 3GB
251 enum size_t limit = 3UL * GB * 8 / 10;
270 return stat.dwTotalPhys; // limited to 4GB for Win32
  /src/tests/bin/df/
getmntinfo.c 38 #define GB * 1024 MB
95 #define TOTAL 1147ULL GB
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
named.conf.j2 55 match-clients { geoip db country country GB; };
named2.conf.j2 40 acl gGB { geoip db country country GB; };
  /src/external/bsd/zstd/dist/tests/
datagencli.c 24 #define GB *(1U << 30)
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 85 {BIOS # cylinders heads sectors total sectors GB
105 { BIOS # cylinders heads sectors total sectors GB
msg.md.fr 85 {BIOS # cylindres t�tes secteurs nb total de secteurs GB
105 { BIOS # cylindres t�tes secteurs nb total de secteurs GB
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanSLP.cpp 219 auto *GB = IAI.getInterleaveGroup(B);
221 return GA && GB && GA == GB && GA->getIndex(A) + 1 == GB->getIndex(B);

Completed in 25 milliseconds

1 2 3