Home | History | Annotate | Download | only in msdosfs

Lines Matching defs:u1

998 	u_int16_t u1, u2;
1003 u1 = ucs2fold(*w1);
1005 if (u1 != u2)
1023 u_int16_t u1, u2;
1026 u1 = le16toh(*w1);
1028 if (u1 == 0 || u2 == 0)
1029 return u1 == u2;
1030 if (u1 > 255 || u2 > 255)
1032 u1 = u2l[u1 & 0xff];
1034 if (u1 != u2)