Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
525
bool 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
MOVN
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected