HomeSort by relevance Sort by last modified time
    Searched refs:c_uint64 (Results 1 - 21 of 21) sorted by null

  /external/llvm/bindings/python/llvm/
disassembler.py 18 from ctypes import c_uint64
104 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)),
105 c_uint64(pc), out_str, 255)
133 c_uint64(len(source) - offset), c_uint64(address),
157 c_uint64, c_uint64, c_char_p, c_size_t]
160 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64]
164 callbacks['op_info'] = CFUNCTYPE(c_int, c_void_p, c_uint64, c_uint64, c_uint64
    [all...]
object.py 83 from ctypes import c_uint64
462 library.LLVMGetSectionSize.restype = c_uint64
469 library.LLVMGetSectionAddress.restype = c_uint64
488 library.LLVMGetSymbolAddress.restype = c_uint64
491 library.LLVMGetSymbolSize.restype = c_uint64
494 library.LLVMGetRelocationOffset.restype = c_uint64
500 library.LLVMGetRelocationType.restype = c_uint64
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
disassembler.py 18 from ctypes import c_uint64
104 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)),
105 c_uint64(pc), out_str, 255)
133 c_uint64(len(source) - offset), c_uint64(address),
157 c_uint64, c_uint64, c_char_p, c_size_t]
160 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64]
164 callbacks['op_info'] = CFUNCTYPE(c_int, c_void_p, c_uint64, c_uint64, c_uint64
    [all...]
object.py 83 from ctypes import c_uint64
462 library.LLVMGetSectionSize.restype = c_uint64
469 library.LLVMGetSectionAddress.restype = c_uint64
488 library.LLVMGetSymbolAddress.restype = c_uint64
491 library.LLVMGetSymbolSize.restype = c_uint64
494 library.LLVMGetRelocationOffset.restype = c_uint64
500 library.LLVMGetRelocationType.restype = c_uint64
  /external/capstone/bindings/python/capstone/
systemz.py 12 ('length', ctypes.c_uint64),
__init__.py 292 ('address', ctypes.c_uint64),
318 ctypes.c_uint64, ctypes.c_size_t, ctypes.POINTER(ctypes.POINTER(_cs_insn)))
  /external/python/cpython2/Lib/ctypes/test/
test_sizes.py 24 self.assertEqual(8, sizeof(c_uint64))
test_bitfields.py 252 @need_symbol('c_uint64')
255 _fields_ = [("a", c_uint64, 64)]