Searched refs:COMPARE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c738 #define COMPARE(field) if (a->field > b->field) return 1; \ macro
740 COMPARE(m0);
741 COMPARE(m1);
742 COMPARE(m2);
744 COMPARE(m3[i]);
747 #undef COMPARE macro
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c283 #define COMPARE(field) if (aid->field > bid->field) return 1; \ macro
285 COMPARE(m0);
286 COMPARE(m1);
287 COMPARE(m2);
289 COMPARE(m3[i]);
308 #undef COMPARE macro
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp873 #define COMPARE(s1, s2, i) \ macro
905 if (COMPARE(&cursor1[i], forString, strLen) == 0) {
936 if (COMPARE(&cursor1[bufSeg1Offset], forString, strPart1Len) == 0 &&
937 COMPARE(cursor2, strPart2, strPart2Len) == 0) {
/vbox/src/recompiler/fpu/
H A Dsoftfloat.c5694 #define COMPARE(s, nan_exp) \ macro
5742 COMPARE(32, 0xff)
5743 COMPARE(64, 0x7ff)

Completed in 68 milliseconds