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

  /system/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/libavc/encoder/
ih264e_api.c 642 ih264e_fill_mem_rec_op_t s_op; local
651 s_op.s_ive_op.u4_size = sizeof(ih264e_fill_mem_rec_op_t);
675 (void *) &s_op);
679 ps_op->s_ive_op.u4_error_code = s_op.s_ive_op.u4_error_code;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_reader.cpp 710 s_symbol *s_op; local
713 s_pattern pat[] = { "expression", s_type, s_op, s_arg[0] };
729 ir_expression_operation op = ir_expression::get_operator(s_op->value());
731 ir_read_error(expr, "invalid operator: %s", s_op->value());
749 ir_read_error(NULL, "when reading operand #%d of %s", i, s_op->value());
    [all...]

Completed in 456 milliseconds