Searched defs:wscale (Results 1 - 2 of 2) sorted by path

/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_SYNPROXY.h12 __u8 wscale; member in struct:xt_synproxy_info
/external/srec/srec/cfront/
H A Dspec_anl.c415 In general, 0.7 < wscale < 1.4, and xstart <= 1
422 float x1, y1, b, c, wscale; local
429 wscale = freqobj->warp_scale;
433 if (wscale < MIN_WARP_SCALE || wscale > MAX_WARP_SCALE)
442 y1 = x1 < wscale ? (float)x1 / wscale : (float)1.0;
452 float x = i > nsE ? b * i + c : wscale * i;

Completed in 256 milliseconds