Searched defs:last_seq (Results 1 - 7 of 7) sorted by relevance

/external/blktrace/
H A Dverify_blkparse.c15 unsigned int last_seq[MAX_CPUS], seq; local
19 last_seq[nr] = -1;
52 if (last_seq[cpu] == seq) {
57 last_seq[cpu] = seq;
/external/libdrm/amdgpu/
H A Damdgpu_internal.h120 uint64_t last_seq[AMDGPU_HW_IP_NUM][AMDGPU_HW_IP_INSTANCE_MAX_COUNT][AMDGPU_CS_MAX_RINGS]; member in struct:amdgpu_context
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp560 SequenceIter last_seq = Sequences.end(); local
562 first_seq, last_seq, sequence, DWARFDebugLine::Sequence::orderByLowPC);
564 if (seq_pos == last_seq) {
585 SequenceIter last_seq = Sequences.end(); local
587 first_seq, last_seq, sequence, DWARFDebugLine::Sequence::orderByLowPC);
588 if (seq_pos == last_seq || seq_pos->LowPC != address) {
601 while (seq_pos != last_seq && seq_pos->LowPC < end_addr) {
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc123 uint16_t last_seq = seq[0]; local
127 if (seq[i] < last_seq)
129 last_seq = seq[i];
131 deltas[i] = offset + (last_seq * default_delta_);
/external/fio/
H A Dgettime.c487 uint32_t last_seq; local
511 last_seq = 0;
520 if (seq < last_seq)
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h264 * last_seq is the oldest journal entry that still has keys the btree hasn't
281 __u64 last_seq; member in struct:jset
/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc2762 uint32_t last_seq = 0; local
2772 EXPECT_GT(chunks[i]->seq(), last_seq);
2775 last_seq = chunks[i]->seq();
2790 EXPECT_GT(chunks[i]->seq(), last_seq);
2791 last_seq = chunks[i]->seq();
2805 EXPECT_GT(chunks[i]->seq(), last_seq);
2806 last_seq = chunks[i]->seq();

Completed in 434 milliseconds