Home
last modified time | relevance | path

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

/examples/var_export/
A Dvar_export_example.c30 rt_base_t value; in found_by_module() local
50 value = ve_value_get(&module, "identi1"); in found_by_module()
51 rt_kprintf("[ve_example] value = %dn", value); in found_by_module()
/examples/utest/testcases/kernel/
A Dsemaphore_tc.c170 int value = 0; in test_static_semaphore_control() local
172 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() local
421 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()
A Dtimer_tc.c16 #define uassert_true(value) \ argument
19 if (!(value)) \
21 __utest_assert(value, "(" #value ") is false"); \
/examples/utest/testcases/mm/
A Dcommon.h67 rt_inline int memtest(volatile char *buf, int value, size_t buf_sz) in memtest() argument
72 if (buf[i] != value) in memtest()

Completed in 7 milliseconds