HomeSort by relevance Sort by last modified time
    Searched refs:begin2 (Results 1 - 2 of 2) sorted by null

  /external/astl/include/
algorithm 255 // @param begin2 An input iterator.
263 _InputIterator2 begin2)
265 for (; begin1 < end1; ++begin1, ++begin2)
267 if (!(*begin1 == *begin2))
278 // @param begin2 An input iterator.
283 _InputIterator2 begin2, _BinaryPredicated binary_predicate)
285 for (; begin1 < end1; ++begin1, ++begin2)
287 if (!bool(binary_predicate(*begin1, *begin2)))
  /external/bluetooth/bluez/audio/
liba2dp.c 645 uint64_t begin, end, begin2, end2; local
663 begin2 = get_microseconds();
668 print_time("poll", begin2, end2);
695 begin2 = get_microseconds();
700 print_time("send", begin2, end2);

Completed in 41 milliseconds