Searched refs:size_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dvec.h602 (VEC(T,base) *vec_, unsigned size_ VEC_CHECK_DECL) \
604 VEC_ASSERT (vec_ ? vec_->num >= size_ : !size_, "truncate", T, base); \
606 vec_->num = size_; \
764 (VEC(T,A) **vec_, int size_ VEC_CHECK_DECL MEM_STAT_DECL) \
766 VEC_ASSERT (size_ >= 0 \
767 && VEC_OP(T,base,length) VEC_BASE(*vec_) <= (unsigned)size_, \
770 size_ - (int)(*vec_ ? VEC_BASE(*vec_)->num : 0) \
772 VEC_BASE (*vec_)->num = size_; \
884 (VEC(T,base) *vec_, unsigned size_ VEC_CHECK_DEC
[all...]
H A Dsbitmap.h144 unsigned int size_ = (SBITMAP)->size; \
147 for (word_num_ = size_; word_num_ > 0; word_num_--) \
H A Ddefaults.h224 HOST_WIDE_INT size_ = (SIZE); \
227 fprintf (STREAM, ", " HOST_WIDE_INT_PRINT_DEC "\n", size_); \
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c182 static int bio_read(BIO *bio, char *buf, int size_) argument
184 size_t size = size_;
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcgen.h1313 void (*set_fields_bitsize) (CGEN_FIELDS *fields_, int size_);

Completed in 115 milliseconds