Home | History | Annotate | Download | only in dhdutil

Lines Matching full:arg2

2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes)
2062 if (arg1[i] != arg2[i])
2063 return (arg1[i] - arg2[i]);