HomeSort by: relevance | last modified time | path
    Searched defs:xchg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
atomic.h 42 #define xchg(P, V) __sync_lock_test_and_set(P, V) macro
  /src/sys/netinet/
tcp_subr.c 745 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } macro
751 xchg(ip->ip_dst, ip->ip_src, struct in_addr);
759 xchg(ip6->ip6_dst, ip6->ip6_src, struct in6_addr);
764 xchg(th->th_dport, th->th_sport, u_int16_t);
765 #undef xchg

Completed in 13 milliseconds