Searched refs:value (Results 1 – 4 of 4) sorted by relevance
30 rt_base_t value; in found_by_module() local50 value = ve_value_get(&module, "identi1"); in found_by_module()51 rt_kprintf("[ve_example] value = %dn", value); in found_by_module()
170 int value = 0; in test_static_semaphore_control() local172 value = rand() % 100; in test_static_semaphore_control()176 result = rt_sem_control(&static_semaphore, RT_IPC_CMD_RESET, &value); in test_static_semaphore_control()187 for (int i = 0; i < value; i++) in test_static_semaphore_control()419 int value = 0; in test_dynamic_semaphore_control() local421 value = rand() % 100; in test_dynamic_semaphore_control()425 result = rt_sem_control(dynamic_semaphore, RT_IPC_CMD_RESET, &value); in test_dynamic_semaphore_control()436 for (int i = 0; i < value; i++) in test_dynamic_semaphore_control()
16 #define uassert_true(value) \ argument19 if (!(value)) \21 __utest_assert(value, "(" #value ") is false"); \
67 rt_inline int memtest(volatile char *buf, int value, size_t buf_sz) in memtest() argument72 if (buf[i] != value) in memtest()
Completed in 7 milliseconds