Home
last modified time | relevance | path

Searched refs:s_op (Results 1 – 9 of 9) sorted by relevance

/external/sepolicy/tools/
Dsepolicy-check.c63 int expand_and_check(int s_op, uint32_t source_type, in expand_and_check() argument
86 match &= check(s_op, source_type, cur->key.source_type); in expand_and_check()
121 int s_op = parse_ops(&s); in check_rule() local
130 if (s_op != ANY) { in check_rule()
166 if (s_op != ANY) in check_rule()
174 match = expand_and_check(s_op, key.source_type, in check_rule()
182 return expand_and_check(s_op, key.source_type, in check_rule()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h145 static INLINE uint32_t r300_translate_stencil_op(int s_op) in r300_translate_stencil_op() argument
147 switch (s_op) { in r300_translate_stencil_op()
165 fprintf(stderr, "r300: Unknown stencil op %d", s_op); in r300_translate_stencil_op()
/external/mesa3d/src/glsl/
Dir_reader.cpp674 s_symbol *s_op; in read_expression() local
677 s_pattern pat[] = { "expression", s_type, s_op, s_arg1 }; in read_expression()
690 ir_expression_operation op = ir_expression::get_operator(s_op->value()); in read_expression()
692 ir_read_error(expr, "invalid operator: %s", s_op->value()); in read_expression()
699 s_op->value()); in read_expression()
706 ir_read_error(NULL, "when reading first operand of %s", s_op->value()); in read_expression()
713 "<operand>)", s_op->value()); in read_expression()
719 s_op->value()); in read_expression()
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c192 sb->s_op = &squashfs_super_ops; in squashfs_fill_super()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1425 uint32_t r600_translate_stencil_op(int s_op) in r600_translate_stencil_op() argument
1427 switch (s_op) { in r600_translate_stencil_op()
1445 R600_ERR("Unknown stencil op %d", s_op); in r600_translate_stencil_op()
Dr600_pipe.h659 uint32_t r600_translate_stencil_op(int s_op);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c531 static uint32_t si_translate_stencil_op(int s_op) in si_translate_stencil_op() argument
533 switch (s_op) { in si_translate_stencil_op()
551 R600_ERR("Unknown stencil op %d", s_op); in si_translate_stencil_op()
/external/libavc/encoder/
Dih264e_api.c642 ih264e_fill_mem_rec_op_t s_op; in api_check_struct_sanity() local
651 s_op.s_ive_op.u4_size = sizeof(ih264e_fill_mem_rec_op_t); in api_check_struct_sanity()
675 (void *) &s_op); in api_check_struct_sanity()
679 ps_op->s_ive_op.u4_error_code = s_op.s_ive_op.u4_error_code; in api_check_struct_sanity()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1014 s->s_op = &squashfs_ops; in squashfs_read_super()