Home
last modified time | relevance | path

Searched refs:old_total_size (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Drepeated_field.cc69 const int old_total_size = total_size_; in InternalExtend() local
82 old_total_size * sizeof(rep_->elements[0]) + kRepHeaderSize; in InternalExtend()
Drepeated_field.h1423 int old_total_size = total_size_;
1445 InternalDeallocate(old_rep, old_total_size);
/external/freetype/builds/mac/
Dftmac.c973 FT_ULong old_total_size = 0; in read_lwfn() local
1006 if ( total_size < old_total_size ) in read_lwfn()
1012 old_total_size = total_size; in read_lwfn()
/external/freetype/src/base/
Dftmac.c593 FT_ULong old_total_size = 0; in read_lwfn() local
632 old_total_size = total_size; in read_lwfn()