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