Searched refs:ts (Results 326 - 350 of 531) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/ts/
H A Dts_err.c1 /* crypto/ts/ts_err.c */
63 #include <openssl/ts.h>
134 {ERR_REASON(TS_R_D2I_TS_RESP_INT_FAILED) ,"d2i ts resp int failed"},
147 {ERR_REASON(TS_R_PKCS7_TO_TS_TST_INFO_FAILED),"pkcs7 to ts tst info failed"},
159 {ERR_REASON(TS_R_TS_DATASIGN) ,"ts datasign"},
/external/skia/src/pathops/
H A DSkPathOpsCubic.h84 void toQuadraticTs(double precision, SkTArray<double, true>* ts) const;
H A DSkPathOpsQuad.cpp26 double ts[3]; local
27 int roots = SkDCubic::RootsValidT(a, b, c, d, ts);
33 SkDPoint onQuad = ptAtT(ts[index]);
41 return ts[bestIndex];
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c73 struct timespec ts; local
77 res = clock_gettime(clock_id, &ts);
79 t->sec = ts.tv_sec;
80 t->usec = ts.tv_nsec / 1000;
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c73 struct timespec ts; local
77 res = clock_gettime(clock_id, &ts);
79 t->sec = ts.tv_sec;
80 t->usec = ts.tv_nsec / 1000;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c73 struct timespec ts; local
77 res = clock_gettime(clock_id, &ts);
79 t->sec = ts.tv_sec;
80 t->usec = ts.tv_nsec / 1000;
/external/valgrind/main/helgrind/
H A Dlibhb_core.c1855 /* A VTS contains .ts, its vector clock, and also .id, a field to hold
1864 ScalarTS ts[0]; member in struct:__anon32852
1941 st1 = &vts->ts[0];
1948 st1 = &vts->ts[i];
1949 st2 = &vts->ts[i+1];
1967 *(ULong*)(&vts->ts[sizeTS]) = 0x0ddC0ffeeBadF00dULL;
1976 tl_assert( *(ULong*)(&vts->ts[vts->sizeTS]) == 0x0ddC0ffeeBadF00dULL);
1984 clone->ts[i] = vts->ts[i];
1986 tl_assert( *(ULong*)(&clone->ts[clon
[all...]
/external/blktrace/btreplay/
H A Dbtreplay.c285 static inline __u64 ts2ns(struct timespec *ts) argument
287 return ((__u64)(ts->tv_sec) * NS_TICKS) + (__u64)(ts->tv_nsec);
345 struct timespec ts = { local
349 clock_settime(CLOCK_MONOTONIC, &ts);
354 struct timespec ts; local
355 clock_gettime(CLOCK_MONOTONIC, &ts);
356 return ts2ns(&ts);
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dtcmalloc_instance_view.js68 [Math.round(snapshot.ts / 1000), bytes / 1024 / 1024]);
/external/fio/
H A Dlibfio.c131 td->ts.total_io_u[i] = 0;
132 td->ts.runtime[i] = 0;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-machine.rl112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
H A Dhb-ot-shape-complex-myanmar-machine.rl108 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
/external/libpcap/
H A Dpcap-int.h276 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_pkthdr
292 struct pcap_timeval ts; /* time stamp */ member in struct:pcap_sf_patched_pkthdr
H A Dpcap-usb-linux.c521 if (gettimeofday(&pkth.ts, NULL) < 0)
528 uhdr->ts_sec = pkth.ts.tv_sec;
529 uhdr->ts_usec = pkth.ts.tv_usec;
818 pkth.ts.tv_sec = info.hdr->ts_sec;
819 pkth.ts.tv_usec = info.hdr->ts_usec;
899 pkth.ts.tv_sec = hdr->ts_sec;
900 pkth.ts.tv_usec = hdr->ts_usec;
/external/valgrind/main/helgrind/tests/
H A Dannotate_hbefore.c339 struct timespec ts = { 0, 1 * 1000 * 1000 }; local
346 nanosleep(&ts, NULL);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c526 struct state ts; local
530 result = tzparse(&u.buf[1], &ts, FALSE);
531 if (result == 0 && ts.typecnt == 2 &&
532 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
534 ts.ttis[i].tt_abbrind +=
536 for (i = 0; i < ts.charcnt; ++i)
538 ts.chars[i];
540 while (i < ts.timecnt &&
541 ts.ats[i] <=
544 while (i < ts
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c526 struct state ts; local
530 result = tzparse(&u.buf[1], &ts, FALSE);
531 if (result == 0 && ts.typecnt == 2 &&
532 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {
534 ts.ttis[i].tt_abbrind +=
536 for (i = 0; i < ts.charcnt; ++i)
538 ts.chars[i];
540 while (i < ts.timecnt &&
541 ts.ats[i] <=
544 while (i < ts
[all...]
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h304 Index ts = (IsLower && actual_k2>=cols) ? 0 : actual_kc; local
306 Scalar* geb = blockB+ts*ts;
311 if(ts>0)
347 if(ts>0)
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c106 size_t ts; local
213 ts = *buf_size + s;
215 sizeof (char) * ts);
217 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataOlympus", ts);
221 *buf_size = ts;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c365 struct timespec ts, rs; local
382 clock_gettime(CLOCK_MONOTONIC, &ts);
383 diff_timespec(&rs, &ts, &ref_time);
447 struct timespec ts; local
452 ts.tv_sec = interval / 1000;
453 ts.tv_nsec = (interval % 1000) * 1000000;
455 ts.tv_sec = 1;
456 ts.tv_nsec = 0;
517 nanosleep(&ts, NULL);
527 nanosleep(&ts, NUL
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitExecutor.java172 for ( gUnitTestSuite ts: grammarInfo.getRuleTestSuites() ) {
173 String rule = ts.getRuleName();
174 String lexicalRule = ts.getLexicalRuleName();
175 String treeRule = ts.getTreeRuleName();
176 for ( gUnitTestInput input: ts.testSuites.keySet() ) { // each rule may contain multiple tests
180 AbstractTest test = ts.testSuites.get(input);
212 else if ( ts.testSuites.get(input).getType()==gUnitParser.ACTION ) { // expected Token: ACTION
/external/chromium_org/chrome/browser/autocomplete/
H A Dzero_suggest_provider.cc328 history::TopSites* ts = profile_->GetTopSites(); local
329 if (ts) {
330 ts->GetMostVisitedURLs(
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h150 #define TIMESPEC_IS_SET(ts) ((ts)->tv_sec != 0 || (ts)->tv_nsec != 0)
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluac.c223 static void PrintString(const TString* ts) argument
225 const char* s=getstr(ts);
226 size_t i,n=ts->tsv.len;
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h89 /// Copy tv to ts adding offset in milliseconds.
91 timespec *ts,
99 ts->tv_sec = then_nsec / ten_9;
100 ts->tv_nsec = then_nsec % ten_9;
90 timeval2timespec(timeval *const tv, timespec *ts, int64_t offset_milli) argument

Completed in 755 milliseconds

<<11121314151617181920>>