HomeSort by relevance Sort by last modified time
    Searched full:alloc_ (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /external/chromium/net/disk_cache/
bitmap.cc 46 alloc_(true) {
60 alloc_(false) {
64 if (alloc_)
69 DCHECK(alloc_ || !map_);
80 if (alloc_)
83 alloc_ = true;
bitmap.h 16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {}
129 bool alloc_; // Whether or not we allocated the memory. member in class:disk_cache::Bitmap
  /external/v8/src/
ast.cc 795 HeapStringAllocator alloc_; member in class:v8::internal::RegExpUnparser
800 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) {
    [all...]
jsregexp.cc 3261 HeapStringAllocator alloc_; member in class:v8::internal::DotPrinter
    [all...]
  /external/bison/
maint.mk 533 #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup)
536 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
539 # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 207 milliseconds