Searched defs:csh (Results 1 – 7 of 7) sorted by relevance
| /external/capstone/bindings/java/capstone/ |
| D | Capstone.java | 96 private NativeLong csh; field in Capstone.CsInsn 261 public String cs_reg_name(NativeLong csh, int id); in cs_reg_name() 262 public int cs_op_count(NativeLong csh, Pointer insn, int type); in cs_op_count() 263 public int cs_op_index(NativeLong csh, Pointer insn, int type, int index); in cs_op_index() 265 public String cs_insn_name(NativeLong csh, int id); in cs_insn_name() 266 public String cs_group_name(NativeLong csh, int id); in cs_group_name() 267 public byte cs_insn_group(NativeLong csh, Pointer insn, int id); in cs_insn_group() 268 public byte cs_reg_read(NativeLong csh, Pointer insn, int id); in cs_reg_read() 269 public byte cs_reg_write(NativeLong csh, Pointer insn, int id); in cs_reg_write() 270 public int cs_errno(NativeLong csh); in cs_errno() [all …]
|
| /external/capstone/ |
| D | MCInst.h | 100 cs_struct *csh; // save the main csh member
|
| /external/capstone/bindings/ocaml/ |
| D | capstone.ml | 89 type csh = { type
|
| /external/capstone/include/ |
| D | capstone.h | 67 typedef size_t csh; typedef
|
| /external/capstone/bindings/python/capstone/ |
| D | __init__.py | 367 def __init__(self, csh, arch): argument
|
| /external/syzkaller/executor/ |
| D | common_kvm_amd64.h | 119 uint16 cs, csh; member
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cExplicitUniformLocationTest.cpp | 1290 std::vector<ShaderKey> csh(1); in CreatePrograms() local
|