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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dlzo.c63 if (ac->n_total > AC_MIN_BYTES
64 && (ac->n_total - ac->n_comp) < (ac->n_total / (100 / AC_SAVE_PCT)))
73 dmsg (D_COMP, "lzo_adaptive_compress_test: comp=%d total=%d", ac->n_comp, ac->n_total);
74 ac->n_total = ac->n_comp = 0;
82 ac->n_total = ac->n_comp = 0;
94 lzo_adaptive_compress_data (struct lzo_adaptive_compress *ac, int n_total, int n_comp) argument
96 ac->n_total += n_total;
H A Dlzo.h146 int n_total; member in struct:lzo_adaptive_compress

Completed in 153 milliseconds