HomeSort by relevance Sort by last modified time
    Searched refs:num_ (Results 1 - 8 of 8) sorted by null

  /art/compiler/dwarf/
register.h 26 explicit Reg(int reg_num) : num_(reg_num) { }
27 int num() const { return num_; }
53 int num_; member in class:art::dwarf::Reg
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.h 73 scr->num_##name++; \
81 scr->num_##name--; \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 239 unsigned num_; member in struct:vec_prefix
453 nelems += v->vecpfx_.num_;
460 v->vecpfx_.num_ = oldvec->length ();
554 unsigned length (void) const { return vecpfx_.num_; }
555 bool is_empty (void) const { return vecpfx_.num_ == 0; }
807 gcc_checking_assert (ix < vecpfx_.num_);
815 gcc_checking_assert (ix < vecpfx_.num_);
826 gcc_checking_assert (vecpfx_.num_ > 0);
827 return (*this)[vecpfx_.num_ - 1];
841 return vecpfx_.alloc_ - vecpfx_.num_ >= nelems
    [all...]
  /external/freetype/src/cff/
cffparse.c 735 FT_FIELD_OFFSET( num_ ## name ) \
779 FT_FIELD_OFFSET( num_ ## name ), \
871 clazz[i].count_offset = FT_FIELD_OFFSET( num_ ## name_ ); \
920 clazz[i].count_offset = FT_FIELD_OFFSET( num_ ## name_ ); \
  /external/pdfium/third_party/freetype/src/cff/
cffparse.c 715 FT_FIELD_OFFSET( num_ ## name ) \
759 FT_FIELD_OFFSET( num_ ## name ), \
851 clazz[i].count_offset = FT_FIELD_OFFSET( num_ ## name_ ); \
900 clazz[i].count_offset = FT_FIELD_OFFSET( num_ ## name_ ); \
  /external/boringssl/src/crypto/bio/
pair.c 505 static int bio_write(BIO *bio, const char *buf, int num_) {
506 size_t num = num_;
  /external/freetype/include/internal/
psaux.h 274 FT_FIELD_OFFSET( num_ ## _fname ), \
    [all...]
  /external/pdfium/third_party/freetype/include/internal/
psaux.h 274 FT_FIELD_OFFSET( num_ ## _fname ), \
    [all...]

Completed in 373 milliseconds