Searched refs:th_data (Results 1 – 8 of 8) sorted by relevance
/third_party/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 …]
|
/third_party/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()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | tftp.h | 16 char th_data[1]; member 21 #define th_msg th_data
|
/third_party/musl/ndk_musl_include/arpa/ |
D | tftp.h | 16 char th_data[1]; member 21 #define th_msg th_data
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | tftp.h | 16 char th_data[1]; member 21 #define th_msg th_data
|
/third_party/musl/include/arpa/ |
D | tftp.h | 16 char th_data[1]; member 21 #define th_msg th_data
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | tftp.h | 16 char th_data[1]; member 21 #define th_msg th_data
|