Home
last modified time | relevance | path

Searched refs:_SC_ICACHE_ASSOC (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DIN.py274 _SC_ICACHE_ASSOC = 512 variable
DSTROPTS.py271 _SC_ICACHE_ASSOC = 512 variable
/external/python/cpython2/Modules/
Dposixmodule.c8176 #ifdef _SC_ICACHE_ASSOC
8177 {"SC_ICACHE_ASSOC", _SC_ICACHE_ASSOC},
/external/python/cpython3/Modules/
Dposixmodule.c10268 #ifdef _SC_ICACHE_ASSOC
10269 {"SC_ICACHE_ASSOC", _SC_ICACHE_ASSOC},