Home
last modified time | relevance | path

Searched refs:_ltype (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_struct.h47 #define LP_CHECK_STRUCT_SIZE(_ctype, _ltarget, _ltype) \ argument
48 assert(LLVMABISizeOfType(_ltarget, _ltype) == \
51 #define LP_CHECK_MEMBER_OFFSET(_ctype, _cmember, _ltarget, _ltype, _lindex) \ argument
52 assert(LLVMOffsetOfElement(_ltarget, _ltype, _lindex) == \
/external/llvm-project/lldb/bindings/python/
Dpython-typemaps.swig502 $1 = ($1_ltype) buf;
503 $2 = ($2_ltype) (size/sizeof($*1_type));
517 $1 = ($1_ltype) buf;
518 $2 = ($2_ltype) (size / sizeof($*1_type));
/external/libnl/python/netlink/
Dcapi.i819 $2 = ($2_ltype)PyByteArray_AsString($input);
821 $2 = ($2_ltype)PyString_AsString($input);