Searched refs:str_aligned (Results 1 – 2 of 2) sorted by relevance
546 def str_aligned(X): return (((uint)(X) & (sizeof(int) - 1)) == 0) function
1066 def str_aligned(X): return (((ulong_t)(X) & (sizeof (long) - 1)) == 0) function