Searched refs:actual (Results 1 – 2 of 2) sorted by relevance
64 let actual = u32::from_ne_bytes([chunk[0], chunk[1], chunk[2], chunk[3]]); in check_pattern32() localVariable65 if actual != pattern { in check_pattern32()66 return Err(format!("Expected to read {}, but found {}", pattern, actual)); in check_pattern32()
40 # and is not a actual product, just testing infrastructure.