Home | History | Annotate | Download | only in jni

Lines Matching refs:m1

169 int Q_memcmp (const void *m1, const void *m2, int count)
174 if (((byte *)m1)[count] != ((byte *)m2)[count])