Searched refs:GB (Results 26 - 50 of 59) sorted by relevance

123

/freebsd-current/bin/ls/tests/
H A Dls_tests.sh78 GB=$(( 1024 * $MB ))
79 TB=$(( 1024 * $GB ))
102 for filesize in $MB $GB $TB; do
565 elif [ $file_size -lt $GB ]; then
569 divisor=$GB
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h145 #define GB *(1U<<30) macro
/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchfn.c32 #define GB *(1U<<30) macro
H A Dbenchzstd.c63 #define GB *(1U<<30) macro
68 /* 32-bit */ (2 GB - 64 MB) :
H A Dfileio.c90 #define GB *(1U<<30) macro
884 EXM_THROW(42, "Can't handle files larger than %u GB\n", maxWindowSize/(1 GB));
2079 if (storedSkips > 1 GB) {
2080 if (LONG_SEEK(file, 1 GB, SEEK_CUR) != 0)
2081 EXM_THROW(91, "1 GB skip error (sparse file support)");
2082 storedSkips -= 1 GB;
H A Dzstdcli.c77 #define GB *(1U<<30) macro
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h74 #define GB *(1U<<30) macro
/freebsd-current/lib/libvmmapi/
H A Dvmmapi.c62 #define GB (1024 * 1024 * 1024UL) macro
65 #define VM_LOWMEM_LIMIT (3 * GB)
69 #define VM_HIGHMEM_BASE (4 * GB)
/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c100 #define GB (1024UL * MB) macro
564 if (maxval > 10 * GB) {
565 div = GB;
H A Dsmbiostbl.c48 #define GB (1024ULL*1024*1024) macro
H A Dbhyverun.c96 #define GB (1024UL * MB) macro
H A Dpci_emul.c73 #define GB (1024 * 1024 * 1024UL) macro
93 uint32_t membase32, memlimit32; /* mmio window below 4GB */
94 uint64_t membase64, memlimit64; /* mmio window above 4GB */
148 #define PCI_EMUL_ECFG_BASE 0xE0000000 /* 3.5GB */
155 #define PCI_EMUL_MEMSIZE64 (32*GB)
903 * above 4GB. Allow for this by allocating small requests under
904 * 4GB unless then allocation size is larger than some arbitrary
1642 * [0xF0000000, 4GB) LAPIC, IOAPIC, HPET, firmware
1643 * [4GB, 4GB
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h446 const MachineInstr &GB) const;
/freebsd-current/usr.sbin/bhyvectl/
H A Dbhyvectl.c61 #define GB (1UL << 30) macro
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdac.h480 #define GB_G33S2H_SUBVENDOR HDA_MODEL_CONSTRUCT(GB, 0xa022)
481 #define GB_K8_SUBVENDOR HDA_MODEL_CONSTRUCT(GB, 0xa102)
482 #define GB_BXBT2807_SUBVENDOR HDA_MODEL_CONSTRUCT(GB, 0xfa53)
483 #define GP_ALL_SUBVENDOR HDA_MODEL_CONSTRUCT(GB, 0xffff)
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c64 #define GB *(1U<<30) macro
66 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(size_t)*8)-31));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp877 for (auto &GB : Func.Blocks) {
878 const BasicBlock &BB = *GB.first;
879 auto &Block = GB.second;
/freebsd-current/sys/compat/linux/
H A Dlinux_file.c91 MFD_HUGETLB_ENTRY(1GB),
92 MFD_HUGETLB_ENTRY(2GB),
93 MFD_HUGETLB_ENTRY(16GB),
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c36 * There are 32bit indexes used to ref samples, so limit samples size to 4GB
38 * For 32bit builds we choose 1 GB.
39 * Most 32bit platforms have 2GB user-mode addressable space and we allocate a large
40 * contiguous buffer, so 1GB is already a high limit.
42 #define FASTCOVER_MAX_SAMPLES_SIZE (sizeof(size_t) == 8 ? ((unsigned)-1) : ((unsigned)1 GB))
H A Dzdict.c23 /* Unix Large Files support (>4GB) */
64 #define GB *(1U<<30) macro
H A Dcover.c44 * There are 32bit indexes used to ref samples, so limit samples size to 4GB
46 * For 32bit builds we choose 1 GB.
47 * Most 32bit platforms have 2GB user-mode addressable space and we allocate a large
48 * contiguous buffer, so 1GB is already a high limit.
50 #define COVER_MAX_SAMPLES_SIZE (sizeof(size_t) == 8 ? ((unsigned)-1) : ((unsigned)1 GB))
/freebsd-current/usr.sbin/bhyveload/
H A Dbhyveload.c87 #define GB (1024 * 1024 * 1024UL) macro
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4.c222 #define GB *(1U<<30) macro
/freebsd-current/sys/amd64/vmm/
H A Dvmm_instruction_emul.c260 #define GB (1024 * 1024 * 1024) macro
2229 if (pgsize > 1 * GB) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4209 GroupBuilder GB(FrameObjects);
4244 GB.AddMember(TaggedFI);
4246 GB.EndCurrentGroup();
4249 GB.EndCurrentGroup();

Completed in 422 milliseconds

123