Home
last modified time | relevance | path

Searched refs:tempbuf_size (Results 1 – 14 of 14) sorted by relevance

/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dputget.c1315 int32 tempbuf_size; /* size to allocate buffer tBuf */ in hdf_xdr_NCvdata() local
1346 tempbuf_size = fill_count * vp->szof; in hdf_xdr_NCvdata()
1347 alloc_status = SDIresizebuf((void **)&tBuf,&tBuf_size, tempbuf_size); in hdf_xdr_NCvdata()
1366 NC_arrayfill(tBuf, tempbuf_size, vp->type); in hdf_xdr_NCvdata()
1599 int32 tempbuf_size; /* num of bytes to allocate buffer tBuf */ in hdf_xdr_NCvdata() local
1631 tempbuf_size = fill_count * vp->szof; in hdf_xdr_NCvdata()
1632 alloc_status = SDIresizebuf((void **)&tBuf,&tBuf_size, tempbuf_size); in hdf_xdr_NCvdata()
1650 NC_arrayfill(tBuf, tempbuf_size, vp->type); in hdf_xdr_NCvdata()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dlib-wia.c161 wd_print_size_1024(0,0,tempbuf_size,0), in AllocBufferWIA()
469 if ( file_data_size > 2 * tempbuf_size ) in read_data()
477 u32 dest_size = have_except ? tempbuf_size : inbuf_size; in read_data()
695 u8 * hashtab0 = tempbuf + tempbuf_size - WII_GROUP_HASH_SIZE * wia->chunk_groups; in read_part_gdata()
705 DASSERT( hashtab + WII_GROUP_HASH_SIZE <= tempbuf + tempbuf_size ); in read_part_gdata()
741 DASSERT( hashtab == tempbuf + tempbuf_size ); in read_part_gdata()
1086 DASSERT( fhead->disc_size <= tempbuf_size ); in SetupReadWIA()
1087 DASSERT( sizeof(wia_disc_t) <= tempbuf_size ); in SetupReadWIA()
1114 if ( load_part_size > tempbuf_size ) in SetupReadWIA()
1456 = calc_segments( seg1, tempbuf + tempbuf_size, in write_data()
[all …]
H A Dlib-std.c128 size_t tempbuf_size = 0; // size of 'tempbuf' variable
5468 if ( tempbuf_size < needed_size ) in AllocTempBuffer()
5471 tempbuf_size, needed_size, in AllocTempBuffer()
5472 wd_print_size_1024(0,0,tempbuf_size,false), in AllocTempBuffer()
5474 tempbuf_size = needed_size; in AllocTempBuffer()
5478 return tempbuf_size; in AllocTempBuffer()
H A Dlib-std.h1833 extern size_t tempbuf_size; // size of 'tempbuf'
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/coda/
H A Dcoda.h66 size_t tempbuf_size; member
H A Dcoda-common.c3056 .tempbuf_size = 304 * 1024,
3071 .tempbuf_size = 304 * 1024,
3086 .tempbuf_size = 204 * 1024,
3101 .tempbuf_size = 204 * 1024,
3218 if (dev->devtype->tempbuf_size) { in coda_probe()
3220 dev->devtype->tempbuf_size, "tempbuf", in coda_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/coda/
H A Dcoda.h66 size_t tempbuf_size; member
H A Dcoda-common.c3056 .tempbuf_size = 304 * 1024,
3071 .tempbuf_size = 304 * 1024,
3086 .tempbuf_size = 204 * 1024,
3101 .tempbuf_size = 204 * 1024,
3218 if (dev->devtype->tempbuf_size) { in coda_probe()
3220 dev->devtype->tempbuf_size, "tempbuf", in coda_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/coda/
H A Dcoda.h66 size_t tempbuf_size; member
H A Dcoda-common.c3056 .tempbuf_size = 304 * 1024,
3071 .tempbuf_size = 304 * 1024,
3086 .tempbuf_size = 204 * 1024,
3101 .tempbuf_size = 204 * 1024,
3218 if (dev->devtype->tempbuf_size) { in coda_probe()
3220 dev->devtype->tempbuf_size, "tempbuf", in coda_probe()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dstreamer.c2426 int tempbuf_size = inputsize/inputsamplesize * dspsamplesize * MAX_DSP_RATIO; in streamer_read_async() local
2427 char *tempbuf = ensure_dsp_temp_buffer (tempbuf_size); in streamer_read_async()
2434 int maxframes = tempbuf_size / dspsamplesize; in streamer_read_async()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A DChangeLog-20064594 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-20064591 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A DChangeLog-20064594 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.