Lines Matching refs:t
9 time_t t = time (NULL); in do_test() local
16 srand48 ((long int) t); in do_test()
24 srand48_r ((long int) t, &data); in do_test()
32 buf[2] = (t & 0xffff0000) >> 16; buf[1] = (t & 0xffff); buf[0] = 0x330e; in do_test()
40 buf[2] = (t & 0xffff0000) >> 16; buf[1] = (t & 0xffff); buf[0] = 0x330e; in do_test()
48 srand48 ((long int) t); in do_test()
56 srand48_r ((long int) t, &data); in do_test()
64 buf[2] = (t & 0xffff0000) >> 16; buf[1] = (t & 0xffff); buf[0] = 0x330e; in do_test()
72 buf[2] = (t & 0xffff0000) >> 16; buf[1] = (t & 0xffff); buf[0] = 0x330e; in do_test()
80 srand48 ((long int) t); in do_test()
88 srand48_r ((long int) t, &data); in do_test()
96 buf[2] = (t & 0xffff0000) >> 16; buf[1] = (t & 0xffff); buf[0] = 0x330e; in do_test()
104 buf[2] = (t & 0xffff0000) >> 16; buf[1] = (t & 0xffff); buf[0] = 0x330e; in do_test()