OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIT_END
(Results
1 - 4
of
4
) sorted by null
/external/blktrace/btt/
dip_rb.c
58
else if (sec >=
BIT_END
(__iop))
73
__u64 iop_s = BIT_START(iop), iop_e =
BIT_END
(iop);
74
__u64 this_s = BIT_START(this), this_e =
BIT_END
(this);
bno_dump.c
48
(long long)BIT_START(iop), (long long)
BIT_END
(iop));
globals.h
42
#define
BIT_END
(iop) ((iop)->t.sector + ((iop)->t.bytes >> 9))
seek.c
187
long long start = BIT_START(iop), end =
BIT_END
(iop);
Completed in 17 milliseconds