Home
last modified time | relevance | path

Searched refs:ior (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbool-same-args.c1 static int ior(int a) { return a || a; } in ior() function
H A Dcse-not01.c2 int ior(int a) { return (~a | a) == ~0; } in ior() function
H A Dcse-not02.c2 int ior(int a, int b) { return ((a == b) | (a != b)) == 1; } in ior() function
H A Dcse-commutativity.c4 static int ior(int a, int b) { return (a | b) == (b | a); } in ior() function
H A Dbinops-same-args.c27 u32 ior(u32 a) { return a | a; } in ior() function
/third_party/mksh/
H A Dtree.c690 struct ioword **ior; in iocopy() local
693 ior = iow; in iocopy()
694 while (*ior) in iocopy()
695 ++ior; in iocopy()
696 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap); in iocopy()
703 ior[i] = q; in iocopy()
712 ior[i] = NULL; in iocopy()
714 return (ior); in iocopy()
/third_party/python/Lib/
H A Doperator.py16 'index', 'indexOf', 'inv', 'invert', 'ior', 'ipow', 'irshift',
382 def ior(a, b): function
462 __ior__ = ior
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c80 OP(or, ior) in parse_atomic_op()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c116 IOP(ior, OR, 0_X_1),
/third_party/python/Lib/test/
H A Dtest_operator.py488 def __ior__ (self, other): return "ior"
503 self.assertEqual(operator.ior (c, 5), "ior")
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c860 ALU_CASE(ior, ior); in emit_alu()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c684 BINOP(ior, or); in agx_emit_alu()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp7954 CASEI(ior)

Completed in 26 milliseconds