Searched defs:COMPARE (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/ |
H A D | xpt_link.c | 738 #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/io/ |
H A D | nsPipe3.cpp | 873 #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/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_typelib.c | 283 #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/recompiler/fpu/ |
H A D | softfloat.c | 5694 #define COMPARE(s, nan_exp) \ macro 5742 COMPARE(32, 0xff) 5743 COMPARE(64, 0x7ff)
|
Completed in 719 milliseconds