Searched refs:pos (Results 1 – 3 of 3) sorted by relevance
18 static rt_uint8_t get_test_thread_priority(rt_int8_t pos) in get_test_thread_priority() argument23 if (pos == 0) in get_test_thread_priority()29 priority += pos; in get_test_thread_priority()
259 int pos = xrand() % count; in init_random_keys() local260 int key = array[pos]; in init_random_keys()262 array[pos] = array[--count]; in init_random_keys()
169 int pos = lseek(fd, 0, SEEK_CUR); in libc_fseek() local171 pos); in libc_fseek()
Completed in 5 milliseconds