Searched refs:raw_count (Results 1 – 2 of 2) sorted by relevance
215 u32 raw_count = 0;218 AccessUnit AU [[name(std::format("AU[{}]", raw_count))]];219 raw_count += 1;220 } [[name(std::format("Raw[{}]", (raw_count - 1)))]];
253 let raw_count = (bits_used as usize + 7) / 8; in bytes_used() localVariable254 if raw_count == 0 { in bytes_used()257 raw_count in bytes_used()