Lines Matching refs:ts
87 tsd_t *ts = (tsd_t *)tsd;
92 if (ts->ts_once++ == 0) {
96 ts->ts_a = malloc(opts + 1);
97 ts->ts_b = malloc(opts + 1 + unaligned);
98 ts->ts_b += unaligned;
101 ts->ts_a[i] = ts->ts_b[i] = demo[i%l];
103 ts->ts_a[opts] = 0;
104 ts->ts_b[opts] = 0;
113 tsd_t *ts = (tsd_t *)tsd;
115 char *src = ts->ts_a;
116 char *src2 = ts->ts_b;
117 int *sum = &ts->ts_fakegcc;