HomeSort by relevance Sort by last modified time
    Searched refs:s_op (Results 1 - 9 of 9) 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/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 145 static INLINE uint32_t r300_translate_stencil_op(int s_op)
147 switch (s_op) {
165 fprintf(stderr, "r300: Unknown stencil op %d", s_op);
  /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());
  /external/squashfs-tools/kernel/fs/squashfs/
super.c 192 sb->s_op = &squashfs_super_ops;
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
r600_pipe.h 659 uint32_t r600_translate_stencil_op(int s_op);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 531 static uint32_t si_translate_stencil_op(int s_op)
533 switch (s_op) {
551 R600_ERR("Unknown stencil op %d", s_op);
    [all...]
  /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/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 1014 s->s_op = &squashfs_ops;
    [all...]

Completed in 367 milliseconds