Searched defs:to_clear (Results 1 – 7 of 7) sorted by relevance
135 uint8_t to_clear = ((1 << size) - 1) << (index % 8); in DeleteMapBlock() local159 uint8_t to_clear = ((1 << size) - 1) << (index % 8); in UsedMapBlock() local
96 uint32_t to_clear = FEnv::exception_macro_to_bits(excepts); in clear_except() local
207 AluInstr::SourceMod to_clear = AluInstr::mod_none; in apply_source_mods() local
454 SourceMod to_clear) in replace_src()
116 uint32_t to_clear = FEnv::exception_macro_to_status_bits(excepts); in clear_except() local
306 unsigned to_clear = 0; in zink_clear_framebuffer() local
122 let to_clear = self.owned_buf.len() - self.head; in reset() localVariable