- load16
ushort load16(void* src)
Undocumented in source. Be warned that the author may not have intended to support it.
- load32
uint load32(void* src)
Undocumented in source. Be warned that the author may not have intended to support it.
- load48
ulong load48(void* src)
Undocumented in source. Be warned that the author may not have intended to support it.
- load64
ulong load64(void* src)
Undocumented in source. Be warned that the author may not have intended to support it.
- rotr32
uint rotr32(uint w, uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
- rotr64
ulong rotr64(ulong w, uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
- store16
void store16(void* dst, ushort w)
Undocumented in source. Be warned that the author may not have intended to support it.
- store32
void store32(void* dst, uint w)
Undocumented in source. Be warned that the author may not have intended to support it.
- store48
void store48(void* dst, ulong w)
Undocumented in source. Be warned that the author may not have intended to support it.
- store64
void store64(void* dst, ulong w)
Undocumented in source. Be warned that the author may not have intended to support it.