Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/InOut/
H A Dcircularbuffer.c71 int itemsread, numelem = ((circular_buffer *)p)->numelem; in csoundReadCircularBuffer() local
78 itemsread = items > remaining ? remaining : items; in csoundReadCircularBuffer()
79 for (i=0; i < itemsread; i++){ in csoundReadCircularBuffer()
93 return itemsread; in csoundReadCircularBuffer()
102 int itemsread, numelem = ((circular_buffer *)p)->numelem; in csoundPeekCircularBuffer() local
109 itemsread = items > remaining ? remaining : items; in csoundPeekCircularBuffer()
110 for(i=0; i < itemsread; i++){ in csoundPeekCircularBuffer()
117 return itemsread; in csoundPeekCircularBuffer()
125 int itemsread, numelem = ((circular_buffer *)p)->numelem; in csoundFlushCircularBuffer() local
131 itemsread = numelem > remaining ? remaining: numelem; in csoundFlushCircularBuffer()
[all …]
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_libsndfile.c83 int itemsread; in libsndfile_stream_get() local
116 itemsread = sf_read_double(context->file, context->tempbuffer, items); in libsndfile_stream_get()
117 for (i=0; i<itemsread; i++) { in libsndfile_stream_get()
121 if (itemsread > 0) { in libsndfile_stream_get()
122 *size = itemsread * 2; in libsndfile_stream_get()
/dports/textproc/catdoc/catdoc-0.95/src/
H A Dxlsparse.c39 int itemsread=1; in do_table() local
42 while (itemsread) { in do_table()
51 itemsread=catdoc_read(rec,4,1,input); in do_table()
52 if (itemsread == 0) in do_table()
82 itemsread=catdoc_read(rec,126,1,input); in do_table()
89 while(itemsread){ in do_table()
92 itemsread = catdoc_read(buffer, 2, 1, input); in do_table()
98 if(itemsread == 0) in do_table()
102 itemsread = catdoc_read(buffer, 2, 1, input); in do_table()
103 if(itemsread == 0) in do_table()
[all …]
H A Dpptparse.c50 int itemsread=1; in do_ppt() local
55 while(itemsread) { in do_ppt()
56 itemsread = catdoc_read(recbuf, 1, 8, input); in do_ppt()
66 if(itemsread < 8) in do_ppt()
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Da_basic.c109 int itemsread = 0; in o_read_buffer() local
316 itemsread = sscanf(line, "v %u %u\n", &release_ver, &fileformat_ver); in o_read_buffer()
318 if (itemsread == 0) { in o_read_buffer()
326 if (release_ver <= VERSION_20030921 || itemsread == 1) { in o_read_buffer()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Da_basic.c287 int itemsread = 0; in o_read_buffer() local
491 itemsread = sscanf(line, "v %u %u\n", &release_ver, &fileformat_ver); in o_read_buffer()
493 if (itemsread == 0) { in o_read_buffer()
501 if (release_ver <= VERSION_20030921 || itemsread == 1) { in o_read_buffer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfsgwriterutil.cpp845 size_t itemsread; in pop() local
846 itemsread = VSIFReadL(&varId, sizeof(int), 1, log); in pop()
847 itemsread &= VSIFReadL(&ntype, sizeof(nc_type), 1, log); in pop()
850 if(!itemsread) in pop()
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfsgwriterutil.cpp845 size_t itemsread; in pop() local
846 itemsread = VSIFReadL(&varId, sizeof(int), 1, log); in pop()
847 itemsread &= VSIFReadL(&ntype, sizeof(nc_type), 1, log); in pop()
850 if(!itemsread) in pop()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfsgwriterutil.cpp845 size_t itemsread; in pop() local
846 itemsread = VSIFReadL(&varId, sizeof(int), 1, log); in pop()
847 itemsread &= VSIFReadL(&ntype, sizeof(nc_type), 1, log); in pop()
850 if(!itemsread) in pop()