Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NationalSecurityAgency/TraceAnalysis
/ write_le_bytes
Method
write_le_bytes
dynamic-dataflow/core/src/value.rs:1670–1672 ·
view source on GitHub ↗
(self, bytes: &mut [u8])
Source
from the content-addressed store, hash-verified
1668
1669
#[inline]
1670
fn write_le_bytes(self, bytes: &mut [u8]) {
1671
bytes[0] = self
1672
}
1673
}
1674
1675
impl_primitive_ext!(u16);
Callers
15
_impl
Method · 0.80
test_int_cmp_for_primitive
Function · 0.80
test_int_signed_cmp_for_primitive
Function · 0.80
test_int_zero_extend
Function · 0.80
test_int_signed_extend
Function · 0.80
test_int_add_primitive
Function · 0.80
test_int_sub_primitive
Function · 0.80
test_int_carry_primitive
Function · 0.80
test_int_signed_carry_primitive
Function · 0.80
test_int_signed_borrow_primitive
Function · 0.80
test_int_negate_primitive
Function · 0.80
test_int_not
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_int_cmp_for_primitive
Function · 0.64
test_int_signed_cmp_for_primitive
Function · 0.64
test_int_zero_extend
Function · 0.64
test_int_signed_extend
Function · 0.64
test_int_add_primitive
Function · 0.64
test_int_sub_primitive
Function · 0.64
test_int_carry_primitive
Function · 0.64
test_int_signed_carry_primitive
Function · 0.64
test_int_signed_borrow_primitive
Function · 0.64
test_int_negate_primitive
Function · 0.64
test_int_not
Function · 0.64
test_int_xor
Function · 0.64