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

  /external/llvm/bindings/python/llvm/
disassembler.py 18 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_uint64
    [all...]
object.py 83 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_sizes.py 24 self.assertEqual(8, sizeof(c_uint64))
test_bitfields.py 253 @unittest.skipUnless(hasattr(ctypes, "c_uint64"), "c_int64 is required")
256 _fields_ = [("a", c_uint64, 64)]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_sizes.py 24 self.assertEqual(8, sizeof(c_uint64))
test_bitfields.py 253 @unittest.skipUnless(hasattr(ctypes, "c_uint64"), "c_int64 is required")
256 _fields_ = [("a", c_uint64, 64)]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 24 self.assertEqual(8, sizeof(c_uint64))
test_bitfields.py 253 @unittest.skipUnless(hasattr(ctypes, "c_uint64"), "c_int64 is required")
256 _fields_ = [("a", c_uint64, 64)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 24 self.assertEqual(8, sizeof(c_uint64))
test_bitfields.py 253 @unittest.skipUnless(hasattr(ctypes, "c_uint64"), "c_int64 is required")
256 _fields_ = [("a", c_uint64, 64)]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
mac_platform_backend.py 58 _fields_ = [("pti_virtual_size", ctypes.c_uint64),
59 ("pti_resident_size", ctypes.c_uint64),
60 ("pti_total_user", ctypes.c_uint64),
61 ("pti_total_system", ctypes.c_uint64),
62 ("pti_threads_user", ctypes.c_uint64),
63 ("pti_threads_system", ctypes.c_uint64),
  /external/v8/tools/
grokdump.py 190 ("flags", ctypes.c_uint64)
213 ("record", ctypes.c_uint64),
214 ("address", ctypes.c_uint64),
217 ("information", ctypes.c_uint64 * MD_EXCEPTION_MAXIMUM_PARAMETERS)
320 ("fpscr", ctypes.c_uint64),
321 ("regs", ctypes.c_uint64 * MD_FLOATINGSAVEAREA_ARM_FPR_COUNT),
322 ("extra", ctypes.c_uint64 * MD_FLOATINGSAVEAREA_ARM_FPEXTRA_COUNT)
356 ("fpscr", ctypes.c_uint64),
357 ("regs", ctypes.c_uint64 * MD_FLOATINGSAVEAREA_ARM64_FPR_COUNT),
361 ("context_flags", ctypes.c_uint64),
    [all...]
ll_prof.py 338 "x64": ctypes.c_uint64,
339 "arm64": ctypes.c_uint64
455 "u64": ctypes.c_uint64
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 65 from ctypes import c_uint64 namespace
189 POINTER(c_uint64),
190 POINTER(c_uint64),
191 POINTER(c_uint64))
200 POINTER(c_uint64),
201 POINTER(c_uint64),
202 POINTER(c_uint64))
    [all...]
  /external/autotest/client/common_lib/
smogcheck_tpm.py 28 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
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 63 mach_absolute_time.restype = ctypes.c_uint64
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 552 elif sizeof(kind) == 8: c_uint64 = kind
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 552 elif sizeof(kind) == 8: c_uint64 = kind
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 552 elif sizeof(kind) == 8: c_uint64 = kind
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 552 elif sizeof(kind) == 8: c_uint64 = kind

Completed in 1331 milliseconds