OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_seq
(Results
1 - 12
of
12
) sorted by null
/external/blktrace/
verify_blkparse.c
15
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/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp
533
SequenceIter
last_seq
= Sequences.end();
local
534
SequenceIter seq_pos = std::lower_bound(first_seq,
last_seq
, sequence,
537
if (seq_pos ==
last_seq
) {
579
SequenceIter
last_seq
= Sequences.end();
local
580
SequenceIter seq_pos = std::lower_bound(first_seq,
last_seq
, sequence,
582
if (seq_pos ==
last_seq
|| seq_pos->LowPC != address) {
595
while (seq_pos !=
last_seq
&& seq_pos->LowPC < end_addr) {
/bionic/libc/kernel/uapi/linux/
bcache.h
144
__u64
last_seq
;
member in struct:jset
/development/ndk/platforms/android-21/include/linux/
bcache.h
136
__u64
last_seq
;
member in struct:jset
/external/fio/
gettime.c
483
uint32_t
last_seq
;
local
505
last_seq
= 0;
514
if (seq <
last_seq
)
/external/kernel-headers/original/uapi/linux/
bcache.h
264
*
last_seq
is the oldest journal entry that still has keys the btree hasn't
281
__u64
last_seq
;
member in struct:jset
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
bcache.h
136
__u64
last_seq
;
member in struct:jset
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h
136
__u64
last_seq
;
member in struct:jset
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
bcache.h
136
__u64
last_seq
;
member in struct:jset
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
bcache.h
136
__u64
last_seq
;
member in struct:jset
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
bcache.h
136
__u64
last_seq
;
member in struct:jset
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
bcache.h
136
__u64
last_seq
;
member in struct:jset
Completed in 72 milliseconds