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

123

/freebsd-current/contrib/ntp/sntp/libevent/cmake/
H A DCheckFileOffsetBits.c5 #define GB ((off_t)1024 * MB) macro
6 #define TB ((off_t)1024 * GB)
7 int t2[(((64 * GB -1) % 671088649) == 268434537)
8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/freebsd-current/contrib/libevent/cmake/
H A DCheckFileOffsetBits.c5 #define GB ((off_t)1024 * MB) macro
6 #define TB ((off_t)1024 * GB)
7 int t2[(((64 * GB -1) % 671088649) == 268434537)
8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
/freebsd-current/share/i18n/esdb/GB/
H A DMakefile3 CODE= GB
/freebsd-current/lib/libc/gen/
H A Dgetbsize.c47 #define GB (1024L * 1024L * 1024L) macro
48 #define MAXB GB /* No tera, peta, nor exa. */
60 max = MAXB / GB;
61 mul = GB;
85 warnx("maximum blocksize is %ldG", MAXB / GB);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c34 * writes entries from 2GB up to 1TB to an archive in memory.
72 #define GB ((int64_t)1024 * MB) macro
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 i
[all...]
H A Dtest_write_format_zip_large.c62 #define GB ((int64_t)1024 * MB) macro
63 #define TB ((int64_t)1024 * GB)
272 2 * GB - 1, 2 * GB, 2 * GB + 1,
274 4 * GB - 1, 4 * GB, 4 * GB + 1,
276 5 * GB,
/freebsd-current/stand/userboot/userboot/
H A Dbiossmap.c37 #define GB (1024UL * 1024 * 1024) macro
63 sm->base = 4 * GB;
/freebsd-current/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_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"));
H A Dunits.hpp58 const uint64_t GB = int64_t(1) << 30; member in namespace:utils::units::__anon966
/freebsd-current/share/i18n/csmapper/GB/
H A DMakefile3 CODE= GB
/freebsd-current/share/i18n/esdb/
H A DMakefile.depend11 share/i18n/esdb/GB \
H A DMakefile5 SUBDIR= APPLE AST BIG5 CP DEC EUC EBCDIC GB GEORGIAN ISO-2022 ISO-8859 \
/freebsd-current/share/i18n/csmapper/
H A DMakefile.depend10 share/i18n/csmapper/GB \
H A DMakefile5 SUBDIR= APPLE AST BIG5 CNS CP EBCDIC GB GEORGIAN ISO646 ISO-8859 JIS \
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_share.c705 snprintf(desc, sizeof(desc), lj ? "%jd GB" : "%10jd GB",
/freebsd-current/share/i18n/csmapper/ISO646/
H A DMakefile14 ISO646-GB%UCS.646 ISO646-HU%UCS.646 ISO646-IRV@1983%UCS.646 \
/freebsd-current/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c38 #define GB * 1024 MB macro
95 #define TOTAL 1147ULL GB
/freebsd-current/stand/i386/btx/btxldr/
H A Dbtxldr.S37 .set SEL_SCODE,0x8 # 4GB code
38 .set SEL_SDATA,0x10 # 4GB data
/freebsd-current/targets/pseudo/userland/share/
H A DMakefile.depend33 share/i18n/csmapper/GB \
51 share/i18n/esdb/GB \
/freebsd-current/usr.sbin/bhyve/amd64/
H A De820.c36 #define GB (1024 * MB) macro
207 * falls back to allocating the highest address below 4 GB.
448 error = e820_add_entry(4 * GB, 4 * GB + highmem_size,
H A Dpci_gvt-d.c26 #define GB (1024 * MB) macro
78 * address below 4 GB.
81 e820_alloc(4 * GB, length, alignment, type, E820_ALLOCATE_HIGHEST));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp211 auto *GB = IAI.getInterleaveGroup(B); local
213 return GA && GB && GA == GB && GA->getIndex(A) + 1 == GB->getIndex(B);
/freebsd-current/tools/test/stress2/misc/
H A Df_offset.sh51 2. you operate on the file offsets larger than 4GB (but see below)
/freebsd-current/sys/contrib/zstd/programs/
H A Ddibio.c42 #define GB *(1U<<30) macro
48 static const size_t g_maxMemory = (sizeof(size_t) == 4) ? (2 GB - 64 MB) : ((size_t)(512 MB) << sizeof(size_t));
51 #define MAX_SAMPLES_SIZE (2 GB) /* training dataset limited to 2GB */
340 /* Limit the size of the training data to 2GB */

Completed in 522 milliseconds

123