Searched defs:xchg (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgthr-win32.h379 __gthr_i486_lock_cmp_xchg(long *dest, long xchg, long comperand) argument
/freebsd-10.1-release/sys/geom/part/
H A Dg_part.c2242 uintptr_t *xchg; local
/freebsd-10.1-release/sys/netinet/
H A Dtcp_subr.c610 #define xchg(a,b,type) { type t; t=a; a=b; b=t; } macro
631 #undef xchg macro

Completed in 96 milliseconds