Home
last modified time | relevance | path

Searched refs:Avail (Results 1 – 25 of 56) sorted by relevance

123

/external/clang/include/clang/Basic/
DOpenCLOptions.h41 #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/
DOpenCLOptions.h27 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/
Dextension.h79 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/
Dextension.h79 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/
Dextension.h84 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/
Dextension.h84 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/
Dextension.h84 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/
Dextension.h84 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/
Dqueue.rs590 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/
DExecutionDomainFix.cpp26 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()
DMachineCopyPropagation.cpp91 bool Avail; member
106 CI->second.Avail = false; in markRegsUnavailable()
181 if (MustBeAvailable && !CI->second.Avail) in findCopyForUnit()
/external/llvm-project/llvm/lib/CodeGen/
DExecutionDomainFix.cpp26 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()
DMachineCopyPropagation.cpp92 bool Avail; member
107 CI->second.Avail = false; in markRegsUnavailable()
184 if (MustBeAvailable && !CI->second.Avail) in findCopyForUnit()
/external/vboot_reference/utility/
Defidecompress.c216 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()
Deficompress.c1552 INT32 i, j, k, Avail; in MakeTree() local
1561 Avail = mN; in MakeTree()
1593 k = Avail++; in MakeTree()
/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp134 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/
DExecutionDomainFix.h109 SmallVector<DomainValue *, 16> Avail; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h118 SmallVector<DomainValue *, 16> Avail; variable
/external/bcc/tools/
Dttysnoop_example.txt17 Filesystem Size Used Avail Use% Mounted on
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp30 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/
DHexagonVLIWPacketizer.cpp260 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/
DPath.inc155 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/
DPath.inc155 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/
DABISysV_ppc64.cpp430 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/
DHexagonVLIWPacketizer.cpp297 bool Avail = ResourceTracker->canReserveResources(*ExtMI); in tryAllocateResourcesForConstExt() local
298 if (Reserve && Avail) in tryAllocateResourcesForConstExt()
301 return Avail; in tryAllocateResourcesForConstExt()

123