Home
last modified time | relevance | path

Searched refs:value1 (Results 1 – 11 of 11) sorted by relevance

/reactos/drivers/network/ndis/include/
H A Dndissys.h31 #define MIN(value1, value2) \ argument
32 ((value1 < value2)? value1 : value2)
34 #define MAX(value1, value2) \ argument
35 ((value1 > value2)? value1 : value2)
/reactos/drivers/network/tcpip/include/
H A Dtcpip.h59 #define MIN(value1, value2) \ argument
60 ((value1 < value2)? value1 : value2)
62 #define MAX(value1, value2) \ argument
63 ((value1 > value2)? value1 : value2)
/reactos/drivers/network/lan/include/
H A Dlan.h16 #define MIN(value1, value2) \ argument
17 ((value1 < value2)? value1 : value2)
19 #define MAX(value1, value2) \ argument
20 ((value1 > value2)? value1 : value2)
/reactos/modules/rostests/apitests/shlwapi/
H A DSHGetRestriction.c60 DWORD value1 = fnSHGetRestriction(NULL, entry->lpSubName, entry->lpValue); in TEST_DoEntry() local
63 ok_long(value1, value2); in TEST_DoEntry()
/reactos/drivers/filesystems/btrfs/
H A Dsend.c2764 char* value1; member
2878 xa->value1 = di->name + di->n; in send_xattr()
2930 xa->value1 = NULL; in send_xattr()
2944 …if (xa->value1len != xa->value2len || !xa->value1 || !xa->value2 || RtlCompareMemory(xa->value1, x… in send_xattr()
2947 if (!xa->value1) { in send_xattr()
2958 send_add_tlv(context, BTRFS_SEND_TLV_XATTR_DATA, xa->value1, xa->value1len); in send_xattr()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dmetadata.c2584 LONGLONG value1; in propvar_cmp() local
2586 if (PropVariantToInt64(v1, &value1) != S_OK) return -1; in propvar_cmp()
2588 value1 -= value2; in propvar_cmp()
2589 if (value1) return value1 < 0 ? -1 : 1; in propvar_cmp()
/reactos/modules/rostests/winetests/crypt32/
H A Dencode.c5459 CRYPT_ATTR_BLOB value1, value2; in test_encodeCTL() local
5565 value1.cbData = sizeof(serialNum); in test_encodeCTL()
5566 value1.pbData = (LPBYTE)serialNum; in test_encodeCTL()
5569 attr1.rgValue = &value1; in test_encodeCTL()
5586 value1.cbData = sizeof(emptySequence); in test_encodeCTL()
5587 value1.pbData = (LPBYTE)emptySequence; in test_encodeCTL()
5795 CRYPT_ATTR_BLOB value1, value2; in test_decodeCTL() local
5904 value1.cbData = sizeof(emptySequence); in test_decodeCTL()
5905 value1.pbData = (LPBYTE)emptySequence; in test_decodeCTL()
5908 attr1.rgValue = &value1; in test_decodeCTL()
/reactos/modules/rostests/winetests/cmd/
H A Dtest_builtins.cmd.exp1616 value1
1627 value1
H A Dtest_builtins.cmd3067 set WINE_VAR=value1
3082 set WINE_VAR=value1
/reactos/sdk/lib/3rdparty/libxml2/
H A Drelaxng.c641 const xmlChar * value1,
2588 const xmlChar * value1, in xmlRelaxNGSchemaTypeCompare() argument
2597 if ((type == NULL) || (value1 == NULL) || (value2 == NULL)) in xmlRelaxNGSchemaTypeCompare()
2605 ret = xmlSchemaValPredefTypeNode(typ, value1, &res1, ctxt1); in xmlRelaxNGSchemaTypeCompare()
2698 const xmlChar * value1, in xmlRelaxNGDefaultTypeCompare() argument
2707 ret = xmlStrEqual(value1, value2); in xmlRelaxNGDefaultTypeCompare()
2709 if (!xmlStrEqual(value1, value2)) { in xmlRelaxNGDefaultTypeCompare()
2716 nval = xmlRelaxNGNormalize(NULL, value1); in xmlRelaxNGDefaultTypeCompare()
/reactos/dll/win32/mshtml/
H A Dnsiface.idl3068 …omputeAnimationDistance(nsIDOMElement *element, const nsAString *property, const nsAString *value1,