MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / IsOnes

Function IsOnes

arch/arm64/disassembler/pcode.c:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525bool IsOnes(uint64_t foo, int width)
526{
527 return foo == (1 << width) - 1;
528}
529
530/* Mozilla MPL
531 TODO: evaluate license, possibly rewrite

Callers 1

MOVNFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected