Searched defs:t (Results 1 – 6 of 6) sorted by relevance
9 time_t t = time (NULL); in do_test() local
93 const char *t = (i >= 10 ? "\t" : "\t\t"); in main() local
90 pthread_t t; in spawn_thread() local
34 char *t; member243 void **t = tp; in __qsort_r() local
56 struct test_input t; member67 struct test_input t; member
45 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
Completed in 12 milliseconds