Searched refs:active_tweaks (Results 1 – 2 of 2) sorted by relevance
38 if (!(ctx->active_tweaks & (1u << t))) in vrend_get_tweak_is_active_with_params()53 return (ctx->active_tweaks & (1u << t)) ? true : false; in vrend_get_tweak_is_active()72 ctx->active_tweaks |= 1u << t; in set_tweak_and_params()86 ctx->active_tweaks |= 1u << t; in set_tweak_and_params_from_string()
34 uint32_t active_tweaks; member