Searched refs:hb_memcmp (Results 1 – 4 of 4) sorted by relevance
120 return hb_memcmp (a.arrayZ, arrayZ, get_size ()); in cmp()
61 && 0 == hb_memcmp (head, o.head, tail - head) in operator ==()
94 return 0 == hb_memcmp (&v, &other->v, sizeof (v)); in is_equal()
586 hb_memcmp (const void *a, const void *b, unsigned int len) in hb_memcmp() function