Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/ntdll/
H A DNtMapViewOfSection.c1454 TEST_BYTE(0x2000, 0xc3); in Test_SectionContents()
1455 TEST_BYTE(0x2001, 0x00); in Test_SectionContents()
1457 TEST_BYTE(0x4000, 0x01); in Test_SectionContents()
1458 TEST_BYTE(0x4001, 0x23); in Test_SectionContents()
1459 TEST_BYTE(0x4007, 0xef); in Test_SectionContents()
1460 TEST_BYTE(0x4008, 0xaa); in Test_SectionContents()
1461 TEST_BYTE(0x4010, 0xbb); in Test_SectionContents()
1462 TEST_BYTE(0x4020, 0xcc); in Test_SectionContents()
1478 #undef TEST_BYTE in Test_SectionContents()
1825 #define TEST_BYTE(n, v) \ in Test_RawSize() macro
[all …]