Home
last modified time | relevance | path

Searched refs:len_filt (Results 1 – 5 of 5) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-iostat.c559 invl_mag, invl_prec, tabrow_w, borderlen, invl_col_w, numpad = 1, namelen, len_filt, type, in iostat_draw() local
841 len_filt = (int) strlen(filter); in iostat_draw()
845 if (len_filt+11 <= borderlen) { in iostat_draw()
847 if (len_filt+11 <= borderlen) { in iostat_draw()
848 spaces_s = &spaces[len_filt + 10]; in iostat_draw()
859 if (len_filt > max_w) { in iostat_draw()
880 len_filt = (int) strlen(filter); in iostat_draw()
/dports/net/wireshark/wireshark-3.6.1/ui/cli/
H A Dtap-iostat.c559 invl_mag, invl_prec, tabrow_w, borderlen, invl_col_w, numpad = 1, namelen, len_filt, type, in iostat_draw() local
841 len_filt = (int) strlen(filter); in iostat_draw()
845 if (len_filt+11 <= borderlen) { in iostat_draw()
847 if (len_filt+11 <= borderlen) { in iostat_draw()
848 spaces_s = &spaces[len_filt + 10]; in iostat_draw()
859 if (len_filt > max_w) { in iostat_draw()
880 len_filt = (int) strlen(filter); in iostat_draw()
/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-iostat.c559 invl_mag, invl_prec, tabrow_w, borderlen, invl_col_w, numpad = 1, namelen, len_filt, type,
841 len_filt = (int) strlen(filter);
845 if (len_filt+11 <= borderlen) {
847 if (len_filt+11 <= borderlen) {
848 spaces_s = &spaces[len_filt + 10];
859 if (len_filt > max_w) {
880 len_filt = (int) strlen(filter);
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-iostat.c559 invl_mag, invl_prec, tabrow_w, borderlen, invl_col_w, numpad = 1, namelen, len_filt, type, in iostat_draw() local
841 len_filt = (int) strlen(filter); in iostat_draw()
845 if (len_filt+11 <= borderlen) { in iostat_draw()
847 if (len_filt+11 <= borderlen) { in iostat_draw()
848 spaces_s = &spaces[len_filt + 10]; in iostat_draw()
859 if (len_filt > max_w) { in iostat_draw()
880 len_filt = (int) strlen(filter); in iostat_draw()
/dports/math/wavelib/wavelib-f104d084be91cc7e59dc3253bedceb11ece77136/src/
H A Dwavelib.c2173 int i, J, temp_len, iter, M, N, len_filt; in swt_fft() local
2187 len_filt = wt->wave->filtlength; in swt_fft()
2189 low_pass = (double*)malloc(sizeof(double)* M * len_filt); in swt_fft()
2190 high_pass = (double*)malloc(sizeof(double)* M * len_filt); in swt_fft()
2191 sig = (double*)malloc(sizeof(double)* (M * len_filt + temp_len + (temp_len%2))); in swt_fft()
2192 cA = (double*)malloc(sizeof(double)* (2 * M * len_filt + temp_len + (temp_len % 2)) - 1); in swt_fft()
2193 cD = (double*)malloc(sizeof(double)* (2 * M * len_filt + temp_len + (temp_len % 2)) - 1); in swt_fft()
2207 N = M * len_filt; in swt_fft()
2212 N = len_filt; in swt_fft()