Searched refs:right (Results 1 – 2 of 2) sorted by relevance
32 bool array_equals(const struct byte_array *left, const struct byte_array *right) in array_equals() argument34 if (left->len != right->len) { in array_equals()38 if (left->ptr[i] != right->ptr[i]) { in array_equals()
50 const struct byte_array *right);