HomeSort by relevance Sort by last modified time
    Searched refs:straln (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/plat-unixware7/
IN.py 718 def straln(a): return (caddr_t)((long)(a) & ~(sizeof(int)-1)) function
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1235 def straln(a): return (caddr_t)((intptr_t)(a) & ~(sizeof (int)-1))

Completed in 53 milliseconds