Home
last modified time | relevance | path

Searched defs:th_data (Results 1 - 6 of 6) sorted by relevance

/third_party/curl/tests/server/
H A Dtftp.h47 char th_data[1]; /* data or error string */ member
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dtftp.h16 char th_data[1]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dtftp.h16 char th_data[1]; member
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dtftp.h16 char th_data[1]; member
/third_party/musl/include/arpa/
H A Dtftp.h16 char th_data[1]; member
/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c117 static void check_error(TH_DATA * th_data, double e, double r, int index) in check_error() argument
154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() argument
168 compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, int index) compute_atan2_hypot() argument
181 compute_modf(TH_DATA * th_data, double *din, double *dex, double *dex2, int index) compute_modf() argument
210 compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, double *dex2, int index) compute_fmod_pow() argument
224 compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, int *dex2, int index) compute_frexp_lgamma() argument
256 compute_ldexp(TH_DATA * th_data, double *din, double *dex, int *din2, int index) compute_ldexp() argument
279 TH_DATA *th_data = (TH_DATA *) arg; thread_code() local
[all...]

Completed in 2 milliseconds