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

12

/freebsd-11-stable/share/i18n/esdb/GB/
H A DMakefile4 CODE= GB
/freebsd-11-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-11-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-11-stable/stand/userboot/userboot/
H A Dbiossmap.c40 #define GB (1024UL * 1024 * 1024) macro
66 sm->base = 4 * GB;
/freebsd-11-stable/gnu/usr.bin/groff/font/devlj4/
H A DMakefile8 ALBB ALBR AOB AOI AOR CB CBI CI CR GB GBI GI GR \
/freebsd-11-stable/share/i18n/csmapper/GB/
H A DMakefile4 CODE= GB
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_share.c710 snprintf(desc, sizeof(desc), lj ? "%jd GB" : "%10jd GB",
/freebsd-11-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-11-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-11-stable/contrib/groff/font/devlj4/
H A DMakefile.sub9 GB GBI GI GR \
/freebsd-11-stable/share/i18n/csmapper/ISO646/
H A DMakefile15 ISO646-GB%UCS.646 ISO646-HU%UCS.646 ISO646-IRV@1983%UCS.646 \
/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c38 #define GB * 1024 MB macro
95 #define TOTAL 1147ULL GB
/freebsd-11-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S39 .set SEL_SCODE,0x8 # 4GB code
40 .set SEL_SDATA,0x10 # 4GB data
/freebsd-11-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-11-stable/stand/pc98/btx/btxldr/
H A Dbtxldr.S36 .set SEL_SCODE,0x8 # 4GB code
37 .set SEL_SDATA,0x10 # 4GB data
/freebsd-11-stable/targets/pseudo/userland/share/
H A DMakefile.depend101 share/i18n/csmapper/GB \
119 share/i18n/esdb/GB \
/freebsd-11-stable/contrib/groff/font/devlj4/generate/
H A DMakefile53 GB GBI GI GR \
110 GB: $(AUTOFONT)/9nb00065.tfm $(TEXTMAP)
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c58 #define GB (1024 * 1024 * 1024UL) macro
118 vm->lowmem_limit = 3 * GB;
369 * create another 'highmem' segment above 4GB for the remainder.
374 objsize = 4*GB + ctx->highmem;
396 gpa = 4*GB;
434 if (gaddr >= 4*GB) {
435 if (gaddr < 4*GB + ctx->highmem &&
437 gaddr + len <= 4*GB + ctx->highmem)
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh79 GB=$(( 1024 * $MB ))
80 TB=$(( 1024 * $GB ))
95 for filesize in $MB $GB $TB; do
557 elif [ $file_size -lt $GB ]; then
561 divisor=$GB
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c49 #define GB (1024ULL*1024*1024) macro
736 type19->xsaddr = 4*GB;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h437 const MachineInstr &GB) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp471 for (auto GB : ToUnblock) {
472 GCOVBlock::unblock(GB, Blocked, BlockLists);

Completed in 835 milliseconds

12