HomeSort by relevance Sort by last modified time
    Searched defs:s_op (Results 1 - 3 of 3) sorted by null

  /external/sepolicy/tools/
sepolicy-check.c 63 int expand_and_check(int s_op, uint32_t source_type,
86 match &= check(s_op, source_type, cur->key.source_type);
121 int s_op = parse_ops(&s); local
130 if (s_op != ANY) {
166 if (s_op != ANY)
174 match = expand_and_check(s_op, key.source_type,
182 return expand_and_check(s_op, key.source_type,
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_reader.cpp 674 s_symbol *s_op; local
677 s_pattern pat[] = { "expression", s_type, s_op, s_arg1 };
690 ir_expression_operation op = ir_expression::get_operator(s_op->value());
692 ir_read_error(expr, "invalid operator: %s", s_op->value());
699 s_op->value());
706 ir_read_error(NULL, "when reading first operand of %s", s_op->value());
713 "<operand>)", s_op->value());
719 s_op->value());
  /external/mesa3d/src/glsl/
ir_reader.cpp 674 s_symbol *s_op; local
677 s_pattern pat[] = { "expression", s_type, s_op, s_arg1 };
690 ir_expression_operation op = ir_expression::get_operator(s_op->value());
692 ir_read_error(expr, "invalid operator: %s", s_op->value());
699 s_op->value());
706 ir_read_error(NULL, "when reading first operand of %s", s_op->value());
713 "<operand>)", s_op->value());
719 s_op->value());

Completed in 237 milliseconds