Home
last modified time | relevance | path

Searched refs:this0 (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_tracker.cc757 std::optional<ObjectTable::Id> this0 = in PopulateNativeSize() local
759 if (!this0) { in PopulateNativeSize()
763 auto nar_size_it = seq.nar_size_by_obj_id.find(*this0); in PopulateNativeSize()
/external/dng_sdk/source/
Ddng_image_writer.cpp2836 uint8 this0 = bytePtr [0]; in EncodeDeltaBytes() local
2843 this0 -= prev0; in EncodeDeltaBytes()
2845 bytePtr [0] = this0; in EncodeDeltaBytes()
2847 this0 = prev0; in EncodeDeltaBytes()
2860 uint8 this0 = bytePtr [0]; in EncodeDeltaBytes() local
2871 this0 -= prev0; in EncodeDeltaBytes()
2875 bytePtr [0] = this0; in EncodeDeltaBytes()
2879 this0 = prev0; in EncodeDeltaBytes()