Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_stdlib.c266 int expected_result; in stdlib_sscanf() local
269 expected_result = -1; in stdlib_sscanf()
273 …SDLTest_AssertCheck(expected_result == result, "Check return value, expected: %i, got: %i", expect… in stdlib_sscanf()
276 expected_result = 0; in stdlib_sscanf()
280 …SDLTest_AssertCheck(expected_result == result, "Check return value, expected: %i, got: %i", expect… in stdlib_sscanf()
284 expected_result = 1; in stdlib_sscanf()
288 …SDLTest_AssertCheck(expected_result == result, "Check return value, expected: %i, got: %i", expect… in stdlib_sscanf()
A Dtestplatform.c213 unsigned long long expected_result; member
351 unsigned int *el = (unsigned int *)&t->expected_result; in Test64Bit()
354 if (!t->routine(&t->a, &t->b, t->arg, &result, &t->expected_result)) { in Test64Bit()
/AliOS-Things-master/components/mbedtls/library/
A Dcmac.c847 const unsigned char* expected_result, in cmac_test_wth_cipher() argument
877 if( ( ret = memcmp( output, &expected_result[i * block_size], block_size ) ) != 0 ) in cmac_test_wth_cipher()

Completed in 9 milliseconds