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

  /external/openssl/include/openssl/
dtls1.h 128 unsigned short epoch; member in struct:dtls1_retransmit_state
162 unsigned short epoch; member in struct:record_pqueue_st
181 * The current data and handshake epoch. This is initially
188 /* records being received in the current epoch */
ssl3.h 360 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
  /external/openssl/ssl/
dtls1.h 128 unsigned short epoch; member in struct:dtls1_retransmit_state
162 unsigned short epoch; member in struct:record_pqueue_st
181 * The current data and handshake epoch. This is initially
188 /* records being received in the current epoch */
d1_both.c     [all...]
d1_pkt.c 280 /* retrieve a buffered record that belongs to the new epoch, i.e., not processed
286 /* retrieve a buffered record that belongs to the current epoch, ie, processed */
299 /* Check if epoch is current. */
300 if (s->d1->unprocessed_rcds.epoch != s->d1->r_epoch)
314 /* sync epoch numbers once all the unprocessed records
316 s->d1->processed_rcds.epoch = s->d1->r_epoch;
317 s->d1->unprocessed_rcds.epoch = s->d1->r_epoch + 1;
536 /* The epoch may have changed. If so, process all the
571 /* sequence number is 64 bits, with top 2 bytes = epoch */
572 n2s(p,rr->epoch);
    [all...]
ssl3.h 360 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 137 Date epoch = new Date(0); local
143 assertEquals("1969-12-31 18:00:00 -0600", sdf.format(epoch));
146 assertEquals("1969-12-31 16:00:00 -0800", sdf.format(epoch));
148 assertEquals("1970-01-01 00:00:00 +0000", sdf.format(epoch));
155 assertEquals("1969-12-31 18:00:00 -0600", sdf.format(epoch));
158 assertEquals("1969-12-31 16:00:00 -0800", sdf.format(epoch));
160 assertEquals("1970-01-01 00:00:00 +0000", sdf.format(epoch));
  /external/tcpdump/
rx.h 60 u_int32_t epoch; member in struct:rx_header
print-rx.c 718 #define UBIK_VERSIONOUT() {int32_t epoch; int32_t counter; \
720 epoch = EXTRACT_32BITS(bp); \
724 printf(" %d.%d", epoch, counter); \
    [all...]
  /external/icu4c/i18n/
astro.cpp 526 // Parameters of the Sun's orbit as of the epoch Jan 0.0 1990
529 #define JD_EPOCH 2447891.5 // Julian day of epoch
531 #define SUN_ETA_G (279.403303 * CalendarAstronomer::PI/180) // Ecliptic longitude at epoch
538 // given above for an arbitrary epoch (whatever time the object is
567 // // constant he gives for the 1990 EPOCH.
642 double day = jDay - JD_EPOCH; // Days since epoch
645 // circular orbit has travelled since the epoch.
648 // The epoch wasn't at the sun's perigee; find the angular distance
909 // // Compute day number for 0.0 Jan 2000 epoch
1405 const double epoch = 2451545.0; \/\/ 2000 AD, January 1.5 local
    [all...]
  /external/v8/test/mjsunit/
date.js 45 // Test limits (+/-1e8 days from epoch)
  /external/icu4c/test/intltest/
dtfmrgts.cpp 528 UDate epoch = date(0, 0, 0); local
532 calA->setTime(epoch, status);
534 calB->setTime(epoch, status);
    [all...]
calregts.cpp 1228 UDate epoch = makeDate(1970, UCAL_JANUARY, 1); local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 14 // time : epoch time (seconds, and optional)
183 // Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]
  /external/chromium/net/base/
cookie_monster_unittest.cc 704 const time_t epoch; member in struct:net::__anon3533::CookieDateParsingCase
    [all...]
  /external/v8/src/
date.js 105 // (measured in whole seconds based on the 1970 epoch).

Completed in 1931 milliseconds