Home
last modified time | relevance | path

Searched refs:out_it (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/containers/
Drow_map.h546 for (auto out_it = bv.IterateAllBits(); it; it.Next(), out_it.Next()) { in FilterIntoScanSelfBv() local
554 out_it.Set(); in FilterIntoScanSelfBv()
561 auto out_it = out->bit_vector_.IterateAllBits(); in FilterIntoScanSelfBv() local
562 for (; out_it; it.Next(), out_it.Next()) { in FilterIntoScanSelfBv()
564 if (out_it.IsSet() && !p(it.index())) in FilterIntoScanSelfBv()
565 out_it.Clear(); in FilterIntoScanSelfBv()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable_base.cc62 auto out_it = argument_buffers.back().buffers().begin(); in ExecuteAsyncOnStream() local
63 for (; in_it != buffers.end(); ++in_it, ++out_it) { in ExecuteAsyncOnStream()
64 out_it->second = in_it->second.AsDeviceMemoryBase(); in ExecuteAsyncOnStream()
/external/llvm-project/clang/tools/scan-build-py/libear/
Dear.c566 char const **out_it = result; in bear_strings_copy() local
568 ++in_it, ++out_it) { in bear_strings_copy()
569 *out_it = strdup(*in_it); in bear_strings_copy()
570 if (0 == *out_it) { in bear_strings_copy()
575 *out_it = 0; in bear_strings_copy()
/external/clang/tools/scan-build-py/libear/
Dear.c567 char const **out_it = result; in bear_strings_copy() local
569 ++in_it, ++out_it) { in bear_strings_copy()
570 *out_it = strdup(*in_it); in bear_strings_copy()
571 if (0 == *out_it) { in bear_strings_copy()
576 *out_it = 0; in bear_strings_copy()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc273 auto out_it = result.buffers().begin(); in MaybeOwningShapeTreeToShapedBuffer() local
274 for (; it != tree.end(); ++it, ++out_it) { in MaybeOwningShapeTreeToShapedBuffer()
275 out_it->second = it->second.AsDeviceMemoryBase(); in MaybeOwningShapeTreeToShapedBuffer()
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp804 std::ostream_iterator<string> out_it(ostr, ", "); in initSession() local
805 std::copy(args.begin(), args.end(), out_it); in initSession()