Home
last modified time | relevance | path

Searched defs:reserve (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec.h225 vec_prefix::calculate_allocation (vec_prefix *pfx, unsigned reserve, in calculate_allocation()
276 va_heap::reserve (vec<T, va_heap, vl_embed> *&v, unsigned reserve, bool exact in reserve() function
363 va_gc::reserve (vec<T, A, vl_embed> *&v, unsigned reserve, bool exact in reserve() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec.h225 vec_prefix::calculate_allocation (vec_prefix *pfx, unsigned reserve, in calculate_allocation()
276 va_heap::reserve (vec<T, va_heap, vl_embed> *&v, unsigned reserve, bool exact in reserve() argument
363 va_gc::reserve (vec<T, A, vl_embed> *&v, unsigned reserve, bool exact in reserve() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTUnresolvedSet.h79 void reserve(ASTContext &C, unsigned N) { in reserve() function
105 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); } in reserve() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dstack_test.c53 static int test_int_stack(int reserve) in test_int_stack()
174 static int test_uchar_stack(int reserve) in test_uchar_stack()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dstack_test.c53 static int test_int_stack(int reserve) in test_int_stack()
174 static int test_uchar_stack(int reserve) in test_uchar_stack()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIndexedMap.h55 void reserve(typename StorageT::size_type s) { in reserve() function
H A DPackedVector.h111 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } in reserve() function
H A DMapVector.h64 void reserve(size_type NumEntries) { in reserve() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu_v11_0_pptable.h108 …uint8_t reserve[3]; //Zero filled field reserved for future … member
134 …uint8_t reserve[3]; //Zero filled field reserved for future … member
159 uint16_t reserve[6]; //Zero filled field reserved for future use member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h81 void reserve(size_t Size) { in reserve() function
/netbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs_data.h52 int reserve; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.h56 void reserve(size_t Requested) { in reserve() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.h79 void reserve(d_size_t nentries) in reserve() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d131 size_t reserve(size_t size) nothrow in reserve() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
H A Dgc.d141 size_t reserve(size_t size) nothrow in reserve() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Darray.h68 void reserve(d_size_t nentries) in reserve() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/
H A Dgc.d156 size_t reserve(size_t size) nothrow in reserve() function
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dstringpool.h115 reserve(unsigned int n) in reserve() function
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_encoder.c221 uint32_t reserve = lz_options->dict_size / 2; in lz_encoder_prepare() local
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dstringpool.h115 reserve(unsigned int n) in reserve() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/
H A Dcustom_gc.d106 size_t reserve(size_t size) nothrow in reserve() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Doutbuffer.d53 void reserve(size_t nbytes) @trusted in reserve() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Doutbuffer.d54 void reserve(size_t nbytes) @trusted in reserve() function
/netbsd-src/external/mit/isl/dist/
H A Disl_hash.c161 const void *val, int reserve) in isl_hash_table_find()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h188 void reserve(BumpVectorContext &C, unsigned N) { in reserve() function

1234