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

  /external/libffi/src/mips/
ffi.c 426 unsigned struct_flags = 0; local
432 struct_flags = calc_n32_return_struct_flags(soft_float, cif->rtype);
434 if (struct_flags == 0)
514 if (struct_flags == 0)
525 cif->flags += struct_flags << (4 + (FFI_FLAG_BITS * 8));
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffi.c 426 unsigned struct_flags = 0; local
432 struct_flags = calc_n32_return_struct_flags(soft_float, cif->rtype);
434 if (struct_flags == 0)
514 if (struct_flags == 0)
525 cif->flags += struct_flags << (4 + (FFI_FLAG_BITS * 8));
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
ffi.c 426 unsigned struct_flags = 0; local
432 struct_flags = calc_n32_return_struct_flags(soft_float, cif->rtype);
434 if (struct_flags == 0)
514 if (struct_flags == 0)
525 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...]

Completed in 288 milliseconds