Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1325 def _ARGSIZEOF(t): return ((sizeof (t) + VA_ALIGN - 1) & ~(VA_ALIGN - 1)) function
1328 def _ARGSIZEOF(t): return ((sizeof (t) + VA_ALIGN - 1) & ~(VA_ALIGN - 1)) function