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

/freebsd-13-stable/sys/x86/pci/
H A Dpci_early_quirks.c45 #define MiB(v) ((unsigned long)(v) << 20) macro
85 return (MiB(1));
87 return (MiB(4));
89 return (MiB(8));
91 return (MiB(16));
93 return (MiB(32));
95 return (MiB(48));
97 return (MiB(64));
99 return (MiB(128));
101 return (MiB(25
[all...]
/freebsd-13-stable/sys/contrib/xz-embedded/linux/scripts/
H A Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
/freebsd-13-stable/sys/x86/x86/
H A Dmp_x86.c176 #define MiB(v) (v ## ULL << 20) macro
949 if (physmap[i] >= MiB(1) ||
959 if (physmap[i + 1] < MiB(1)) {

Completed in 164 milliseconds