Home
last modified time | relevance | path

Searched defs:Cap (Results 1 – 25 of 236) sorted by relevance

12345678910

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp73 for (auto Cap : ReqCaps) { // Only need 1 of the capabilities to work. in getSymbolicOperandRequirements() local
241 auto Cap = SPIRV::Capability::Capability(MI.getOperand(0).getImm()); in processDefInstrs() local
439 for (const auto &Cap : ToPrune) { in pruneCapabilities() local
451 for (const auto &Cap : ToAdd) { in addCapabilities() local
525 for (auto Cap : MinimalCaps) { in checkSatisfiable() local
551 for (const auto Cap : ToAdd) in addAvailableCaps() local
/aosp_15_r20/external/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp27 ARO::Capacity Cap = ARO::Capacity::get(0); in TEST() local
55 ARO::Capacity Cap = ARO::Capacity::get(8); in TEST() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DArrayRecycler.h124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
136 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs40 struct Cap(usize); struct
42 impl Cap { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs40 struct Cap(usize); struct
42 impl Cap { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs40 struct Cap(usize); struct
42 impl Cap { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs40 struct Cap(usize); struct
42 impl Cap { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs40 struct Cap(usize); struct
42 impl Cap { impl
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DPaint.java54 public enum Cap { enum in Paint
59 private Cap(int nativeInt) { in Cap() method in Paint.Cap
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/unsafeheader/
Dunsafeheader.go25 Cap int member
/aosp_15_r20/external/golang-protobuf/internal/strs/
H A Dstrings_unsafe.go24 Cap int member
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dbuilder.go50 func (b *Builder) Cap() int { return cap(b.buf) } func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dvalue_unsafe.go24 Cap int member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h145 bool Cap = true; in getFormattedParserClassName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/
DDirectiveEmitter.h150 bool Cap = true; in getFormattedParserClassName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/
DDirectiveEmitter.h160 bool Cap = true; in getFormattedParserClassName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/
DDirectiveEmitter.h160 bool Cap = true; in getFormattedParserClassName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/
DDirectiveEmitter.h160 bool Cap = true; in getFormattedParserClassName() local
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/
Dregexp.go26 Cap int // capturing index, for OpCapture member

12345678910