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

  /external/curl/tests/libtest/
testtrace.c 34 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream,
46 fprintf(stream, "%s%s, %zu bytes (0x%zx)\n", timebuf, text,
93 char timebuf[20]; local
99 timebuf[0] = '\0';
100 timestr = &timebuf[0];
111 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
142 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
  /external/curl/src/
tool_cb_dbg.c 36 static void dump(const char *timebuf, const char *text,
53 char timebuf[20]; local
69 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
73 timebuf[0] = 0;
115 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
123 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
132 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
148 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
175 dump(timebuf, text, output, (unsigned char *)data, i + 4
    [all...]
  /external/eigen/unsupported/doc/examples/
FFT.cpp 78 vector<T_time> timebuf(nfft);
79 RandomFill(timebuf);
83 fft.fwd(freqbuf,timebuf);
88 long double rmse = mag2(timebuf - timebuf2) / mag2(timebuf);
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 95 char timebuf[256]; local
103 strftime(timebuf, 256, "%H:%M:%S", lt);
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
  /external/curl/tests/server/
util.c 107 char timebuf[20]; local
124 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
134 fprintf(logfp, "%s %s\n", timebuf, buffer);
142 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer);
  /external/curl/docs/examples/
http2-upload.c 108 char timebuf[60]; local
126 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
131 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data);
  /external/eigen/unsupported/test/
FFTW.cpp 29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf)
36 long double phinc = (long double)(-2.)*k0* pi / timebuf.size();
37 for (size_t k1=0;k1<(size_t)timebuf.size();++k1) {
38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
  /external/blktrace/
blkparse_fmt.c 91 static char timebuf[128]; local
104 snprintf(timebuf, sizeof(timebuf),
110 return timebuf;
  /external/lz4/programs/
util.h 288 struct utimbuf timebuf; local
293 timebuf.actime = time(NULL);
294 timebuf.modtime = statbuf->st_mtime;
295 res += utime(filename, &timebuf); /* set access and modification times */
  /external/curl/lib/
asyn-ares.c 249 struct timeval timebuf; local
259 &timebuf);
ftp.c 2055 char timebuf[24]; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 555 struct tms timebuf; local
556 clock_t clock = times(&timebuf);
565 EXPECT_LE(clock, syscall(__NR_times, &timebuf));
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 454 struct tms timebuf; local
455 clock_t clock = times(&timebuf);
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf));
    [all...]

Completed in 515 milliseconds