Home
last modified time | relevance | path

Searched refs:RELOP_EQ (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/mapi32/
H A Dprop.c429 { 1, 2, RELOP_EQ, FALSE },
430 { 1, 1, RELOP_EQ, TRUE },
431 { 2, 1, RELOP_EQ, FALSE }
475 (lVal == 1 && rVal == 2 && FPCProp_Results[j].relOp == RELOP_EQ)|| in test_FPropCompareProp()
476 (lVal == 2 && rVal == 1 && FPCProp_Results[j].relOp == RELOP_EQ)) in test_FPropCompareProp()
/reactos/dll/win32/mapi32/
H A Dprop.c422 case RELOP_EQ: return iCmp == 0; in FPropCompareProp()
/reactos/sdk/include/psdk/
H A Dmapidefs.h514 #define RELOP_EQ 4U macro