Searched refs:SWAPS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-win32.c72 #define SWAPS(_X) ((_X & 0xff) << 8) | (_X >> 8) macro
312 erf_record_len = SWAPS(header->rlen);
333 swt = SWAPS(header->wlen);
345 swt = SWAPS(header->wlen);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dmethods.c2507 #define SWAPS(x,t) SWAP(na->x,nb->x,t)
2517 SWAPS (base.name, to);
2518 SWAPS (base.attr, ta);
2519 SWAPS (base.he, th);
2451 #define SWAPS macro
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dm.c2342 #define SWAPS(x,t) SWAP(tna->x,tnb->x,t)
2352 SWAPS (name, to);
2353 SWAPS (attr, ta);
2354 SWAPS (he, th);
2307 #define SWAPS macro

Completed in 301 milliseconds