Home
last modified time | relevance | path

Searched refs:size_only (Results 1 – 2 of 2) sorted by relevance

/external/zopfli/src/zopfli/
Ddeflate.c128 int size_only = !out; in EncodeTree() local
157 if (!size_only) { in EncodeTree()
168 if (!size_only) { in EncodeTree()
182 if (!size_only) { in EncodeTree()
188 if (!size_only) { in EncodeTree()
200 if (!size_only) { in EncodeTree()
209 if (!size_only) ZopfliLengthsToSymbols(clcl, 19, 7, clsymbols); in EncodeTree()
215 if (!size_only) { in EncodeTree()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3343 static void decl_initializer(CType *type, Section *sec, unsigned long c, int first, int size_only);
8967 Sym **cur_field, int size_only, int al)
9041 if (!size_only && c - corig > al)
9043 decl_initializer(type, sec, c, 0, size_only);
9046 if (!size_only && nb_elems > 1) {
9264 int first, int size_only)
9281 !size_only) {
9331 if (!size_only) {
9357 if (!size_only) {
9371 len = decl_designator(type, sec, c, &f, size_only, len);
[all …]