hex.pointers.xor_hex_to_ptr_and_incΒΆ

Effectively:  hex.xor *ptr, hex
ptr += dw
ptr is a hex[:w/4] that holds an address, which we assume is an hex-variable, which is dw-aligned.

SignatureΒΆ

def xor_hex_to_ptr_and_inc ptr, hex { ... }

Defined in hex/pointers/xor_to_pointer.fj β€” lines 74–77 (view on GitHub).

ComplexityΒΆ

  • Time: w(0.5@+2)  + 14@+26

  • Space: w(0.9@+17) + 10@+131

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ


← Previous: hex.xor_byte_to_ptr/3 Next: hex.pointers.xor_byte_to_ptr_and_inc β†’