Searched refs:MiB (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/x86/pci/
H A Dpci_early_quirks.c45 #define MiB(v) ((unsigned long)(v) << 20) macro
104 return (MiB(1));
106 return (MiB(4));
108 return (MiB(8));
110 return (MiB(16));
112 return (MiB(32));
114 return (MiB(48));
116 return (MiB(64));
118 return (MiB(128));
120 return (MiB(25
[all...]
/freebsd-current/sys/contrib/xz-embedded/linux/scripts/
H A Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c5707 const int MiB = 1024 * KiB; local
5708 const int document_length = 16 * MiB;
5709 const int big = 7654321; // arbitrarily chosen between 4 and 8 MiB
5727 {8 * MiB, -8 * MiB},
5728 {4 * MiB, 4 * MiB, -12 * MiB}, // try at 4MB, then 8MB = 12 MB total
5730 {4 * MiB, 0, 4 * MiB,
[all...]
/freebsd-current/sys/i386/i386/
H A Dmp_machdep.c148 #define MiB(v) (v ## ULL << 20) macro
164 if (physmap[i] >= MiB(1) ||
174 if (physmap[i + 1] < MiB(1)) {

Completed in 288 milliseconds