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

  /system/keymaster/
iso18033kdf.h 60 explicit Iso18033Kdf(uint32_t start_counter) : start_counter_(start_counter) {}
63 uint32_t start_counter_; member in class:keymaster::Iso18033Kdf
iso18033kdf.cpp 36 if ((0xFFFFFFFFULL + start_counter_) * digest_size_ < (uint64_t)output_len)
63 !Uint32ToBigEndianByteArray(block + start_counter_, counter.get()) ||
  /external/v8/src/heap/
gc-tracer.cc 115 start_counter_(0) {
140 start_counter_ = 0;
146 start_counter_++;
147 if (start_counter_ != 1) return;
216 start_counter_--;
217 if (start_counter_ != 0) {
224 DCHECK(start_counter_ >= 0);
gc-tracer.h 412 int start_counter_; member in class:v8::internal::GCTracer

Completed in 52 milliseconds