Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-unixware7/
DIN.py546 def str_aligned(X): return (((uint)(X) & (sizeof(int) - 1)) == 0) function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1066 def str_aligned(X): return (((ulong_t)(X) & (sizeof (long) - 1)) == 0) function