Home
last modified time | relevance | path

Searched refs:WRITE_BUF_SIZE (Results 1 – 25 of 38) sorted by relevance

12

/dports/biology/velvet/velvet_1.2.10/src/
H A DbinarySequences.c50 #define WRITE_BUF_SIZE (1<<WRITE_BUF_SHFT) macro
51 #define WRITE_BUF_MASK (WRITE_BUF_SIZE-1)
350 seqWriteInfo->m_pHostBufPtrMax = seqWriteInfo->m_pHostBufPtr + WRITE_BUF_SIZE; in cnySeqHostBufferFull()
356 seqWriteInfo->m_pHostBufPtrMax = seqWriteInfo->m_pHostBufPtr + WRITE_BUF_SIZE; in cnySeqHostBufferFull()
372 seqWriteInfo->m_pHostBufPtrMax = seqWriteInfo->m_pHostBufPtr + WRITE_BUF_SIZE; in cnySeqHostBufferFull()
388 if (bufIdx + 4 > 2 * WRITE_BUF_SIZE) { in moveCnySeqNucleotides()
393 if (bufIdx + 4 >= WRITE_BUF_SIZE) { in moveCnySeqNucleotides()
396 seqWriteInfo->m_pHostBufPtrMax = seqWriteInfo->m_pWriteBuffer[1] + WRITE_BUF_SIZE; in moveCnySeqNucleotides()
500 seqWriteInfo->m_pWriteBuffer[0] = mallocOrExit(WRITE_BUF_SIZE, uint8_t); in openCnySeqForWrite()
501 seqWriteInfo->m_pWriteBuffer[1] = mallocOrExit(WRITE_BUF_SIZE, uint8_t); in openCnySeqForWrite()
[all …]
/dports/multimedia/fxtv/fxtv-1.03/
H A Dimgsav.c45 #define WRITE_BUF_SIZE (64*1024L) macro
275 ( (S_fp_buf = malloc( WRITE_BUF_SIZE )) == NULL ) )
285 setvbuf( out, S_fp_buf, _IOFBF, WRITE_BUF_SIZE );
345 ( (S_fp_buf = malloc( WRITE_BUF_SIZE )) == NULL ) )
355 setvbuf( out, S_fp_buf, _IOFBF, WRITE_BUF_SIZE );
/dports/www/htdigest/httpd-2.4.6/support/
H A Dlogresolve.c72 #define WRITE_BUF_SIZE 128*1024 macro
192 if ( (outbuffer = apr_palloc(pool, WRITE_BUF_SIZE)) == NULL in main()
200 apr_file_buffer_set(outfile, outbuffer, WRITE_BUF_SIZE); in main()
/dports/www/apache24/httpd-2.4.53/support/
H A Dlogresolve.c72 #define WRITE_BUF_SIZE 128*1024 macro
192 if ( (outbuffer = apr_palloc(pool, WRITE_BUF_SIZE)) == NULL in main()
200 apr_file_buffer_set(outfile, outbuffer, WRITE_BUF_SIZE); in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A Djcf-io.c533 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) in format_uint() macro
534 char buf[WRITE_BUF_SIZE]; in format_uint()
535 char *buf_ptr = buf+WRITE_BUF_SIZE; /* End of buf. */ in format_uint()
548 chars_written = buf+WRITE_BUF_SIZE - buf_ptr; in format_uint()
/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A Djcf-io.c561 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) in format_uint() macro
562 char buf[WRITE_BUF_SIZE]; in format_uint()
563 char *buf_ptr = buf+WRITE_BUF_SIZE; /* End of buf. */ in format_uint()
576 chars_written = buf+WRITE_BUF_SIZE - buf_ptr; in format_uint()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A Djcf-io.c561 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) in format_uint() macro
562 char buf[WRITE_BUF_SIZE]; in format_uint()
563 char *buf_ptr = buf+WRITE_BUF_SIZE; /* End of buf. */ in format_uint()
576 chars_written = buf+WRITE_BUF_SIZE - buf_ptr; in format_uint()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A Djcf-io.c561 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) in format_uint() macro
562 char buf[WRITE_BUF_SIZE]; in format_uint()
563 char *buf_ptr = buf+WRITE_BUF_SIZE; /* End of buf. */ in format_uint()
576 chars_written = buf+WRITE_BUF_SIZE - buf_ptr; in format_uint()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A Djcf-io.c533 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) in format_uint() macro
534 char buf[WRITE_BUF_SIZE]; in format_uint()
535 char *buf_ptr = buf+WRITE_BUF_SIZE; /* End of buf. */ in format_uint()
548 chars_written = buf+WRITE_BUF_SIZE - buf_ptr; in format_uint()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Djcf-io.c714 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) in format_uint() macro
715 char buf[WRITE_BUF_SIZE]; in format_uint()
716 char *buf_ptr = buf+WRITE_BUF_SIZE; /* End of buf. */ in format_uint()
729 chars_written = buf+WRITE_BUF_SIZE - buf_ptr; in format_uint()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Djcf-io.c714 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) in format_uint() macro
715 char buf[WRITE_BUF_SIZE]; in format_uint()
716 char *buf_ptr = buf+WRITE_BUF_SIZE; /* End of buf. */ in format_uint()
729 chars_written = buf+WRITE_BUF_SIZE - buf_ptr; in format_uint()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/axis-fifo/
H A Daxis-fifo.c46 #define WRITE_BUF_SIZE 128U /* write buffer length in words */ macro
485 u32 tmp_buf[WRITE_BUF_SIZE]; in axis_fifo_write()
551 copy = min(words_to_write, WRITE_BUF_SIZE); in axis_fifo_write()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/axis-fifo/
H A Daxis-fifo.c46 #define WRITE_BUF_SIZE 128U /* write buffer length in words */ macro
485 u32 tmp_buf[WRITE_BUF_SIZE]; in axis_fifo_write()
551 copy = min(words_to_write, WRITE_BUF_SIZE); in axis_fifo_write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/axis-fifo/
H A Daxis-fifo.c46 #define WRITE_BUF_SIZE 128U /* write buffer length in words */ macro
485 u32 tmp_buf[WRITE_BUF_SIZE]; in axis_fifo_write()
551 copy = min(words_to_write, WRITE_BUF_SIZE); in axis_fifo_write()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_serial.c81 #define WRITE_BUF_SIZE 8192 /* TX only */ macro
614 WRITE_BUF_SIZE, GFP_KERNEL); in gs_open()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_serial.c81 #define WRITE_BUF_SIZE 8192 /* TX only */ macro
614 WRITE_BUF_SIZE, GFP_KERNEL); in gs_open()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_serial.c81 #define WRITE_BUF_SIZE 8192 /* TX only */ macro
614 WRITE_BUF_SIZE, GFP_KERNEL); in gs_open()
/dports/audio/libcddb/libcddb-1.3.2/lib/
H A Dcddb_cmd.c46 #define WRITE_BUF_SIZE 4096 macro
1434 char buf[WRITE_BUF_SIZE]; in cddb_write()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A DcPickle.c15 #define WRITE_BUF_SIZE 256 macro
490 if (self->buf_size && n > WRITE_BUF_SIZE - self->buf_size) { in write_other()
495 if (n > WRITE_BUF_SIZE) { in write_other()
3129 self->write_buf = (char *)PyMem_Malloc(WRITE_BUF_SIZE); in newPicklerobject()
/dports/lang/python27/Python-2.7.18/Modules/
H A DcPickle.c15 #define WRITE_BUF_SIZE 256 macro
490 if (self->buf_size && n > WRITE_BUF_SIZE - self->buf_size) { in write_other()
495 if (n > WRITE_BUF_SIZE) { in write_other()
3129 self->write_buf = (char *)PyMem_Malloc(WRITE_BUF_SIZE); in newPicklerobject()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A DcPickle.c15 #define WRITE_BUF_SIZE 256 macro
493 if (self->buf_size && (n + self->buf_size) > WRITE_BUF_SIZE) { in write_other()
498 if (n > WRITE_BUF_SIZE) { in write_other()
3059 self->write_buf = (char *)PyMem_Malloc(WRITE_BUF_SIZE); in newPicklerobject()
/dports/databases/py-zodbpickle/zodbpickle-2.2.0/src/zodbpickle/
H A D_pickle_27.c19 #define WRITE_BUF_SIZE 256 macro
550 if (self->buf_size && n > WRITE_BUF_SIZE - self->buf_size) { in write_other()
555 if (n > WRITE_BUF_SIZE) { in write_other()
3280 self->write_buf = (char *)PyMem_Malloc(WRITE_BUF_SIZE); in newPicklerobject()
H A D_pickle_33.c121 WRITE_BUF_SIZE = 4096, enumerator
805 self->max_output_len = WRITE_BUF_SIZE; in _Pickler_New()
3592 self->max_output_len = WRITE_BUF_SIZE; in Pickler_init()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_pickle.c117 WRITE_BUF_SIZE = 4096, enumerator
1106 self->max_output_len = WRITE_BUF_SIZE; in _Pickler_New()
4365 self->max_output_len = WRITE_BUF_SIZE; in _pickle_Pickler___init___impl()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_pickle.c127 WRITE_BUF_SIZE = 4096, enumerator
1123 self->max_output_len = WRITE_BUF_SIZE; in _Pickler_New()
4755 self->max_output_len = WRITE_BUF_SIZE; in _pickle_Pickler___init___impl()

12