Searched defs:POINTER (Results 1 - 8 of 8) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dbit_reader.py9 from ctypes import POINTER namespace
28 library.LLVMParseBitcode.argtypes = [MemoryBuffer, POINTER(c_object_p), POINTER(c_char_p)]
H A Dcommon.py10 from ctypes import POINTER namespace
26 c_object_p = POINTER(c_void_p)
H A Ddisassembler.py11 from ctypes import POINTER namespace
101 buf = cast(c_char_p(source), POINTER(c_ubyte))
126 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
131 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
156 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
167 POINTER(c_uint64), c_uint64,
168 POINTER(c_char_p))
H A Dobject.py82 from ctypes import POINTER namespace
474 library.LLVMGetSectionContents.restype = POINTER(c_char)
H A Dcore.py16 from ctypes import POINTER namespace
496 POINTER(c_object_p), POINTER(c_char_p)]
526 POINTER(c_char_p)]
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimdcfg.inc.h87 %define JSAMPROW POINTER ; JSAMPLE FAR * (jpeglib.h) variable
88 %define JSAMPARRAY POINTER ; JSAMPROW * (jpeglib.h) variable
89 %define JSAMPIMAGE POINTER ; JSAMPARRAY * (jpeglib.h) variable
90 %define JCOEFPTR POINTER ; JCOEF FAR * (jpeglib.h) variable
/external/chromium_org/base/strings/
H A Dsafe_sprintf.h139 enum Type { INT, UINT, STRING, POINTER }; enumerator in enum:base::strings::internal::Arg::Type
188 template<class T> Arg(T* p) : ptr((void*)p), type(POINTER) { }
/external/chromium_org/v8/src/
H A Dstring-stream.h58 FmtElm(void* value) : type_(POINTER) { // NOLINT
64 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator in enum:v8::internal::FINAL::Type

Completed in 744 milliseconds