Searched refs:t_op (Results 1 - 3 of 3) sorted by relevance

/external/sepolicy/tools/
H A Dsepolicy-check.c64 int t_op, uint32_t target_type,
87 match &= check(t_op, target_type, cur->key.target_type);
122 int t_op = parse_ops(&t); local
137 if (t_op != ANY) {
168 if (t_op != ANY)
175 t_op, key.target_type,
183 t_op, key.target_type,
63 expand_and_check(int s_op, uint32_t source_type, int t_op, uint32_t target_type, int c_op, uint32_t target_class, perm_datum_t *perm, policydb_t *policy, avtab_t *avtab) argument
/external/mksh/src/
H A Dfuncs.c172 static const struct t_op { struct
202 static const struct t_op b_ops[] = {
2904 const struct t_op *tbl;
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c1480 UInt t_op = ARM64G_CC_OP_NUMBER; local
1481 /**/ if ( isSUB && is64) { t_op = ARM64G_CC_OP_SUB64; }
1482 else if ( isSUB && !is64) { t_op = ARM64G_CC_OP_SUB32; }
1483 else if (!isSUB && is64) { t_op = ARM64G_CC_OP_ADD64; }
1484 else if (!isSUB && !is64) { t_op = ARM64G_CC_OP_ADD32; }
1508 assign(op, IRExpr_ITE(mkexpr(cond), mkU64(t_op), mkU64(f_op)));

Completed in 325 milliseconds