OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_uint
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/platform/
msr_server_win.py
71
low = ctypes.
c_uint
()
72
high = ctypes.
c_uint
()
73
_winring0.Rdmsr(ctypes.
c_uint
(msr_number),
/external/clang/bindings/python/clang/
cindex.py
164
_fields_ = [("ptr_data", c_void_p * 2), ("int_data",
c_uint
)]
169
f, l, c, o = c_object_p(),
c_uint
(),
c_uint
(),
c_uint
()
238
("begin_int_data",
c_uint
),
239
("end_int_data",
c_uint
)]
436
tokens_count =
c_uint
()
[
all
...]
/external/llvm/bindings/python/llvm/
core.py
19
from ctypes import
c_uint
namespace
548
library.LLVMGetOperand.argtypes = [Value,
c_uint
]
551
library.LLVMSetOperand.argtypes = [Value, Value,
c_uint
]
555
library.LLVMGetNumOperands.restype =
c_uint
580
library.LLVMCountBasicBlocks.restype =
c_uint
590
library.LLVMGetInstructionOpcode.restype =
c_uint
Completed in 81 milliseconds