HomeSort by relevance Sort by last modified time
    Searched defs:SEQ_LEQ (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
tcp.h 150 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0)
  /external/qemu/slirp-android/
tcp.h 152 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0)

Completed in 31 milliseconds