Home
last modified time | relevance | path

Searched defs:SHMLBA (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/arch/powerpc64/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/porting/linux/user/arch/generic/bits/
Dshm.h1 #define SHMLBA (4*4096) macro
/third_party/musl/arch/generic/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/mips/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/mipsn32/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/microblaze/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/m68k/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/or1k/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/sh/bits/
Dshm.h1 #define SHMLBA 16384 macro
/third_party/musl/arch/i386/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/arm/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/powerpc/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/musl/arch/x32/bits/
Dshm.h1 #define SHMLBA 4096 macro
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4590 pub const SHMLBA: ::c_int = 16 * 1024; constant
4592 pub const SHMLBA: ::c_int = 4096; constant