OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEQ_GT
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tcp.h
151
#define
SEQ_GT
(a,b) ((int)((a)-(b)) > 0)
/external/qemu/slirp-android/
tcp.h
153
#define
SEQ_GT
(a,b) ((int)((a)-(b)) > 0)
Completed in 668 milliseconds