/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_tracker.cc | 43 DescriptorTrackReservation reservation; in ReserveDescriptorProcessTrack() local 44 reservation.min_timestamp = timestamp; in ReserveDescriptorProcessTrack() 45 reservation.pid = pid; in ReserveDescriptorProcessTrack() 46 reservation.name = name; in ReserveDescriptorProcessTrack() 51 reserved_descriptor_tracks_.insert(std::make_pair<>(uuid, reservation)); in ReserveDescriptorProcessTrack() 56 if (!it->second.IsForSameTrack(reservation)) { in ReserveDescriptorProcessTrack() 76 DescriptorTrackReservation reservation; in ReserveDescriptorThreadTrack() local 77 reservation.min_timestamp = timestamp; in ReserveDescriptorThreadTrack() 78 reservation.parent_uuid = parent_uuid; in ReserveDescriptorThreadTrack() 79 reservation.pid = pid; in ReserveDescriptorThreadTrack() [all …]
|
/external/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 323 zx_vaddr_t reservation; in allocateMemoryPages() local 326 0, length, &reservation); in allocateMemoryPages() 334 ASSERT(roundUp(reservation, pageSize) == reservation); in allocateMemoryPages() 336 mapping = reinterpret_cast<void *>(reservation); in allocateMemoryPages()
|
/external/sg3_utils/examples/ |
D | sg_persist_tst.sh | 104 sg_persist -n --read-reservation ${verbose} "$1" 119 sg_persist -n --read-reservation ${verbose} "$1"
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | memory_profile.proto | 13 // Memory reservation for stack. 22 // Memory usage by stack reservation, in bytes. 26 // Free memory available for allocation or reservation, in bytes. 107 // The special allocations (e.g. pre-allocated heap memory, stack reservation)
|
/external/swiftshader/third_party/marl/src/ |
D | memory.cpp | 71 zx_vaddr_t reservation; in allocatePages() local 74 vmo, 0, length, &reservation); in allocatePages() 78 return reinterpret_cast<void*>(reservation); in allocatePages()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | charge_reserved_hugetlb.sh | 131 echo Waiting for hugetlb memory reservation to reach size $size. 427 echo Memory charged to reservation=$reserved_difference 456 echo Memory charged to reservation=$reserved_difference 471 echo Test more than reservation case.
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 12 // itineraries for scheduling. Itineraries are details reservation 63 int Kind = kind.Value; // kind of FU reservation 135 // expensive HazardRecognizer because no reservation table is needed.
|
D | TargetSchedule.td | 16 // 3. Instruction itineraries for detailed reservation tables. 150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation 151 // station. Here the size of the reservation station is modeled by 153 // register rename pool, unified reservation station, or reorder 159 // and moving them into a reservation station.) Normally NumMicroOps 170 // separate reservation station. This simply models the size of the 171 // reservation station.
|
/external/perfetto/src/tracing/core/ |
D | shared_memory_arbiter_impl.cc | 693 TargetBufferReservation& reservation = in BindStartupTargetBufferImpl() local 695 PERFETTO_CHECK(!reservation.resolved); in BindStartupTargetBufferImpl() 696 reservation.resolved = true; in BindStartupTargetBufferImpl() 697 reservation.target_buffer = target_buffer_id; in BindStartupTargetBufferImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 11 // itineraries for scheduling. Itineraries are details reservation 62 int Kind = kind.Value; // kind of FU reservation 145 // expensive HazardRecognizer because no reservation table is needed.
|
D | TargetSchedule.td | 15 // 3. Instruction itineraries for detailed reservation tables. 155 // Use BufferSize = -1 for "issue ports" fed by a unified reservation 156 // station. Here the size of the reservation station is modeled by 158 // register rename pool, unified reservation station, or reorder 164 // and moving them into a reservation station.) Normally NumMicroOps 175 // separate reservation station. This simply models the size of the 176 // reservation station.
|
/external/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 34 // Silvermont has 5 reservation stations for micro-ops 56 // as two micro-ops when queued in the reservation station.
|
D | X86SchedSandyBridge.td | 69 // as two micro-ops when queued in the reservation station.
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-dynamic-stack-layout.ll | 303 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack 350 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack 410 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack 457 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack 510 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack 545 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack 596 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack 631 ; Check correct reservation of 16-byte aligned VLA (size in w0) on stack
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | cuda_driver.cc | 854 GpuContext* context, GpuDriver::VmemSpan reservation) { in FreeVirtualMemory() argument 856 CUresult res = cuMemAddressFree(reservation.base, reservation.size_bytes); in FreeVirtualMemory() 859 << reservation.size_bytes << " at address " << reservation.base; in FreeVirtualMemory()
|
/external/dtc/Documentation/ |
D | dts-format.txt | 110 memory reservation table. They have the form:
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
D | gpu_driver.h | 161 static void FreeVirtualMemory(GpuContext* context, VmemSpan reservation);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 33 // Silvermont has 5 reservation stations for micro-ops 59 // as two micro-ops when queued in the reservation station.
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_sparse_texture.txt | 36 space (reservation) from the requirement that all textures must be
|
/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 2194 for (const auto& [reservation, count] : reservations) { in TEST() 2195 EXPECT_GE(reservation, 0); in TEST() 2196 EXPECT_LT(reservation, 100); in TEST() 2199 << reservation; in TEST()
|
D | raw_hash_set.h | 807 void reset_reserved_growth(size_t reservation, size_t size) { 808 reserved_growth_ = reservation - size; 934 void reset_reserved_growth(size_t reservation) { 935 CommonFieldsGenerationInfo::reset_reserved_growth(reservation, size_);
|
/external/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 2097 for (const auto& [reservation, count] : reservations) { in TEST() 2098 EXPECT_GE(reservation, 0); in TEST() 2099 EXPECT_LT(reservation, 100); in TEST() 2102 << reservation; in TEST()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 2097 for (const auto& [reservation, count] : reservations) { in TEST() 2098 EXPECT_GE(reservation, 0); in TEST() 2099 EXPECT_LT(reservation, 100); in TEST() 2102 << reservation; in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 2149 for (const auto& [reservation, count] : reservations) { in TEST() 2150 EXPECT_GE(reservation, 0); in TEST() 2151 EXPECT_LT(reservation, 100); in TEST() 2154 << reservation; in TEST()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.h | 814 void reset_reserved_growth(size_t reservation, size_t size) { 815 reserved_growth_ = reservation - size; 1014 void reset_reserved_growth(size_t reservation) { 1015 CommonFieldsGenerationInfo::reset_reserved_growth(reservation, size());
|