Home
last modified time | relevance | path

Searched defs:_ctype (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.h47 #define LP_CHECK_STRUCT_SIZE(_ctype, _ltarget, _ltype) \ argument
51 #define LP_CHECK_MEMBER_OFFSET(_ctype, _cmember, _ltarget, _ltype, _lindex) \ argument
/external/python/cffi/cffi/
Dbackend_ctypes.py377 _ctype = ctype variable in CTypesBackend.new_primitive_type.CTypesPrimitive
515 _ctype = ctypes.POINTER(BItem._ctype) variable in CTypesBackend.new_pointer_type.CTypesPtr
518 _ctype = ctypes.c_void_p variable in CTypesBackend.new_pointer_type.CTypesPtr
611 _ctype = BItem._ctype * length variable in CTypesBackend.new_array_type.CTypesArray
723 _ctype = struct_or_union variable in CTypesBackend._new_struct_or_union.CTypesStructOrUnion
856 _ctype = ctypes.CFUNCTYPE(getattr(BResult, '_ctype', None), variable in CTypesBackend.new_function_type.CTypesFunctionPtr