Searched refs:tot_csize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dlist.c113 zusz_t csiz, tot_csize=0L, tot_ucsize=0L; local
413 tot_csize += csiz;
443 if ((cfactor = ratio(tot_ucsize, tot_csize)) < 0) {
456 G.lpUserFunctions->TotalSizeComp = tot_csize;
468 FmZofft(tot_ucsize, "8", "u"), FmZofft(tot_csize, "8", "u"),
H A Dzipinfo.c711 zusz_t tot_csize=0L, tot_ucsize=0L; local
879 tot_csize += G.crec.csize;
882 tot_csize -= 12; /* don't count encryption header */
913 int cfactor = ratio(tot_ucsize, tot_csize);
922 FmZofft(tot_csize, NULL, "u"),

Completed in 150 milliseconds