Home
last modified time | relevance | path

Searched defs:reserve (Results 26 - 50 of 99) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c80 reserve(struct svga_shader_emitter *emit, unsigned nr_dwords) in reserve() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DMapVector.h64 void reserve(size_type NumEntries) { in reserve() function in llvm::MapVector
H A DDenseSet.h84 void reserve(size_t Size) { TheMap.reserve(Size); } in reserve() function in llvm::detail::DenseSetImpl
/third_party/skia/bench/
H A DPathOpsBench.cpp156 PathBuilderBench(MakeType mt, bool reserve) : fMakeType(mt), fUseReserve(reserve) { in PathBuilderBench() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h47 FILLP_UINT8 reserve; member
77 FILLP_UINT8 reserve; member
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c39 unsigned char reserve[2]; member
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c24 unsigned char reserve[2]; member
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h607 ANGLE_INLINE void reserve(size_t newSize) in reserve() function in angle::final
683 ANGLE_INLINE void reserve(size_t newSize) in reserve() function in angle::final
/third_party/skia/src/core/
H A DSkTBlockList.h102 void reserve(int n) { in reserve() function in SkTBlockList
H A DSkWriter32.h59 uint32_t* reserve(size_t size) { in reserve() function in SkWriter32
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h213 void reserve(unsigned N) { in reserve() function in llvm::BitVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFoldingSet.cpp308 void FoldingSetBase::reserve(unsigned EltCount) { in reserve() function in FoldingSetBase
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h723 void reserve(size_type n) { storage_.Reserve(n); } in reserve() function in absl::InlinedVector
/third_party/skia/include/private/
H A DSkTDArray.h160 void setReserve(int reserve) { in setReserve() argument
166 void reserve(size_t n) { in reserve() function in SkTDArray
372 uint32_t reserve = (uint32_t)count + 4; in resizeStorageToAtLeast() local
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h132 void reserve(size_t size) { in reserve() function
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs369 pub fn reserve(&mut self, additional: usize) { in reserve() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs351 pub fn reserve(&mut self, additional: usize) { in reserve() functions
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dexternal_window.h372 int32_t reserve[0]; member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h253 void reserve(size_t count) in reserve() function in unordered_map_base
/foundation/resourceschedule/ffrt/interfaces/kits/c/
H A Dtype_def.h95 uint64_t reserve[2]; member
/third_party/gn/src/base/containers/
H A Dflat_tree.h564 void flat_tree<Key, Value, GetKeyFromValue, KeyCompare>::reserve( in reserve() function in base::internal::flat_tree
/third_party/backends/backend/genesys/
H A Dregister.h139 void reserve(std::size_t size) { registers_.reserve(size); } in reserve() function in genesys::RegisterContainer
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c652 struct nocp_reserve *reserve; in uvc_nocp_continue() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc109 void UnicodeText::Repr::reserve(int new_capacity) { in reserve() function in i18n::phonenumbers::UnicodeText::Repr
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h934 void Vec<T>::reserve(std::size_t new_cap) { in reserve() function in rust::cxxbridge1::Vec

Completed in 21 milliseconds

1234