/third_party/libsnd/src/ |
H A D | ogg_opus.c | 246 int buffersize ; member 634 ** buffersize is expressed in samples/channel, as that is what opus_decode in ogg_opus_setup_decoder() 641 oopus->buffersize = 20 * psf->sf.samplerate / 1000 ; in ogg_opus_setup_decoder() 642 oopus->buffer = malloc (sizeof (float) * psf->sf.channels * oopus->buffersize) ; in ogg_opus_setup_decoder() 749 oopus->buffersize = (1275 * 3 + 7) * oopus->header.nb_streams ; in ogg_opus_setup_encoder() 750 odata->opacket.packet = malloc (oopus->buffersize) ; in ogg_opus_setup_encoder() 912 len, odata->opacket.packet, oopus->buffersize) ; in ogg_opus_flush() 1004 ppkt->packet, ppkt->bytes, oopus->buffer, oopus->buffersize, 0) ; in ogg_opus_read_refill() 1009 nsamp, oopus->buffersize) ; in ogg_opus_read_refill() 1014 oopus->buffersize in ogg_opus_read_refill() [all...] |
/third_party/curl/lib/ |
H A D | socks.h | 36 * blocks until all bytes amount of buffersize will be read. No more, no less. 43 ssize_t buffersize,
|
H A D | sendf.h | 177 char *buf, size_t buffersize,
|
H A D | socks.c | 97 * blocks until all bytes amount of buffersize will be read. No more, no less. 104 ssize_t buffersize, /* max amount to read */ in Curl_blockread_all() 126 nread = Curl_conn_cf_recv(cf->next, data, buf, buffersize, &err); in Curl_blockread_all() 136 if(buffersize == nread) { in Curl_blockread_all() 147 buffersize -= nread; in Curl_blockread_all() 101 Curl_blockread_all(struct Curl_cfilter *cf, struct Curl_easy *data, char *buf, ssize_t buffersize, ssize_t *n) Curl_blockread_all() argument
|
H A D | transfer.c | 164 size_t buffersize = bytes; in Curl_fillreadbuffer() local 213 buffersize -= (8 + 2 + 2); /* 32bit hex + CRLF + CRLF */ in Curl_fillreadbuffer() 237 nread = readfunc(data->req.upload_fromhere, 1, buffersize, extra_data); in Curl_fillreadbuffer() 271 else if(nread > buffersize) { in Curl_fillreadbuffer()
|
/third_party/backends/backend/ |
H A D | hp5400.h | 88 int buffersize; /* Size of the buffer */ member
|
H A D | umax-usb.c | 307 SANEI_SCSI_Sense_Handler handler, void *handler_arg, int *buffersize) in sanei_umaxusb_open_extended() 309 (void) buffersize; in sanei_umaxusb_open_extended() 306 sanei_umaxusb_open_extended(const char *dev, int *fdp, SANEI_SCSI_Sense_Handler handler, void *handler_arg, int *buffersize) sanei_umaxusb_open_extended() argument
|
H A D | hp5400_internal.c | 487 p->buffersize = max (BUFFER_SIZE, 3 * blksize); in CircBufferInit() 495 p->buffer = malloc (p->buffersize); in CircBufferInit() 560 if (p->bufstart + maxoff >= p->buffersize + p->blksize) in CircBufferGetLine() 568 memcpy (p->buffer, tmpBuf, p->buffersize); in CircBufferGetLine() 569 p->buffersize = newsize; in CircBufferGetLine() 583 assert ((p->bufend + p->blksize) <= p->buffersize); in CircBufferGetLine()
|
H A D | hp3900_rts8822.c | 4732 SANE_Int table_size, buffersize, c; in Gamma_Apply() local 4767 buffersize = table_size * channels; in Gamma_Apply() 4768 gammabuffer = (SANE_Byte *) malloc (buffersize * sizeof (SANE_Byte)); in Gamma_Apply() 4783 rst = Gamma_SendTables (dev, Regs, gammabuffer, buffersize); in Gamma_Apply() 4801 SANE_Int buffersize, xpos, ypos, coord, cnt, chn_size, dist, rst; in Refs_Analyze_Pattern() local 4813 buffersize = max (scancfg->coord.width, scancfg->coord.height); in Refs_Analyze_Pattern() 4815 color_sum = (double *) malloc (sizeof (double) * buffersize); in Refs_Analyze_Pattern() 4818 color_dif = (double *) malloc (sizeof (double) * buffersize); in Refs_Analyze_Pattern() 4827 memset (color_sum, 0, sizeof (double) * buffersize); in Refs_Analyze_Pattern() 4828 memset (color_dif, 0, sizeof (double) * buffersize); in Refs_Analyze_Pattern() [all...] |
H A D | umax.c | 1392 SANEI_SCSI_Sense_Handler handler, void *handler_arg, int *buffersize) in umax_scsi_open_extended() 1397 return sanei_scsi_open_extended(devicename, &dev->sfd, handler, handler_arg, buffersize); in umax_scsi_open_extended() 1402 return sanei_umaxusb_open_extended(devicename, &dev->sfd, handler, handler_arg, buffersize); in umax_scsi_open_extended() 1391 umax_scsi_open_extended(const char *devicename, Umax_Device *dev, SANEI_SCSI_Sense_Handler handler, void *handler_arg, int *buffersize) umax_scsi_open_extended() argument
|
H A D | avision.c | 2455 void *sense_arg, int *buffersize) in avision_open_extended() 2459 sense_handler, sense_arg, buffersize); in avision_open_extended() 2452 avision_open_extended(const char* device_name, Avision_Connection* av_con, SANEI_SCSI_Sense_Handler sense_handler, void *sense_arg, int *buffersize) avision_open_extended() argument
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 412 size_t buffersize; member 806 int buffersize = SCSIBUFFERSIZE, i; in get_max_buffer_size() local 824 buffersize = i; in get_max_buffer_size() 827 ioctl (fd, SG_SET_RESERVED_SIZE, &buffersize); in get_max_buffer_size() 828 if (0 == ioctl (fd, SG_GET_RESERVED_SIZE, &buffersize)) in get_max_buffer_size() 830 if (buffersize < sanei_scsi_max_request_size) in get_max_buffer_size() 831 sanei_scsi_max_request_size = buffersize; in get_max_buffer_size() 849 sanei_scsi_max_request_size = buffersize < SG_BIG_BUFF ? in get_max_buffer_size() 850 buffersize : SG_BIG_BUFF; in get_max_buffer_size() 862 void *handler_arg, int *buffersize) in sanei_scsi_open_extended() 860 sanei_scsi_open_extended(const char *dev, int *fdp, SANEI_SCSI_Sense_Handler handler, void *handler_arg, int *buffersize) sanei_scsi_open_extended() argument 1550 sanei_scsi_open_extended(const char *dev, int *fdp, SANEI_SCSI_Sense_Handler handler, void *handler_arg, int *buffersize) sanei_scsi_open_extended() argument [all...] |
/third_party/backends/include/sane/ |
H A D | sanei_scsi.h | 128 * given by *buffersize upon entry to this function. If 129 * sanei_scsi_open_extended returns successfully, *buffersize contains the 134 * Note that the value of *buffersize may differ for different files. 140 * @param buffersize size of the SCAI request buffer (in bytes) 154 void *sense_arg, int *buffersize);
|
/third_party/backends/testsuite/sanei/ |
H A D | sanei_config_test.c | 453 SANE_Word buffersize = -1; in umax_pp() local 472 values[i] = &buffersize; in umax_pp() 572 assert (buffersize == 1048576); in umax_pp()
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 1244 Py_ssize_t buffersize; in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl() local 1260 buffersize = PyBytes_Size(buffer); in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl() 1261 if (buffersize == -1) { in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl() 1265 if (buffersize > MAXDECPENDING) { in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl() 1274 self->pendingsize = buffersize; in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
|
/third_party/curl/lib/vtls/ |
H A D | mbedtls.c | 989 char *buf, size_t buffersize, 1002 buffersize); 988 mbed_recv(struct Curl_cfilter *cf, struct Curl_easy *data, char *buf, size_t buffersize, CURLcode *curlcode) global() argument
|
H A D | gtls.c | 1549 size_t buffersize, in gtls_recv() 1560 ret = gnutls_record_recv(backend->gtls.session, buf, buffersize); in gtls_recv() 1546 gtls_recv(struct Curl_cfilter *cf, struct Curl_easy *data, char *buf, size_t buffersize, CURLcode *curlcode) gtls_recv() argument
|
H A D | openssl.c | 4652 size_t buffersize, /* max amount to read */ in ossl_recv() 4669 buffsize = (buffersize > (size_t)INT_MAX) ? INT_MAX : (int)buffersize; in ossl_recv() 4649 ossl_recv(struct Curl_cfilter *cf, struct Curl_easy *data, char *buf, size_t buffersize, CURLcode *curlcode) ossl_recv() argument
|
H A D | sectransp.c | 3379 size_t buffersize, 3393 err = SSLRead(backend->ssl_ctx, buf, buffersize, &processed); 3376 sectransp_recv(struct Curl_cfilter *cf, struct Curl_easy *data, char *buf, size_t buffersize, CURLcode *curlcode) global() argument
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 172 snd_pcm_uframes_t buffersize; in setparams_bufsize() local 217 snd_pcm_hw_params_get_buffer_size(params, &buffersize); in setparams_bufsize() 218 if (periodsize * 2 > buffersize) in setparams_bufsize() 221 lhandle->buffer_size = buffersize; in setparams_bufsize()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5680 buffersize: ::c_int, in proc_listpids() 5682 pub fn proc_listallpids(buffer: *mut ::c_void, buffersize: ::c_int) -> ::c_int; in proc_listallpids() 5686 buffersize: ::c_int, in proc_listpgrppids() 5688 pub fn proc_listchildpids(ppid: ::pid_t, buffer: *mut ::c_void, buffersize: ::c_int) in proc_listchildpids() 5695 buffersize: ::c_int, in proc_pidinfo() 5702 buffersize: ::c_int, in proc_pidfdinfo() 5709 buffersize: ::c_int, in proc_pidfileportinfo() 5711 pub fn proc_pidpath(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int; in proc_pidpath() 5712 pub fn proc_name(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int; in proc_name() 5717 buffersize in proc_regionfilename() [all...] |
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 593 attr_list_path(pathname_t * name, char *buffer, const int buffersize, int flags, in attr_list_path() argument 600 rval = attr_list(name->path, buffer, buffersize, flags, cursor); in attr_list_path() 605 rval = attr_list_path(&newname, buffer, buffersize, flags, in attr_list_path()
|