Searched defs:vector_match (Results 1 – 3 of 3) sorted by relevance
2228 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
1854 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match() function
5344 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2); in TEST() local5514 Matcher<const std::vector<int>&> vector_match = ElementsAre(1, 2, 3, 4, 5); in TEST() local