Home
last modified time | relevance | path

Searched refs:remain_bytes (Results 1 – 25 of 56) sorted by relevance

123

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/ssh/
H A Dssh_splitter.cc31 uint32_t& remain_bytes) in ssh2_key_exchange_scan() argument
33 if (remain_bytes < len) in ssh2_key_exchange_scan()
35 if (remain_bytes != 0) in ssh2_key_exchange_scan()
37 *fp = remain_bytes; in ssh2_key_exchange_scan()
44 remain_bytes = ssh_len - len; in ssh2_key_exchange_scan()
55 remain_bytes = remain_bytes - len; in ssh2_key_exchange_scan()
56 if (!remain_bytes) in ssh2_key_exchange_scan()
/dports/ftp/php-fastdfs/fastdfs-6.06/client/
H A Dfdfs_crc32.c22 int64_t remain_bytes; in main() local
69 remain_bytes = file_size; in main()
70 while (remain_bytes > 0) in main()
72 if (remain_bytes > sizeof(buff)) in main()
78 read_bytes = remain_bytes; in main()
92 remain_bytes -= read_bytes; in main()
/dports/ftp/fastdfs/fastdfs-6.06/client/
H A Dfdfs_crc32.c22 int64_t remain_bytes; in main() local
69 remain_bytes = file_size; in main()
70 while (remain_bytes > 0) in main()
72 if (remain_bytes > sizeof(buff)) in main()
78 read_bytes = remain_bytes; in main()
92 remain_bytes -= read_bytes; in main()
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dsockopt.c1058 int64_t remain_bytes; in tcprecvfile() local
1090 while (remain_bytes > 0) in tcprecvfile()
1198 remain_bytes -= count; in tcprecvfile()
1211 int64_t remain_bytes; in tcprecvfile_ex() local
1243 while (remain_bytes > 0) in tcprecvfile_ex()
1302 int remain_bytes; in tcpdiscard() local
1325 remain_bytes = bytes; in tcpdiscard()
1361 int64_t remain_bytes; in tcpsendfile_ex() local
1364 int64_t remain_bytes; in tcpsendfile_ex() local
1452 remain_bytes -= len; in tcpsendfile_ex()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c287 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
332 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
348 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
352 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
385 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
398 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
733 remain_bytes = real_size; in nds32_expand_setmem_unroll()
792 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
812 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
814 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c287 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
332 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
348 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
352 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
385 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
398 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
733 remain_bytes = real_size; in nds32_expand_setmem_unroll()
792 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
812 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
814 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c287 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
332 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
348 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
352 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
385 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
398 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
733 remain_bytes = real_size; in nds32_expand_setmem_unroll()
792 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
812 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
814 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c287 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
332 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
348 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
352 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
385 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
398 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
733 remain_bytes = real_size; in nds32_expand_setmem_unroll()
792 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
812 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
814 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c287 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
332 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
348 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
352 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
385 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
398 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
733 remain_bytes = real_size; in nds32_expand_setmem_unroll()
792 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
812 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
814 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c287 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
332 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
348 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
352 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
385 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
398 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
733 remain_bytes = real_size; in nds32_expand_setmem_unroll()
792 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
812 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
814 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_cpymemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_cpymemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_cpymemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_cpymemsi_unroll()
501 switch (remain_bytes) in nds32_expand_cpymemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_cpymemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_cpymemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_cpymemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_cpymemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_cpymemsi_unroll()
501 switch (remain_bytes) in nds32_expand_cpymemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_cpymemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_cpymemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_cpymemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_cpymemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_cpymemsi_unroll()
501 switch (remain_bytes) in nds32_expand_cpymemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_cpymemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_cpymemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_cpymemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_cpymemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_cpymemsi_unroll()
501 switch (remain_bytes) in nds32_expand_cpymemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_cpymemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_cpymemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_cpymemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_cpymemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_cpymemsi_unroll()
501 switch (remain_bytes) in nds32_expand_cpymemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_cpymemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
501 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_cpymemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_cpymemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_cpymemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_cpymemsi_unroll()
501 switch (remain_bytes) in nds32_expand_cpymemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_cpymemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
501 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_cpymemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_cpymemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_cpymemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_cpymemsi_unroll()
501 switch (remain_bytes) in nds32_expand_cpymemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_cpymemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/nds32/
H A Dnds32-memory-manipulation.c403 HOST_WIDE_INT remain_bytes, remain_words; in nds32_expand_movmemsi_unroll() local
448 remain_bytes = INTVAL (total_bytes); in nds32_expand_movmemsi_unroll()
464 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_movmemsi_unroll()
468 if (remain_bytes != 0) in nds32_expand_movmemsi_unroll()
501 switch (remain_bytes) in nds32_expand_movmemsi_unroll()
514 if (remain_bytes == 3) in nds32_expand_movmemsi_unroll()
886 remain_bytes = real_size; in nds32_expand_setmem_unroll()
945 for (;remain_bytes >= fill_per_smw;remain_bytes -= fill_per_smw) in nds32_expand_setmem_unroll()
965 remain_bytes = remain_bytes - (remain_words * UNITS_PER_WORD); in nds32_expand_setmem_unroll()
967 if (remain_bytes) in nds32_expand_setmem_unroll()
[all …]
/dports/ftp/php-fastdfs/fastdfs-6.06/storage/
H A Dstorage_nio.c131 int64_t remain_bytes; in storage_recv_notify_read() local
179 remain_bytes = pClientInfo->total_length - \ in storage_recv_notify_read()
181 if (remain_bytes > pTask->size) in storage_recv_notify_read()
187 pTask->length = remain_bytes; in storage_recv_notify_read()
/dports/ftp/fastdfs/fastdfs-6.06/storage/
H A Dstorage_nio.c131 int64_t remain_bytes; in storage_recv_notify_read() local
179 remain_bytes = pClientInfo->total_length - \ in storage_recv_notify_read()
181 if (remain_bytes > pTask->size) in storage_recv_notify_read()
187 pTask->length = remain_bytes; in storage_recv_notify_read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/musb/
H A Dmusb_cppi41.c151 u32 remain_bytes; in cppi41_trans_done() local
155 remain_bytes = cppi41_channel->total_len; in cppi41_trans_done()
156 remain_bytes -= cppi41_channel->transferred; in cppi41_trans_done()
157 remain_bytes = min(remain_bytes, cppi41_channel->packet_sz); in cppi41_trans_done()
158 cppi41_channel->prog_len = remain_bytes; in cppi41_trans_done()
164 remain_bytes, in cppi41_trans_done()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/musb/
H A Dmusb_cppi41.c151 u32 remain_bytes; in cppi41_trans_done() local
155 remain_bytes = cppi41_channel->total_len; in cppi41_trans_done()
156 remain_bytes -= cppi41_channel->transferred; in cppi41_trans_done()
157 remain_bytes = min(remain_bytes, cppi41_channel->packet_sz); in cppi41_trans_done()
158 cppi41_channel->prog_len = remain_bytes; in cppi41_trans_done()
164 remain_bytes, in cppi41_trans_done()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/musb/
H A Dmusb_cppi41.c151 u32 remain_bytes; in cppi41_trans_done() local
155 remain_bytes = cppi41_channel->total_len; in cppi41_trans_done()
156 remain_bytes -= cppi41_channel->transferred; in cppi41_trans_done()
157 remain_bytes = min(remain_bytes, cppi41_channel->packet_sz); in cppi41_trans_done()
158 cppi41_channel->prog_len = remain_bytes; in cppi41_trans_done()
164 remain_bytes, in cppi41_trans_done()

123