Searched defs:t (Results 1 – 6 of 6) sorted by relevance
25 __sched_rr_get_interval (pid_t pid, struct timespec *t) in __sched_rr_get_interval()
52 run_a_test (int id, const struct a_test * t) in run_a_test()
345 struct test_s t; in do_mb_tests() local
464 #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t))) argument465 #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t))) argument
3816 re_token_t t = { .type = type }; in create_tree() local
605 RE_TRANSLATE_TYPE t = preg->translate; in re_search_internal() local
Completed in 23 milliseconds