L                 348 compat/svr4/svr4_termios.c 	undefined_flag1(c_cflag,L,OBLK);
L                 457 compat/svr4/svr4_termios.c 	undefined_flag1(c_cflag,L,OBLK);
L                 154 crypto/des_locl.h 	L^= \
L                  52 lib/libkern/adddi3.c 	sum.ul[L] = aa.ul[L] + bb.ul[L];
L                  53 lib/libkern/adddi3.c 	sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]);
L                  53 lib/libkern/ashldi3.c 		aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
L                  54 lib/libkern/ashldi3.c 		aa.ul[L] = 0;
L                  57 lib/libkern/ashldi3.c 		    (aa.ul[L] >> (INT_BITS - shift));
L                  58 lib/libkern/ashldi3.c 		aa.ul[L] <<= shift;
L                  64 lib/libkern/ashrdi3.c 		aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
L                  67 lib/libkern/ashrdi3.c 		aa.ul[L] = (aa.ul[L] >> shift) |
L                  53 lib/libkern/cmpdi2.c 	    aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
L                  53 lib/libkern/lshldi3.c 		aa.ul[H] = aa.ul[L] << (shift - INT_BITS);
L                  54 lib/libkern/lshldi3.c 		aa.ul[L] = 0;
L                  57 lib/libkern/lshldi3.c 		    (aa.ul[L] >> (INT_BITS - shift));
L                  58 lib/libkern/lshldi3.c 		aa.ul[L] <<= shift;
L                  52 lib/libkern/lshrdi3.c 		aa.ul[L] = aa.ul[H] >> (shift - INT_BITS);
L                  55 lib/libkern/lshrdi3.c 		aa.ul[L] = (aa.ul[L] >> shift) |
L                 107 lib/libkern/muldi3.c #define	u0	u.ul[L]
L                 109 lib/libkern/muldi3.c #define	v0	v.ul[L]
L                 156 lib/libkern/muldi3.c 		prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
L                 158 lib/libkern/muldi3.c 		prod.ul[L] = low.ul[L];
L                 240 lib/libkern/muldi3.c 	prod.ul[L] = prodl;
L                  49 lib/libkern/negdi2.c 	res.ul[L] = -aa.ul[L];
L                  50 lib/libkern/negdi2.c 	res.ul[H] = -aa.ul[H] - (res.ul[L] > 0);
L                  84 lib/libkern/qdivrem.c 		tmp.ul[H] = tmp.ul[L] = 1 / zero;
L                 115 lib/libkern/qdivrem.c 	u[3] = (digit)HHALF(tmp.ul[L]);
L                 116 lib/libkern/qdivrem.c 	u[4] = (digit)LHALF(tmp.ul[L]);
L                 120 lib/libkern/qdivrem.c 	v[3] = (digit)HHALF(tmp.ul[L]);
L                 121 lib/libkern/qdivrem.c 	v[4] = (digit)LHALF(tmp.ul[L]);
L                 146 lib/libkern/qdivrem.c 			tmp.ul[L] = COMBINE(q3, q4);
L                 254 lib/libkern/qdivrem.c 		tmp.ul[L] = COMBINE(uspace[3], uspace[4]);
L                 259 lib/libkern/qdivrem.c 	tmp.ul[L] = COMBINE(qspace[3], qspace[4]);
L                  51 lib/libkern/subdi3.c 	diff.ul[L] = aa.ul[L] - bb.ul[L];
L                  52 lib/libkern/subdi3.c 	diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
L                  52 lib/libkern/ucmpdi2.c 	    aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);