MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _HPERM_OP

Function _HPERM_OP

thirdparty/fcrypt/fcrypt.py:442–445  ·  view source on GitHub ↗

Clever bit manipulation.

(a)

Source from the content-addressed store, hash-verified

440
441
442def _HPERM_OP(a):
443 """Clever bit manipulation."""
444 t = ((a << 18) ^ a) & 0xcccc0000
445 return a ^ t ^ ((t >> 18) & 0x3fff)
446
447def _PERM_OP(a,b,n,m):
448 """Cleverer bit manipulation."""

Callers 1

_set_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…