| /f-stack/freebsd/netgraph/ |
| H A D | ng_nat.c | 697 #define COPY(F) do { \ in ng_nat_rcvmsg() macro 704 COPY(icmpLinkCount); in ng_nat_rcvmsg() 705 COPY(udpLinkCount); in ng_nat_rcvmsg() 706 COPY(tcpLinkCount); in ng_nat_rcvmsg() 707 COPY(pptpLinkCount); in ng_nat_rcvmsg() 708 COPY(sctpLinkCount); in ng_nat_rcvmsg() 709 COPY(protoLinkCount); in ng_nat_rcvmsg() 710 COPY(fragmentIdLinkCount); in ng_nat_rcvmsg() 711 COPY(fragmentPtrLinkCount); in ng_nat_rcvmsg() 712 COPY(sockCount); in ng_nat_rcvmsg() [all …]
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | appveyor.yml | 61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex… 62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe 114 …COPY build\VS2008\bin\%PLATFORM%\%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2008_%PLATFORM%_%CONFIG… 124 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2010_%PLATFORM%_%CONFIG… 134 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2012_%PLATFORM%_%CONFIG… 144 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2013_%PLATFORM%_%CONFIG… 154 …COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2015_%PLATFORM%_%CONFIG… 155 COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe tests\ 240 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex… 241 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_avx512f.c | 124 #define COPY(r...) \ macro 232 if (x & 0x01) { COPY(in, acc); } else { ZERO(acc); } \ 372 COPY(R_01(r), _mul_x2_in); \ 374 COPY(_mul_x2_acc, R_01(r)); \ 375 COPY(R_23(r), _mul_x2_in); \ 377 COPY(_mul_x2_acc, R_23(r)); \
|
| H A D | vdev_raidz_math_sse2.c | 112 #define COPY(r...) \ macro 247 if (x & 0x01) { COPY(in, acc); } else { ZERO(acc); } \ 509 COPY(r, _mul_x2_in); \ 511 COPY(_mul_x2_acc, r); \ 514 COPY(r, _mul_x1_in); \ 516 COPY(_mul_x1_acc, r); \
|
| H A D | vdev_raidz_math_impl.h | 873 COPY(REC_PQ_X, REC_PQ_T); in raidz_rec_pq_abd() 1033 COPY(REC_PR_X, REC_PR_T); in raidz_rec_pr_abd() 1198 COPY(REC_QR_X, REC_QR_T); in raidz_rec_qr_abd() 1374 COPY(REC_PQR_X, REC_PQR_XS); in raidz_rec_pqr_abd() 1375 COPY(REC_PQR_Y, REC_PQR_YS); in raidz_rec_pqr_abd() 1389 COPY(REC_PQR_XS, REC_PQR_X); /* restore Pyz */ in raidz_rec_pqr_abd()
|
| H A D | vdev_raidz_math_scalar.c | 95 #define COPY(src, dst) dst = src macro
|
| H A D | vdev_raidz_math_ssse3.c | 116 #define COPY(r...) \ macro
|
| H A D | vdev_raidz_math_avx512bw.c | 118 #define COPY(r...) \ macro
|
| H A D | vdev_raidz_math_avx2.c | 115 #define COPY(r...) \ macro
|
| H A D | vdev_raidz_math_powerpc_altivec_common.h | 266 #define COPY(r...) \ macro
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | inflate.h | 36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
|
| H A D | gzguts.h | 166 #define COPY 1 /* copy input directly */ macro
|
| H A D | gzread.c | 168 state->how = COPY; 245 case COPY: /* -> COPY */ 351 else if (state->how == COPY) { /* read directly */
|
| H A D | inflate.c | 902 state->mode = COPY; 903 case COPY: 1550 (state->mode == COPY ? state->length :
|
| H A D | gzlib.c | 401 if (state->mode == GZ_READ && state->how == COPY &&
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 282 #define COPY BIT(31) /* command param is pointer (not immediate) macro 286 #define __COPY_MASK (COPY | DCOPY) 550 return IMMED | COPY; in inline_flags() 592 } else if (copy_data & COPY) { in __rta_inline_data()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost_crypto.rst | 48 * zero-copy: the presence of this item means the ZERO-COPY feature will be 49 enabled. Otherwise it is disabled. PLEASE NOTE the ZERO-COPY feature is still
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzguts.h | 173 #define COPY 1 /* copy input directly */ macro
|
| H A D | gzread.c | 177 state.state->how = COPY; 254 case COPY: /* -> COPY */ 360 else if (state.state->how == COPY) { /* read directly */
|
| H A D | gzlib.c | 401 if (state.state->mode == GZ_READ && state.state->how == COPY &&
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 1229 COPY(ifname); in pf_export_kaltq() 1236 COPY(qname); in pf_export_kaltq() 1268 COPY(pq_u); in pf_export_kaltq() 1283 COPY(qname); in pf_export_kaltq() 1292 COPY(pq_u); in pf_export_kaltq() 1303 #undef COPY in pf_export_kaltq() 1342 COPY(qname); in pf_import_kaltq() 1375 COPY(pq_u); in pf_import_kaltq() 1390 COPY(qname); in pf_import_kaltq() 1399 COPY(pq_u); in pf_import_kaltq() [all …]
|
| /f-stack/freebsd/arm64/broadcom/genet/ |
| H A D | if_genet.c | 1180 #define COPY(size) { \ in gen_parse_tx() macro 1207 COPY(sizeof(struct ether_vlan_header)); in gen_parse_tx() 1220 COPY(sizeof(struct ether_header)); in gen_parse_tx() 1232 COPY(((struct ip *)p)->ip_hl << 2); in gen_parse_tx() 1235 COPY(sizeof(struct ip6_hdr)); in gen_parse_tx() 1244 #undef COPY in gen_parse_tx()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 66 COPY . /usr/src/dpdk
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 170 существующего файла с помощью метода COPY не обнулял целевой файл. 177 помощью метода COPY для результирующего файла использовал права 1853 при обработке методов COPY и MOVE. 3568 методы DELETE, COPY и MOVE для симлинков. 5340 *) Исправление: методы COPY и MOVE не работали с одиночными файлами. 6031 *) Добавление: методы COPY и MOVE.
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | pdcp.h | 3706 LOAD(p, (uintptr_t)iv, MATH0, 0, 8, IMMED | COPY); in cnstr_shdsc_pdcp_short_mac() 3719 LOAD(p, (uintptr_t)&iv, CONTEXT2, 0, 12, IMMED | COPY); in cnstr_shdsc_pdcp_short_mac() 3756 LOAD(p, (uintptr_t)&iv, MATH0, 0, 8, IMMED | COPY); in cnstr_shdsc_pdcp_short_mac() 3797 LOAD(p, (uintptr_t)&iv, CONTEXT2, 0, 12, IMMED | COPY); in cnstr_shdsc_pdcp_short_mac()
|