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

1 2

  /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/external/bsd/kyua-cli/dist/utils/
units.hpp 56 const uint64_t GB = int64_t(1) << 30;
  /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/external/bsd/zstd/dist/tests/
datagencli.c 24 #define GB *(1U << 30)
fullbench.c 31 #define GB *(1U<<30)
zstreamtest.c 50 #define GB *(1U<<30)
fuzzer.c 52 #define GB *(1U<<30)
543 * This requires dBound >= 4 GB, aka 2^32.
562 CHECK( ZSTD_decompressBound(outBuffer, out.pos) > 0x100000000ULL /* 4 GB */ );
3694 { U64 const toCompress = 5000000000ULL; /* > 4 GB */
  /src/tests/bin/df/
getmntinfo.c 38 #define GB * 1024 MB
95 #define TOTAL 1147ULL GB
  /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/zstd/dist/programs/
fileio_common.h 24 #define GB *(1U<<30)
benchfn.c 32 #define GB *(1U<<30)
dibio.c 43 #define GB *(1U<<30)
49 static const size_t g_maxMemory = (sizeof(size_t) == 4) ? (2 GB - 64 MB) : ((size_t)(512 MB) << sizeof(size_t));
52 #define MAX_SAMPLES_SIZE (2 GB) /* training dataset limited to 2GB */
344 /* Limit the size of the training data to 2GB */
benchzstd.c 63 #define GB *(1U << 30)
69 /* 32-bit */ (2 GB - 64 MB)
zstdcli.c 78 #define GB *(1U<<30)
  /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);
  /src/external/bsd/zstd/dist/lib/common/
zstd_internal.h 69 #define GB *(1U<<30)
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 64 #define GB *(1U<<30)
66 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(size_t)*8)-31));
  /src/external/bsd/zstd/dist/lib/dictBuilder/
zdict.c 23 /* Unix Large Files support (>4GB) */
64 #define GB *(1U<<30)
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 1282 #define GB *(1U<<30)
zstd_v03.c 2289 #define GB *(1U<<30)
zstd_v04.c 291 #define GB *(1U<<30)
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 55 #define GB MB * 1024
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 55 #define GB MB * 1024

Completed in 49 milliseconds

1 2