Lines Matching refs:tsize
510 int size, tsize; in inline_struct() local
515 tsize = 0; in inline_struct()
523 tsize += size; in inline_struct()
530 if (sizestr == NULL && tsize < inlinelen) { in inline_struct()
542 tsize, flag, dl, cur); in inline_struct()
544 tsize = 0; in inline_struct()
553 if (sizestr == NULL && tsize < inlinelen) { in inline_struct()
560 expand_inline(indent, sizestr, tsize, flag, dl, cur); in inline_struct()
571 int tsize = 0; in check_inline() local
581 tsize = 0; in check_inline()
588 tsize += size; in check_inline()
589 if (tsize >= inlinelen) in check_inline()