Home | History | Annotate | Download | only in msdosfs

Lines Matching defs:u2

998 	u_int16_t u1, u2;
1004 u2 = ucs2fold(*w2);
1005 if (u1 != u2)
1023 u_int16_t u1, u2;
1027 u2 = le16toh(*w2);
1028 if (u1 == 0 || u2 == 0)
1029 return u1 == u2;
1030 if (u1 > 255 || u2 > 255)
1033 u2 = u2l[u2 & 0xff];
1034 if (u1 != u2)