Searched refs:len1 (Results 1 – 1 of 1) sorted by relevance
1313 static void DoStrcmpFailTest(uint8_t* buf1, uint8_t* buf2, size_t len1, size_t len2) { in DoStrcmpFailTest() argument1315 int c = (32 + (len1 % 96)); in DoStrcmpFailTest()1316 memset(buf1, c, len1 - 1); in DoStrcmpFailTest()1317 buf1[len1-1] = '\0'; in DoStrcmpFailTest()1325 if (len1 > len2) { in DoStrcmpFailTest()1328 len = len1; in DoStrcmpFailTest()1361 static void DoMemcmpFailTest(uint8_t* buf1, uint8_t* buf2, size_t len1, size_t len2) { in DoMemcmpFailTest() argument1363 if (len1 > len2) { in DoMemcmpFailTest()1366 len = len1; in DoMemcmpFailTest()