Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ byte_aligned
Function
byte_aligned
plugins/svd/src/mapper.rs:20–22 ·
view source on GitHub ↗
(bit_width: u32)
Source
from the content-addressed store, hash-verified
18
};
19
20
pub fn byte_aligned(bit_width: u32) -> bool {
21
bit_width % 8 == 0
22
}
23
24
/// Byte aligned width for bit-width
25
pub fn byte_width(bit_width: u32) -> u32 {
Callers
3
byte_width
Function · 0.85
add_comments_for_registers
Method · 0.85
single_register_type
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected