Home
last modified time | relevance | path

Searched defs:next_epoch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dretained.c71 for (unsigned next_epoch = 1; next_epoch < NEPOCHS; next_epoch++) { in thd_start() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.cc2119 uint64_t next_epoch = epoch + epoch_delta; in CalculateTimestampFromWire() local
2147 uint64_t next_epoch = epoch + epoch_delta; in CalculatePacketNumberFromWire() local
H A Dquic_framer_test.cc1018 const uint64_t next_epoch = 3 * kEpoch; in TEST_P() local