Searched refs:type2 (Results 1 - 8 of 8) sorted by relevance

/vbox/src/recompiler/tests/
H A Dhello-arm.c40 #define _syscall2(type,name,type1,arg1,type2,arg2) \
41 type name(type1 arg1,type2 arg2) { \
55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
56 type name(type1 arg1,type2 arg2,type3 arg3) { \
71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
72 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
89 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DVBoxInterceptor.h49 #define PARAMETER3(ign0, type0, ign1, type1, ign2, type2) type0 a0, type1 a1, type2 a2
50 #define PARAMETER4(ign0, type0, ign1, type1, ign2, type2, ign3, type3) type0 a0, type1 a1, type2 a2, type3 a3
51 #define PARAMETER5(ign0, type0, ign1, type1, ign2, type2, ign3, type3, ign4, type4) type0 a0, type1 a1, type2 a2, type3 a3, type4 a4
52 #define PARAMETER6(ign0, type0, ign1, type1, ign2, type2, ign3, type3, ign4, type4, ign5, type5) type0 a0, type1 a1, type2 a2, type3 a3, type4 a4, type5 a5
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_current.py204 type2 = type[1:] variable
207 type2 = type variable
385 type2 = type[1:] variable
388 type2 = type variable
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/
H A Dthrashgc.c114 static GCType type2 = { variable
267 tix2 = PR_RegisterType(&type2);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c2203 * @type2: an atom type
2211 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2219 if ((type2 == XML_REGEXP_EPSILON) ||
2220 (type2 == XML_REGEXP_CHARVAL) ||
2221 (type2 == XML_REGEXP_RANGES) ||
2222 (type2 == XML_REGEXP_SUBREG) ||
2223 (type2 == XML_REGEXP_STRING) ||
2224 (type2 == XML_REGEXP_ANYCHAR))
2227 if (type1 == type2) return(1);
2229 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/vbox/include/iprt/
H A Dassert.h408 * @param type2 The second type.
411 #define AssertCompileMembersAtSameOffset(type1, member1, type2, member2) \
412 AssertCompile(RTASSERT_OFFSET_OF(type1, member1) == RTASSERT_OFFSET_OF(type2, member2))
418 * @param type2 The second type.
421 #define AssertCompileMembersSameSize(type1, member1, type2, member2) \
422 AssertCompile(RT_SIZEOFMEMB(type1, member1) == RT_SIZEOFMEMB(type2, member2))
429 * @param type2 The second type.
432 #define AssertCompileMembersSameSizeAndOffset(type1, member1, type2, member2) \
433 AssertCompile( RTASSERT_OFFSET_OF(type1, member1) == RTASSERT_OFFSET_OF(type2, member2) \
434 && RT_SIZEOFMEMB(type1, member1) == RT_SIZEOFMEMB(type2, member
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_lib.c385 #define STREQ_DISPATCH(type1, type2) \
386 if (s1->type == FSW_STRING_TYPE_##type1 && s2->type == FSW_STRING_TYPE_##type2) \
387 return fsw_streq_##type1##_##type2(s1->data, s2->data, s1->len); \
388 if (s2->type == FSW_STRING_TYPE_##type1 && s1->type == FSW_STRING_TYPE_##type2) \
389 return fsw_streq_##type1##_##type2(s2->data, s1->data, s1->len);
453 #define STRCOERCE_DISPATCH(type1, type2) \
454 if (src->type == FSW_STRING_TYPE_##type1 && type == FSW_STRING_TYPE_##type2) \
455 return fsw_strcoerce_##type1##_##type2(src->data, src->len, dest);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 80 milliseconds