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

  /external/qemu/slirp/
tcp.h 152 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0)
  /external/qemu/slirp-android/
tcp.h 154 #define SEQ_GEQ(a,b) ((int)((a)-(b)) >= 0)

Completed in 13 milliseconds