Searched defs:struct_flags (Results 1 - 2 of 2) sorted by relevance
/external/libffi/src/mips/ |
H A D | ffi.c | 390 unsigned struct_flags = 0; local 394 struct_flags = calc_n32_return_struct_flags(cif->rtype); 396 if (struct_flags == 0) 453 if (struct_flags == 0) 464 cif->flags += struct_flags << (4 + (FFI_FLAG_BITS * 8));
|
/external/opencv/cxcore/src/ |
H A D | cxpersistence.cpp | 97 int struct_flags; member in struct:CvXMLStackRecord 109 int struct_flags, const char* type_name ); 131 int struct_flags; member in struct:CvFileStorage 1103 int struct_flags = CV_NODE_FLOW + (c == '{' ? CV_NODE_MAP : CV_NODE_SEQ); local 1106 CV_CALL( icvFSCreateCollection( fs, CV_NODE_TYPE(struct_flags) + 1131 if( CV_NODE_IS_MAP(struct_flags) ) 1142 CV_CALL( ptr = icvYMLParseValue( fs, ptr, elem, struct_flags, new_min_indent )); 1143 if( CV_NODE_IS_MAP(struct_flags) ) 1151 int indent, struct_flags, is_simple; local 1187 struct_flags 1328 int struct_flags; local 1424 icvYMLStartWriteStruct( CvFileStorage* fs, const char* key, int struct_flags, const char* type_name CV_DEFAULT(0)) argument 1480 int parent_flags = 0, struct_flags; local 2248 int struct_flags = fs->struct_flags; local 2333 icvXMLStartWriteStruct( CvFileStorage* fs, const char* key, int struct_flags, const char* type_name CV_DEFAULT(0)) argument 2856 cvStartWriteStruct( CvFileStorage* fs, const char* key, int struct_flags, const char* type_name, CvAttrList ) argument [all...] |
Completed in 70 milliseconds