Home | History | Annotate | Download | only in util

Lines Matching refs:ul

80 static unsigned long i86ul_to_host(unsigned long ul)
87 unsigned long ul;
90 u.ul = ul;
96 static unsigned long host_to_i86ul(unsigned long ul)
102 unsigned long ul;
107 u.c[i] = ul & 0xff;
108 ul >>= 8;
110 return u.ul;
135 #define N (65536ul) /* size of ring buffer */