Searched refs:elem_type (Results 1 - 6 of 6) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-byteswap.c100 int elem_type; local
103 elem_type = _dbus_type_reader_get_element_type (reader);
104 alignment = _dbus_type_get_alignment (elem_type);
110 if (dbus_type_is_fixed (elem_type))
H A Ddbus-marshal-recursive-util.c1298 int elem_type; local
1312 while ((elem_type = _dbus_type_reader_get_current_type (&array)) != DBUS_TYPE_INVALID)
1325 elem, n_elements, _dbus_type_to_string (elem_type),
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1818 int elem_type = CV_NODE_NONE; local
1836 elem_type = CV_NODE_STRING;
1838 elem_type = CV_NODE_MAP;
1840 elem_type = CV_NODE_MAP;
1845 elem_type = CV_NODE_USER;
1863 CV_CALL( ptr = icvXMLParseValue( fs, ptr, elem, elem_type));
2958 icvEncodeFormat( int elem_type, char* dt ) argument
2960 sprintf( dt, "%d%c", CV_MAT_CN(elem_type), icvTypeSymbol[CV_MAT_DEPTH(elem_type)] );
3062 int elem_type local
3119 int elem_type = fmt_pairs[k*2+1]; local
3247 int elem_type = fmt_pairs[k*2+1]; local
3581 int rows, cols, elem_type; local
3668 int sizes[CV_MAX_DIM], dims, elem_type; local
3828 int* sizes = 0, dims, elem_type, cn; local
3980 int y, width, height, elem_type, coi, depth; local
[all...]
H A Dcxdrawing.cpp1156 int elem_type = CV_MAT_TYPE(v->flags); local
1170 if( elem_type == CV_32SC2 )
2477 int elem_type = CV_MAT_TYPE(contour->flags); local
2543 if( elem_type == CV_32SC2 )
2560 if( elem_type == CV_32SC2 )
/external/opencv/cxcore/include/
H A Dcxtypes.h1237 #define CV_SET_ELEM_FIELDS(elem_type) \
1239 struct elem_type* next_free;
1519 #define CV_SEQ_ELEM( seq, elem_type, index ) \
1522 (seq)->elem_size == sizeof(elem_type)), \
1523 (elem_type*)((seq)->first && (unsigned)index < \
1525 (seq)->first->data + (index) * sizeof(elem_type) : \
1527 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) )
/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp1198 llvm::Type* elem_type = val->getType(); local
1199 llvm::Type* res_type = elem_type;;
1204 elem_type = ((llvm::VectorType*)val->getType())->getElementType();
1207 res_type = llvm::VectorType::get(elem_type, res_width);

Completed in 178 milliseconds