Searched refs:total_size (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp125 size_t total_size = FormatVersionFieldSize; local
132 total_size += (*subsec_it)->sizeOutput();
134 return total_size;
139 uint64_t total_size = 0; local
144 total_size += FormatVersionFieldSize;
152 total_size += (*subsec_it)->emit(buffer + total_size);
155 return total_size;
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java855 int total_size;
865 total_size = updateInstructionOffsets();
867 mDropLabel.offset = total_size + 1;
868 mPassLabel.offset = total_size;
880 byte[] bytecode = new byte[total_size];
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp758 WORD32 total_size; local
760 total_size = 0;
774 total_size += ps_mem_rec->u4_mem_size;

Completed in 550 milliseconds