Home
last modified time | relevance | path

Searched refs:_SC_DCACHE_LINESZ (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DIN.py270 _SC_DCACHE_LINESZ = 508 variable
DSTROPTS.py267 _SC_DCACHE_LINESZ = 508 variable
/external/python/cpython2/Modules/
Dposixmodule.c8149 #ifdef _SC_DCACHE_LINESZ
8150 {"SC_DCACHE_LINESZ", _SC_DCACHE_LINESZ},
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2040 pub const _SC_DCACHE_LINESZ: ::c_int = 508; constant
/external/python/cpython3/Modules/
Dposixmodule.c11939 #ifdef _SC_DCACHE_LINESZ
11940 {"SC_DCACHE_LINESZ", _SC_DCACHE_LINESZ},