Searched refs:buf2 (Results 1 – 4 of 4) sorted by relevance
213 unsigned int *buf2 = new unsigned int[nelem]; in blowCache() local223 memcpy(buf2, buf1, bigger_than_cache); in blowCache()225 delete [] buf2; in blowCache()
130 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { in operator()131 if (buf1->numFds == buf2->numFds) { in operator()133 if (buf1->data[i] != buf2->data[i]) { in operator()
403 std::vector<uint8_t> buf2; in TEST() local404 map.encode(std::back_inserter(buf2)); in TEST()405 EXPECT_EQ(buf, buf2); in TEST()
401 const buffer_handle_t& buf2) const { in operator ()()402 if (buf1->numFds == buf2->numFds) { in operator ()()404 if (buf1->data[i] != buf2->data[i]) { in operator ()()