Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/libc/sys/smoke/
Dsys_test_005.cpp33 #define MAX_RANDOM 0x80000000 macro
40 if (x > static_cast<long>(MAX_RANDOM - 1)) { in TestCase()
Dsys_test_006.cpp33 #define MAX_RANDOM 0x80000000 macro
44 if (x > abs(int(MAX_RANDOM - 1))) { in TestCase()
Dsys_test_007.cpp33 #define MAX_RANDOM 0x80000000 macro