OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_int
(Results
1 - 6
of
6
) sorted by null
/external/llvm/bindings/python/llvm/
disassembler.py
15
from ctypes import
c_int
namespace
76
ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None),
c_int
(0),
150
library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p,
c_int
,
161
library.LLVMSetDisasmOptions.restype =
c_int
164
callbacks['op_info'] = CFUNCTYPE(
c_int
, c_void_p, c_uint64, c_uint64, c_uint64,
165
c_int
, c_void_p)
/external/clang/bindings/python/clang/
cindex.py
150
_fields_ = [("spelling", c_char_p), ("free",
c_int
)]
[
all
...]
/external/chromium_org/third_party/jinja2/
debug.py
280
_Py_ssize_t = ctypes.
c_int
306
('tb_lasti', ctypes.
c_int
),
307
('tb_lineno', ctypes.
c_int
)
/external/lldb/examples/summaries/cocoa/
NSNumber.py
53
return '(int)' + str(ctypes.
c_int
(self.data % (256*256*256*256)).value)
125
return '(int)' + str(ctypes.
c_int
(data_vo.GetValueAsUnsigned(0)% (256*256*256*256)).value)
/external/chromium_org/tools/win/split_link/
split_link.py
46
size = ctypes.
c_int
()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py
[
all
...]
Completed in 253 milliseconds