Home
last modified time | relevance | path

Searched defs:Mib (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_bsd.cpp43 const int Mib[] = { in ReadProcMaps() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_freebsd.cc34 const int Mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid() }; in ReadProcMaps() local
Dsanitizer_linux.cc815 const int Mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1 }; in ReadBinaryName() local
/external/rust/crates/paste/tests/
Dtest_item.rs193 pub struct Mib<T = ()>(std::marker::PhantomData<T>); struct