Searched refs:GB (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-13-stable/share/i18n/esdb/GB/
H A DMakefile4 CODE= GB
/freebsd-13-stable/lib/libc/gen/
H A Dgetbsize.c51 #define GB (1024L * 1024L * 1024L) macro
52 #define MAXB GB /* No tera, peta, nor exa. */
64 max = MAXB / GB;
65 mul = GB;
89 warnx("maximum blocksize is %ldG", MAXB / GB);
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c35 * writes entries from 2GB up to 1TB to an archive in memory.
73 #define GB ((int64_t)1024 * MB) macro
74 #define TB ((int64_t)1024 * GB)
192 2 * GB - 1, 2 * GB, 2 * GB + 1,
194 4 * GB - 1, 4 * GB, 4 * GB + 1,
195 /* 8GB i
[all...]
H A Dtest_write_format_zip_large.c63 #define GB ((int64_t)1024 * MB) macro
64 #define TB ((int64_t)1024 * GB)
273 2 * GB - 1, 2 * GB, 2 * GB + 1,
275 4 * GB - 1, 4 * GB, 4 * GB + 1,
277 16 * GB - 1, 16 * GB, 1
[all...]
/freebsd-13-stable/stand/userboot/userboot/
H A Dbiossmap.c40 #define GB (1024UL * 1024 * 1024) macro
66 sm->base = 4 * GB;
/freebsd-13-stable/contrib/kyua/utils/
H A Dunits.cpp79 case 'G': case 'g': multiplier = GB; break;
117 } else if (_count >= GB) {
118 return F("%.2sG") % (static_cast< float >(_count) / GB);
H A Dunits.hpp58 const uint64_t GB = int64_t(1) << 30; member in namespace:utils::units::__anon1042
H A Dunits_test.cpp43 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"));
/freebsd-13-stable/share/i18n/csmapper/GB/
H A DMakefile4 CODE= GB
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_share.c708 snprintf(desc, sizeof(desc), lj ? "%jd GB" : "%10jd GB",
/freebsd-13-stable/share/i18n/csmapper/
H A DMakefile.depend11 share/i18n/csmapper/GB \
H A DMakefile6 SUBDIR= APPLE AST BIG5 CNS CP EBCDIC GB GEORGIAN ISO646 ISO-8859 JIS \
/freebsd-13-stable/share/i18n/esdb/
H A DMakefile.depend12 share/i18n/esdb/GB \
H A DMakefile6 SUBDIR= APPLE AST BIG5 CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 ISO-8859 \
/freebsd-13-stable/share/i18n/csmapper/ISO646/
H A DMakefile15 ISO646-GB%UCS.646 ISO646-HU%UCS.646 ISO646-IRV@1983%UCS.646 \
/freebsd-13-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c38 #define GB * 1024 MB macro
95 #define TOTAL 1147ULL GB
/freebsd-13-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S39 .set SEL_SCODE,0x8 # 4GB code
40 .set SEL_SDATA,0x10 # 4GB data
/freebsd-13-stable/targets/pseudo/userland/share/
H A DMakefile.depend34 share/i18n/csmapper/GB \
52 share/i18n/esdb/GB \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp216 auto *GB = IAI.getInterleaveGroup(B); local
218 return GA && GB && GA == GB && GA->getIndex(A) + 1 == GB->getIndex(B);
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Ddibio.c43 #define GB *(1U<<30) macro
49 static const size_t g_maxMemory = (sizeof(size_t) == 4) ? (2 GB - 64 MB) : ((size_t)(512 MB) << sizeof(size_t));
H A Dbenchfn.c32 #define GB *(1U<<30) macro
/freebsd-13-stable/lib/libvmmapi/
H A Dvmmapi.c65 #define GB (1024 * 1024 * 1024UL) macro
127 vm->lowmem_limit = 3 * GB;
402 * create another 'highmem' segment above 4GB for the remainder.
407 objsize = 4*GB + ctx->highmem;
429 gpa = 4*GB;
467 if (gaddr >= 4*GB) {
468 if (gaddr < 4*GB + ctx->highmem &&
470 gaddr + len <= 4*GB + ctx->highmem)
490 if (offaddr >= 4*GB && offaddr < 4*GB
[all...]
/freebsd-13-stable/bin/ls/tests/
H A Dls_tests.sh79 GB=$(( 1024 * $MB ))
80 TB=$(( 1024 * $GB ))
103 for filesize in $MB $GB $TB; do
565 elif [ $file_size -lt $GB ]; then
569 divisor=$GB
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c50 #define GB (1024ULL*1024*1024) macro
760 type19->xsaddr = 4*GB;
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h146 #define GB *(1U<<30) macro

Completed in 295 milliseconds

123