Home
last modified time | relevance | path

Searched refs:bufctr (Results 1 – 2 of 2) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dchunk.c1683 int bufctr; in chunk_new_with_ramp() local
1704 bufctr = BUF_LENGTH / channels; in chunk_new_with_ramp()
1705 if ((length-ctr) < (off_t)bufctr) bufctr = (guint)(length-ctr); in chunk_new_with_ramp()
1706 for (i=0; i<bufctr*channels; i+=channels,ctr++) in chunk_new_with_ramp()
1710 if (tempfile_write(tf,sbuf,bufctr*channels*sizeof(sample_t)) || in chunk_new_with_ramp()
1711 status_bar_progress(bar,bufctr)) { in chunk_new_with_ramp()
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A DAV400WSim.cxx680 char *bufctr = buf; in buffer_to_string() local
683 message.push_back( *bufctr++ ); in buffer_to_string()