Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-sunos5/
DIN.py267 _SC_ICACHE_SZ = 505 variable
DSTROPTS.py264 _SC_ICACHE_SZ = 505 variable
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1655 pub const _SC_ICACHE_SZ: ::c_int = 505; constant
/external/python/cpython2/Modules/
Dposixmodule.c8185 #ifdef _SC_ICACHE_SZ
8186 {"SC_ICACHE_SZ", _SC_ICACHE_SZ},
/external/python/cpython3/Modules/
Dposixmodule.c11814 #ifdef _SC_ICACHE_SZ
11815 {"SC_ICACHE_SZ", _SC_ICACHE_SZ},