/external/clang/include/clang/Basic/ |
D | OpenCLOptions.h | 41 #define OPENCLEXT_INTERNAL(Ext, Avail, ...) \ argument 43 return Ext && OCLVer >= Avail; \ 50 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument 58 #define OPENCLEXT_INTERNAL(Ext, Avail, Core) \ argument
|
/external/llvm-project/clang/include/clang/Basic/ |
D | OpenCLOptions.h | 27 unsigned Avail; // Option starts to be available in this OpenCL version member 31 :Supported(S), Enabled(E), Avail(A), Core(C){} in Supported() 66 return I.Supported && I.Avail <= CLVer; in isSupported() 83 return I.Supported && I.Avail <= CLVer && I.Core != ~0U && CLVer >= I.Core; in isSupportedCore() 100 return I.Supported && I.Avail <= CLVer && (I.Core == ~0U || CLVer < I.Core); in isSupportedExtension() 134 OptMap[#Ext].Avail = AvailVer; \ in OpenCLOptions()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 79 while (n > Avail()) { in Append() 80 n -= Avail(); in Append() 81 if (Avail() > 0) { in Append() 82 raw_append(Avail()); in Append() 93 if (n >= Avail()) { in Append() 118 size_t Avail() const { return buf_ + sizeof(buf_) - pos_; } in Avail() function
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 79 while (n > Avail()) { in Append() 80 n -= Avail(); in Append() 81 if (Avail() > 0) { in Append() 82 raw_append(Avail()); in Append() 93 if (n >= Avail()) { in Append() 118 size_t Avail() const { return buf_ + sizeof(buf_) - pos_; } in Avail() function
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 84 while (n > Avail()) { in Append() 85 n -= Avail(); in Append() 86 if (Avail() > 0) { in Append() 87 raw_append(Avail()); in Append() 98 if (n >= Avail()) { in Append() 123 size_t Avail() const { return buf_ + sizeof(buf_) - pos_; } in Avail() function
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 84 while (n > Avail()) { in Append() 85 n -= Avail(); in Append() 86 if (Avail() > 0) { in Append() 87 raw_append(Avail()); in Append() 98 if (n >= Avail()) { in Append() 123 size_t Avail() const { return buf_ + sizeof(buf_) - pos_; } in Avail() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | extension.h | 84 while (n > Avail()) { in Append() 85 n -= Avail(); in Append() 86 if (Avail() > 0) { in Append() 87 raw_append(Avail()); in Append() 98 if (n >= Avail()) { in Append() 123 size_t Avail() const { return buf_ + sizeof(buf_) - pos_; } in Avail() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 84 while (n > Avail()) { in Append() 85 n -= Avail(); in Append() 86 if (Avail() > 0) { in Append() 87 raw_append(Avail()); in Append() 98 if (n >= Avail()) { in Append() 123 size_t Avail() const { return buf_ + sizeof(buf_) - pos_; } in Avail() function
|
/external/crosvm/devices/src/virtio/ |
D | queue.rs | 590 struct Avail { struct 597 unsafe impl DataInit for Avail {} implementation 598 impl Default for Avail { implementation 600 Avail { in default() 656 let avail = Avail::default(); in setup_vq() 685 unsafe { &(*(::std::ptr::null::<Avail>())).used_event as *const _ as u64 }; in queue_event_id_guest_fast() 761 unsafe { &(*(::std::ptr::null::<Avail>())).used_event as *const _ as u64 }; in queue_event_id_guest_slow()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExecutionDomainFix.cpp | 26 DomainValue *dv = Avail.empty() ? new (Allocator.Allocate()) DomainValue in alloc() 27 : Avail.pop_back_val(); in alloc() 47 Avail.push_back(DV); in release() 468 Avail.clear(); in runOnMachineFunction()
|
D | MachineCopyPropagation.cpp | 91 bool Avail; member 106 CI->second.Avail = false; in markRegsUnavailable() 181 if (MustBeAvailable && !CI->second.Avail) in findCopyForUnit()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ExecutionDomainFix.cpp | 26 DomainValue *dv = Avail.empty() ? new (Allocator.Allocate()) DomainValue in alloc() 27 : Avail.pop_back_val(); in alloc() 47 Avail.push_back(DV); in release() 468 Avail.clear(); in runOnMachineFunction()
|
D | MachineCopyPropagation.cpp | 92 bool Avail; member 107 CI->second.Avail = false; in markRegsUnavailable() 184 if (MustBeAvailable && !CI->second.Avail) in findCopyForUnit()
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 216 UINT16 Avail; in MakeTable() local 260 Avail = NumOfChar; in MakeTable() 286 Sd->mRight[Avail] = Sd->mLeft[Avail] = 0; in MakeTable() 287 *Pointer = Avail++; in MakeTable()
|
D | eficompress.c | 1552 INT32 i, j, k, Avail; in MakeTree() local 1561 Avail = mN; in MakeTree() 1593 k = Avail++; in MakeTree()
|
/external/llvm/lib/CodeGen/ |
D | ExecutionDepsFix.cpp | 134 SmallVector<DomainValue*,16> Avail; member in __anonf3da55440311::ExeDepsFix 223 DomainValue *dv = Avail.empty() ? in alloc() 225 Avail.pop_back_val(); in alloc() 247 Avail.push_back(DV); in release() 802 Avail.clear(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ExecutionDomainFix.h | 109 SmallVector<DomainValue *, 16> Avail; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ExecutionDomainFix.h | 118 SmallVector<DomainValue *, 16> Avail; variable
|
/external/bcc/tools/ |
D | ttysnoop_example.txt | 17 Filesystem Size Used Avail Use% Mounted on
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAvailability.cpp | 30 if (const auto *Avail = dyn_cast<AvailabilityAttr>(A)) { in getAttrForPlatform() local 36 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform() 48 return Avail; in getAttrForPlatform()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 260 bool Avail = ResourceTracker->canReserveResources(*ExtMI); in tryAllocateResourcesForConstExt() local 261 if (Reserve && Avail) in tryAllocateResourcesForConstExt() 264 return Avail; in tryAllocateResourcesForConstExt()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 155 ULARGE_INTEGER Avail, Total, Free; 156 if (!::GetDiskFreeSpaceExA(Path.str().c_str(), &Avail, &Total, &Free)) 163 (static_cast<uint64_t>(Avail.HighPart) << 32) + Avail.LowPart;
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 155 ULARGE_INTEGER Avail, Total, Free; 156 if (!::GetDiskFreeSpaceExA(Path.str().c_str(), &Avail, &Total, &Free)) 163 (static_cast<uint64_t>(Avail.HighPart) << 32) + Avail.LowPart;
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc64.cpp | 430 uint32_t Avail() const { return m_avail; } in Avail() function in __anon70fd7e2c0111::ReturnValueExtractor::Register 853 uint32_t n = std::min(reg.Avail(), size); in ExtractFromRegs()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 297 bool Avail = ResourceTracker->canReserveResources(*ExtMI); in tryAllocateResourcesForConstExt() local 298 if (Reserve && Avail) in tryAllocateResourcesForConstExt() 301 return Avail; in tryAllocateResourcesForConstExt()
|