Home
last modified time | relevance | path

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

/examples/utest/testcases/drivers/ipc/
A Dworkqueue_tc.c18 static rt_uint8_t get_test_thread_priority(rt_int8_t pos) in get_test_thread_priority() argument
23 if (pos == 0) in get_test_thread_priority()
29 priority += pos; in get_test_thread_priority()
/examples/test/
A Davl.c259 int pos = xrand() % count; in init_random_keys() local
260 int key = array[pos]; in init_random_keys()
262 array[pos] = array[--count]; in init_random_keys()
/examples/libc/
A Dfile.c169 int pos = lseek(fd, 0, SEEK_CUR); in libc_fseek() local
171 pos); in libc_fseek()

Completed in 5 milliseconds