Searched refs:textsize (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo_mchw.ch | 53 lzo_uint textsize; /* text size counter */ 126 c->textsize = c->codesize = c->printcount = 0; 156 c->textsize += this_len - skip + 1; 161 c->textsize += this_len - skip; 212 if (c->cb && c->cb->nprogress && c->textsize > c->printcount) 214 (*c->cb->nprogress)(c->cb, c->textsize, c->codesize, 0);
|
D | lzo1x_9x.c | 771 assert(c->textsize == in_len); in lzo1x_999_compress_internal() 776 (*c->cb->nprogress)(c->cb, c->textsize, c->codesize, 0); in lzo1x_999_compress_internal() 780 (long) c->textsize, (long) in_len, (long) c->codesize, in lzo1x_999_compress_internal()
|
/external/elfutils/src/ |
D | size.c | 529 GElf_Off textsize = 0; in show_bsd() local 550 textsize += shdr->sh_size; in show_bsd() 559 ddigits - 2, textsize, in show_bsd() 562 ddigits - 2, textsize + datasize + bsssize, in show_bsd() 563 xdigits - 2, textsize + datasize + bsssize, in show_bsd() 569 total_textsize += textsize; in show_bsd()
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 184 unsigned int textsize; /* text size counter */ member 727 c->textsize = c->codesize = c->printcount = 0; in init_match() 752 c->textsize += this_len - skip + 1; in find_match() 757 c->textsize += this_len - skip; in find_match() 1217 assert(c->textsize == in_len); in ucl_nrv2b_99_compress() 1223 (long) c->textsize, (long) in_len, (long) c->codesize, in ucl_nrv2b_99_compress()
|
/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()
|