Home
last modified time | relevance | path

Searched defs:reserve (Results 1 - 25 of 115) sorted by relevance

12345

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_bitmap.c118 int _mali_osk_bitmap_init(struct _mali_osk_bitmap *bitmap, u32 num, u32 reserve) in _mali_osk_bitmap_init() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_bitmap.c117 int _mali_osk_bitmap_init(struct _mali_osk_bitmap *bitmap, u32 num, u32 reserve) in _mali_osk_bitmap_init() argument
/third_party/libunwind/libunwind/include/
H A Dmempool.h66 unsigned int reserve; /* minimum (desired) size of the free-list */ member
/third_party/skia/src/codec/
H A DSkWebpCodec.h85 void reserve(int size) { in reserve() function in final::FrameHolder
H A DSkHeifCodec.h127 void reserve(int size) { in reserve() function in SkHeifCodec::FrameHolder
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_vector.h101 void reserve(Index size) { in reserve() function in ityp::vector
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) in reserve() function in TiXmlString
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIndexedMap.h55 void reserve(typename StorageT::size_type s) { in reserve() function in llvm::IndexedMap
H A DPackedVector.h111 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } in reserve() function in llvm::PackedVector
H A DMapVector.h64 void reserve(size_type NumEntries) { in reserve() function in llvm::MapVector
/third_party/skia/modules/skplaintexteditor/include/
H A Dstringslice.h35 void reserve(std::size_t size) { if (size > fCapacity) { this->realloc(size); } } in reserve() function in SkPlainTextEditor::StringSlice
/third_party/libunwind/libunwind/src/mi/
H A Dmempool.c110 mempool_init (struct mempool *pool, size_t obj_size, size_t reserve) in mempool_init() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator.cpp99 void HandleAllocator::reserve(GLuint handle) in reserve() function in gl::HandleAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dresize_uninitialized_test.cc33 void reserve(size_t) {} in reserve() function
49 void reserve(size_t) {} in reserve() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dload_partition_table.h64 hi_u32 reserve : 8; /* Reserved. CNcomment:保留区CNend */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_partition_table.h59 hi_u32 reserve : 8; /**< Reserved. CNcomment:保留区CNend */ member
H A Dhi_lowpower.h107 hi_u16 reserve; /**< reserve.CNcomment:预留。CNend */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnetbuf.h73 u16_t reserve; /* padded */ member
/third_party/json/tests/src/
H A Dunit-convenience.cpp26 void reserve(std::size_t s) in reserve() function
68 void reserve(std::size_t s) in reserve() function
/third_party/openssl/test/
H A Dstack_test.c53 static int test_int_stack(int reserve) in test_int_stack() argument
174 static int test_uchar_stack(int reserve) in test_uchar_stack() argument
/third_party/skia/src/core/
H A DSkTDPQueue.h33 SkTDPQueue(int reserve) { fArray.setReserve(reserve); } in SkTDPQueue() argument
/third_party/node/src/
H A Daliased_buffer-inl.h180 void AliasedBufferBase<NativeT, V8T>::reserve(size_t new_capacity) { in reserve() function in node::AliasedBufferBase
/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/bench/
H A DPathOpsBench.cpp156 PathBuilderBench(MakeType mt, bool reserve) : fMakeType(mt), fUseReserve(reserve) { in PathBuilderBench() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
H A Dhi_nvm.h49 hi_u8 reserve[2]; /* Reserved 2 bytes */ member
68 hi_u8 reserve; member

Completed in 15 milliseconds

12345