Searched defs:c_uint64 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Ddisassembler.py18 from ctypes import c_uint64 namespace
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_uint6
[all...]
H A Dobject.py83 from ctypes import c_uint64 namespace
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/autotest/client/common_lib/
H A Dsmogcheck_tpm.py28 c_ubyte, c_byte, byref, c_uint16, cast, create_string_buffer, c_uint64, \
365 offset = c_uint64(0)
29 c_char_p, addressof, c_char, pointer namespace

Completed in 94 milliseconds