HomeSort by relevance Sort by last modified time
    Searched refs:struct_flags (Results 1 - 3 of 3) sorted by null

  /external/libffi/src/mips/
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/
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
1328 int struct_flags; local
1480 int parent_flags = 0, struct_flags; local
2248 int struct_flags = fs->struct_flags; local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 170 milliseconds