MCPcopy Create free account
hub / github.com/PLSysSec/wave / bitwise_or

Function bitwise_or

src/tcb/misc.rs:114–116  ·  view source on GitHub ↗
(bv1: i32, bv2: i32)

Source from the content-addressed store, hash-verified

112// #[with_ghost_var(trace: &mut Trace)]
113#[ensures(result >= bv1 && result >= bv2)]
114pub fn bitwise_or(bv1: i32, bv2: i32) -> i32 {
115 bv1 | bv2
116}
117
118#[trusted]
119pub fn bitwise_or_u32(bv1: u32, bv2: u32) -> u32 {

Callers 9

check_bitwise_orFunction · 0.85
wasi_path_openFunction · 0.85
to_stat_posixMethod · 0.85
to_linkat_posixMethod · 0.85
to_openat_posixMethod · 0.85
to_posixMethod · 0.85
to_posixMethod · 0.85
to_posixMethod · 0.85
wave_alloc_linmemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected