H 344 compat/svr4/svr4_termios.c svr4_to_bsd_flag1(c_cflag,H,UPCL); H 453 compat/svr4/svr4_termios.c bsd_to_svr4_flag1(c_cflag,H,UPCL); H 55 dev/cardbus/cardbus_exrom.c (bus_space_read_1((T), (H), (O)) | \ H 56 dev/cardbus/cardbus_exrom.c (bus_space_read_1((T), (H), (O) + 1) << 8)) H 53 lib/libkern/adddi3.c sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]); H 53 lib/libkern/ashldi3.c aa.ul[H] = aa.ul[L] << (shift - INT_BITS); H 56 lib/libkern/ashldi3.c aa.ul[H] = (aa.ul[H] << shift) | H 62 lib/libkern/ashrdi3.c s = (aa.sl[H] >> (INT_BITS - 1)) >> 1; H 64 lib/libkern/ashrdi3.c aa.ul[L] = aa.sl[H] >> (shift - INT_BITS); H 65 lib/libkern/ashrdi3.c aa.ul[H] = s; H 68 lib/libkern/ashrdi3.c (aa.ul[H] << (INT_BITS - shift)); H 70 lib/libkern/ashrdi3.c aa.sl[H] >>= shift; H 52 lib/libkern/cmpdi2.c return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 : H 53 lib/libkern/lshldi3.c aa.ul[H] = aa.ul[L] << (shift - INT_BITS); H 56 lib/libkern/lshldi3.c aa.ul[H] = (aa.ul[H] << shift) | H 52 lib/libkern/lshrdi3.c aa.ul[L] = aa.ul[H] >> (shift - INT_BITS); H 53 lib/libkern/lshrdi3.c aa.ul[H] = 0; H 56 lib/libkern/lshrdi3.c (aa.ul[H] << (INT_BITS - shift)); H 57 lib/libkern/lshrdi3.c aa.ul[H] >>= shift; H 106 lib/libkern/muldi3.c #define u1 u.ul[H] H 108 lib/libkern/muldi3.c #define v1 v.ul[H] H 156 lib/libkern/muldi3.c prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + H 157 lib/libkern/muldi3.c low.ul[H]; H 239 lib/libkern/muldi3.c prod.ul[H] = prodh; H 50 lib/libkern/negdi2.c res.ul[H] = -aa.ul[H] - (res.ul[L] > 0); H 84 lib/libkern/qdivrem.c tmp.ul[H] = tmp.ul[L] = 1 / zero; H 113 lib/libkern/qdivrem.c u[1] = (digit)HHALF(tmp.ul[H]); H 114 lib/libkern/qdivrem.c u[2] = (digit)LHALF(tmp.ul[H]); H 118 lib/libkern/qdivrem.c v[1] = (digit)HHALF(tmp.ul[H]); H 119 lib/libkern/qdivrem.c v[2] = (digit)LHALF(tmp.ul[H]); H 145 lib/libkern/qdivrem.c tmp.ul[H] = COMBINE(q1, q2); H 253 lib/libkern/qdivrem.c tmp.ul[H] = COMBINE(uspace[1], uspace[2]); H 258 lib/libkern/qdivrem.c tmp.ul[H] = COMBINE(qspace[1], qspace[2]); H 52 lib/libkern/subdi3.c diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]); H 51 lib/libkern/ucmpdi2.c return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 :