HomeSort by relevance Sort by last modified time
    Searched refs:th_data (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/misc/math/float/
thread_code.c 117 static void check_error(TH_DATA * th_data, double e, double r, int index)
132 if (abs(pe - px) < th_data->th_func.precision ||
133 abs(pr - px) < th_data->th_func.precision) {
135 ++th_data->th_nerror;
137 if (th_data->th_result == 0) {
138 sprintf(th_data->detail_data,
140 th_data->th_func.fident,
142 th_data->th_result = 1;
154 static void compute_normal(TH_DATA * th_data, double *din, double *dex
279 TH_DATA *th_data = (TH_DATA *) arg; local
    [all...]
  /external/curl/tests/server/
tftp.h 45 char th_data[1]; /* data or error string */ member in struct:tftphdr
50 #define th_msg th_data
tftpd.c 496 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */
498 memcpy(dp->th_data, test->rptr, copy_n);
507 p = dp->th_data;
532 b->counter = (int)(p - dp->th_data);
588 writebuf = dp->th_data;
    [all...]
  /bionic/libc/include/arpa/
tftp.h 60 char th_data[1]; /* data or error string */ member in struct:tftphdr
66 #define th_msg th_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 56 char th_data[1]; /* data or error string */ member in struct:tftphdr
62 #define th_msg th_data
  /external/iputils/
tftp.h 59 char th_data[1]; /* data or error string */ member in struct:tftphdr
65 #define th_msg th_data
tftpsubs.c 137 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
141 p = dp->th_data;
160 b->counter = (int)(p - dp->th_data);
202 buf = dp->th_data;
  /external/trappy/tests/
test_thermal.py 47 th_data = trappy.FTrace().thermal
48 dfr = th_data.data_frame
51 th_data.plot_temperature()
54 th_data.plot_temperature(title="Antutu", control_temperature=ct_series)
57 th_data.plot_temperature(title="Antutu", ylim=[0, 60])
61 th_data.plot_temperature(ax=ax)

Completed in 1218 milliseconds