Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/crc32/
H A Drtl_crc32.cxx94 int num1 = sizeof(buf1); in TEST_F() local
96 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F()
114 int num1 = sizeof(buf1) - 1; in TEST_F() local
116 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F()
134 int num1 = sizeof(buf1); in TEST_F() local
136 nCRC1 = rtl_crc32(nCRC1, buf1, num1); in TEST_F()

Completed in 17 milliseconds