Searched refs:th_data (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/misc/math/float/ |
D | thread_code.c | 117 static void check_error(TH_DATA * th_data, double e, double r, int index) in check_error() argument 132 if (abs(pe - px) < th_data->th_func.precision || in check_error() 133 abs(pr - px) < th_data->th_func.precision) { in check_error() 135 ++th_data->th_nerror; in check_error() 137 if (th_data->th_result == 0) { in check_error() 138 sprintf(th_data->detail_data, in check_error() 140 th_data->th_func.fident, in check_error() 142 th_data->th_result = 1; in check_error() 154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() argument 161 r = (*(th_data->th_func.funct)) (d); in compute_normal() [all …]
|
/external/iputils/ |
D | tftpsubs.c | 137 b->counter = read(fileno(file), dp->th_data, SEGSIZE); in read_ahead() 141 p = dp->th_data; in read_ahead() 160 b->counter = (int)(p - dp->th_data); in read_ahead() 202 buf = dp->th_data; in write_behind()
|
D | tftp.h | 59 char th_data[1]; /* data or error string */ member 65 #define th_msg th_data
|
/external/curl/tests/server/ |
D | tftp.h | 45 char th_data[1]; /* data or error string */ member 50 #define th_msg th_data
|
D | tftpd.c | 378 memcpy(dp->th_data, test->rptr, copy_n); in read_ahead() 387 p = dp->th_data; in read_ahead() 412 b->counter = (int)(p - dp->th_data); in read_ahead() 468 writebuf = dp->th_data; in write_behind()
|