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

  /external/python/cpython2/Lib/plat-unixware7/
IN.py 546 def str_aligned(X): return (((uint)(X) & (sizeof(int) - 1)) == 0) function
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1066 def str_aligned(X): return (((ulong_t)(X) & (sizeof (long) - 1)) == 0) function

Completed in 449 milliseconds