Searched refs:textsize (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | size.c | 514 GElf_Off textsize = 0; in show_bsd() local 535 textsize += shdr->sh_size; in show_bsd() 544 ddigits - 2, textsize, in show_bsd() 547 ddigits - 2, textsize + datasize + bsssize, in show_bsd() 548 xdigits - 2, textsize + datasize + bsssize, in show_bsd() 554 total_textsize += textsize; in show_bsd()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 5030 size_t i, textsize = strlen(textstring); in addChunk_zTXt() local 5040 (unsigned char*)textstring, textsize, zlibsettings); in addChunk_zTXt() 5057 size_t i, textsize = strlen(textstring); in addChunk_iTXt() local 5076 (unsigned char*)textstring, textsize, zlibsettings); in addChunk_iTXt()
|