Home
last modified time | relevance | path

Searched refs:CIRCULAR_BUFFER_SIZE (Results 1 – 9 of 9) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dgmath.cpp49 drift[GUIDE_RA] = new double[CIRCULAR_BUFFER_SIZE]; in cgmath()
51 memset(drift[GUIDE_RA], 0, sizeof(double) * CIRCULAR_BUFFER_SIZE); in cgmath()
52 memset(drift[GUIDE_DEC], 0, sizeof(double) * CIRCULAR_BUFFER_SIZE); in cgmath()
156 memset(drift[GUIDE_RA], 0, sizeof(double) * CIRCULAR_BUFFER_SIZE); in reset()
157 memset(drift[GUIDE_DEC], 0, sizeof(double) * CIRCULAR_BUFFER_SIZE); in reset()
181 if (driftUpto[GUIDE_RA] >= CIRCULAR_BUFFER_SIZE) in updateCircularBuffers()
183 if (driftUpto[GUIDE_DEC] >= CIRCULAR_BUFFER_SIZE) in updateCircularBuffers()
195 memset(drift[GUIDE_RA], 0, sizeof(double) * CIRCULAR_BUFFER_SIZE); in start()
196 memset(drift[GUIDE_DEC], 0, sizeof(double) * CIRCULAR_BUFFER_SIZE); in start()
309 for (int i = 0; i < CIRCULAR_BUFFER_SIZE; ++i) in calculatePulses()
[all …]
H A Dgmath.h194 static constexpr int CIRCULAR_BUFFER_SIZE = 50; variable
/dports/lang/ptoc/ptoc/
H A Dpaslib.c37 #define CIRCULAR_BUFFER_SIZE 4096 macro
41 static char buffer[CIRCULAR_BUFFER_SIZE]; in lpsz()
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dtlstest.c28 #define CIRCULAR_BUFFER_SIZE 512 macro
30 unsigned char client_buffer[CIRCULAR_BUFFER_SIZE];
33 unsigned char server_buffer[CIRCULAR_BUFFER_SIZE];
/dports/security/libressl/libressl-3.4.3/tests/
H A Dtlstest.c28 #define CIRCULAR_BUFFER_SIZE 512 macro
30 unsigned char client_buffer[CIRCULAR_BUFFER_SIZE];
33 unsigned char server_buffer[CIRCULAR_BUFFER_SIZE];
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dtlstest.c28 #define CIRCULAR_BUFFER_SIZE 512 macro
30 unsigned char client_buffer[CIRCULAR_BUFFER_SIZE];
33 unsigned char server_buffer[CIRCULAR_BUFFER_SIZE];
/dports/net/freerdp/freerdp-2.5.0/channels/rdpsnd/client/ios/
H A Drdpsnd_ios.c37 #define CIRCULAR_BUFFER_SIZE (INPUT_BUFFER_SIZE * 4) macro
226 const BOOL ok = TPCircularBufferInit(&p->buffer, CIRCULAR_BUFFER_SIZE); in rdpsnd_ios_open()
/dports/astro/phd2/phd2-2.6.10/contributions/MPI_IS_gaussian_process/src/
H A Dgaussian_process_guider.cpp53 #define CIRCULAR_BUFFER_SIZE 8192 // for the raw data storage macro
72 circular_buffer_data_(CIRCULAR_BUFFER_SIZE), in GaussianProcessGuider()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/
H A Dgaussian_process_guider.cpp31 #define CIRCULAR_BUFFER_SIZE 8192 // for the raw data storage macro
50 circular_buffer_data_(CIRCULAR_BUFFER_SIZE), in GaussianProcessGuider()