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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c37 #define swl(x) (sws(x >> 16) | (sws(x) << 16)) macro
40 #define swap_long(x) (x = swl(x))
47 #define swl(x) (x) macro
50 #define swap_long(x) (x = swl(x))
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c39 #define swl(x) (sws(x >> 16) | (sws(x) << 16)) macro
42 #define swap_long(x) (x = swl(x))
49 #define swl(x) (x) macro
52 #define swap_long(x) (x = swl(x))
/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c371 struct regnod *swl; local
376 swl = swptr(t)->swlst;
377 while(swl)
379 struct argnod *arg = swl->regptr;
395 prf(swl->regcom);
397 swl = swl->regnxt;

Completed in 44 milliseconds