Searched refs:shift (Results 1 – 1 of 1) sorted by relevance
657 def _cast(value, t, shift=64): argument658 return int(value.cast(t)) & ((1 << shift)-1)916 def _align(addr, shift): argument918 mask = (1 << shift) - 1
Completed in 5 milliseconds