Home
last modified time | relevance | path

Searched refs:fft2_totbytes (Results 1 – 4 of 4) sorted by relevance

/dports/comms/linrad/linrad-04.02/
H A Dfft2var.c65 int fft2_totbytes; variable
H A Dfft2def.h19 extern int fft2_totbytes;
H A Dbuf.c420 fft2_totbytes=fft2_blockbytes*max_fft2n; in get_wideband_sizes()
421 fft2_mask=fft2_totbytes-1; in get_wideband_sizes()
H A Drxin.c982 k=(fft2_pa-fft2_pt+fft2_totbytes)&fft2_mask; in finish_rx_read()