Home | History | Annotate | Download | only in test

Lines Matching refs:xff

160       b = n & 0xff;
164 b = (n >> 8) & 0xff;
168 b = (n >> 16) & 0xff;
172 b = (n >> 24) & 0xff;