Searched refs:POINTER (Results 1 - 13 of 13) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Ddisassembler.py11 from ctypes import POINTER namespace
73 buf = cast(c_char_p(source), POINTER(c_ubyte))
98 buf = cast(source_bytes, POINTER(c_ubyte * len(source))).contents
103 b = cast(addressof(buf) + offset, POINTER(c_ubyte))
124 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte),
131 POINTER(c_uint64), c_uint64,
132 POINTER(c_char_p))
H A Dcore.py16 from ctypes import POINTER namespace
88 POINTER(c_object_p), POINTER(c_char_p)]
H A Dcommon.py10 from ctypes import POINTER namespace
22 c_object_p = POINTER(c_void_p)
/external/quake/quake/src/QW/client/
H A Dmd4.c24 /* POINTER defines a generic pointer type */
25 typedef unsigned char *POINTER; typedef
147 memcpy((POINTER)&context->buffer[index], (POINTER)input, partLen);
159 memcpy ((POINTER)&context->buffer[index], (POINTER)&input[i], inputLen-i);
184 memset ((POINTER)context, 0, sizeof (*context));
255 memset ((POINTER)x, 0, sizeof (x));
/external/clang/bindings/python/tests/cindex/
H A Dtest_type.py69 assert fields[6].type.kind == TypeKind.POINTER
74 assert fields[7].type.kind == TypeKind.POINTER
75 assert fields[7].type.get_pointee().kind == TypeKind.POINTER
76 assert fields[7].type.get_pointee().get_pointee().kind == TypeKind.POINTER
113 assert fields[0].type.get_array_element_type().kind == TypeKind.POINTER
/external/v8/src/
H A Dstring-stream.h93 FmtElm(void* value) : type_(POINTER) { // NOLINT
99 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator in enum:v8::internal::FmtElm::Type
/external/clang/bindings/python/clang/
H A Dcindex.py74 c_object_p = POINTER(c_void_p)
412 tokens_memory = POINTER(Token)()
425 tokens_array = cast(tokens_memory, POINTER(Token * count)).contents
1411 TypeKind.POINTER = TypeKind(101)
1763 _fields_ = [('results', POINTER(CodeCompletionResult)),
1777 assert isinstance(ptr, POINTER(CCRStructure)) and ptr
2416 POINTER(SourceLocation), c_uint, py_object)
2422 [TranslationUnit, POINTER(Token), c_uint, POINTER(Cursor)]),
2428 [c_char_p, POINTER(c_uin
[all...]
/external/grub/netboot/
H A Dsmc9000.c245 _outw(PTR_AUTOINC, smc9000_base + POINTER);
297 _outw( PTR_AUTOINC | PTR_READ, smc9000_base + POINTER );
336 _outw(PTR_READ | PTR_RCV | PTR_AUTOINC, smc9000_base + POINTER);
H A Dsmc9000.h127 #define POINTER 6 macro
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DField.java92 DataType dataType = pointerLevel == 0 ? DataType.getDataType(type, blenderContext) : DataType.POINTER;
94 case POINTER:
H A DStructure.java276 CHARACTER, SHORT, INTEGER, LONG, FLOAT, DOUBLE, VOID, STRUCTURE, POINTER; enum constant in enum:Structure.DataType
/external/sonivox/jet_tools/JetCreator/
H A Deas.py488 return cast(wave_fmt_chunk, POINTER(WAVEFORMAT)).contents
609 eas_dll.EAS_Config.restype = POINTER(EAS_Config)
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 335 milliseconds