Home
last modified time | relevance | path

Searched defs:op_str (Results 1 – 18 of 18) sorted by relevance

/external/capstone/bindings/ocaml/
Dcapstone.ml124 op_str: string; RecordField
186 method op_str = op_str; method
/external/igt-gpu-tools/tests/
Dkms_psr2_su.c54 static const char *op_str(enum operations op) in op_str() function
Dkms_psr.c44 static const char *op_str(enum operations op) in op_str() function
/external/capstone/bindings/python/pyx/
Dccapstone.pyx104 def op_str(self): member in CsInsn
/external/python/pybind11/include/pybind11/
Doperators.h28 op_int, op_long, op_float, op_str, op_cmp, op_gt, op_ge, op_lt, op_le, enumerator
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_cell_test.py2448 def _assert_in(op_str, in_stats, out_stats): argument
2471 def _assert_in(op_str, in_stats, out_stats): argument
2487 def _assert_in(op_str, in_stats, out_stats): argument
/external/capstone/include/capstone/
Dcapstone.h344 char op_str[160]; member
/external/selinux/libsepol/cil/src/
Dcil_tree.c366 char *op_str = NULL; in cil_expr_to_string() local
Dcil_write_ast.c87 char *op_str = NULL; in __cil_unfill_expr_helper() local
Dcil_policy.c558 const char *op_str; in __cil_cons_leaf_op_to_string() local
/external/minijail/
Dsyscall_filter.c35 int str_to_op(const char *op_str) in str_to_op()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc219 std::string op_str; in GetOpDescriptionForDebug() local
252 std::string op_str; in GetOpsSummary() local
/external/llvm-project/polly/lib/External/isl/
Disl_ast.c1673 char *op_str[isl_ast_expr_op_last + 1]; member
1967 static char *op_str[] = { variable
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py621 def _emit_with_loc(self, op_str, node=None): argument
/external/capstone/bindings/java/capstone/
DCapstone.java53 public byte[] op_str; field in Capstone._cs_insn
/external/capstone/bindings/python/capstone/
D__init__.py576 def op_str(self): member in CsInsn
/external/stressapptest/src/
Dworker.cc2935 const char *op_str; in AsyncDiskIO() member
/external/python/cpython2/Objects/
Dtypeobject.c5738 static PyObject *op_str[6]; local