Home
last modified time | relevance | path

Searched refs:edf_blockwrite_physical_samples (Results 1 – 10 of 10) sorted by relevance

/dports/misc/edflib/edflib_120/
H A Dedflib.h503 int edf_blockwrite_physical_samples(int handle, double *buf);
H A Dedflib.c4834 int edf_blockwrite_physical_samples(int handle, double *buf) in edf_blockwrite_physical_samples() function
/dports/misc/py-pyEDFlib/pyEDFlib-0.1.23/pyedflib/_extensions/c/
H A Dedflib.h559 int edf_blockwrite_physical_samples(int handle, double *buf);
H A Dedflib.c4975 int edf_blockwrite_physical_samples(int handle, double *buf) in edf_blockwrite_physical_samples() function
/dports/misc/py-pyEDFlib/pyEDFlib-0.1.23/pyedflib/_extensions/
H A Dc_edf.pxd21 int edf_blockwrite_physical_samples(int, double *)
H A D_pyedflib.pyx489 return c_edf.edf_blockwrite_physical_samples(handle, <double*>buf.data)
H A D_pyedflib.c10515 __pyx_r = edf_blockwrite_physical_samples(__pyx_v_handle, ((double *)__pyx_v_buf->data)); in __pyx_f_8pyedflib_11_extensions_9_pyedflib_blockwrite_physical_samples()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/
H A Dbiosig.h608 int edf_blockwrite_physical_samples(int handle, double *buf);
H A Dbiosig2.c1495 int edf_blockwrite_physical_samples(int handle, double *buf) { in edf_blockwrite_physical_samples() function
/dports/misc/edflib/edflib_120/unittest/
H A Dunittest.c348 if(edf_blockwrite_physical_samples(hdl, dbuf)) JUMP_TO_EXIT_ERROR_PROC in main()
599 if(edf_blockwrite_physical_samples(hdl, dbuf)) JUMP_TO_EXIT_ERROR_PROC in main()