hex/pointers/pointer_arithmetics.fjΒΆ
βββ- Ptr ++/β/+=/-=
MacrosΒΆ
hexΒΆ
hex.ptr_incβptr[:w/4] += 2whex.ptr_decβptr[:w/4] -= 2whex.ptr_addβ @note: The complexity is calculated withn_const=2, and for log(w) in 16,32,64,128.hex.ptr_subβ @note: The complexity is calculated withn_const=2, and for log(w) in 16,32,64,128.