Home
last modified time | relevance | path

Searched refs:not_cond (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/transform/
H A Dfor_loop_to_loop.cc34 auto* not_cond = ctx.dst->create<ast::UnaryOpExpression>( in Run()
42 stmts.emplace_back(ctx.dst->If(not_cond, break_body)); in Run()
/third_party/mbedtls/library/
H A Dconstant_time_impl.h280 mbedtls_ct_condition_t not_cond = in mbedtls_ct_if()
282 return (mbedtls_ct_uint_t) ((condition & if1) | (not_cond & if0)); in mbedtls_ct_if()
/third_party/selinux/libsepol/src/
H A Doptimize.c201 unsigned char not_cond) in is_avrule_redundant()
227 if (not_cond && s_idx == st && t_idx == tt) in is_avrule_redundant()
199 is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab, const struct type_vec *type_map, unsigned char not_cond) is_avrule_redundant() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp7146 ir_rvalue *const not_cond = in condition_to_hir() local
7149 ir_if *const if_stmt = new(ctx) ir_if(not_cond); in condition_to_hir()

Completed in 13 milliseconds