Home
last modified time | relevance | path

Searched refs:COPY (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/netgraph/
H A Dng_nat.c697 #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 Dappveyor.yml61COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
62COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe
114COPY build\VS2008\bin\%PLATFORM%\%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2008_%PLATFORM%_%CONFIG…
124COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2010_%PLATFORM%_%CONFIG…
134COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2012_%PLATFORM%_%CONFIG…
144COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2013_%PLATFORM%_%CONFIG…
154COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2015_%PLATFORM%_%CONFIG…
155 COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe tests\
240COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…
241COPY 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 Dvdev_raidz_math_avx512f.c124 #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 Dvdev_raidz_math_sse2.c112 #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 Dvdev_raidz_math_impl.h873 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 Dvdev_raidz_math_scalar.c95 #define COPY(src, dst) dst = src macro
H A Dvdev_raidz_math_ssse3.c116 #define COPY(r...) \ macro
H A Dvdev_raidz_math_avx512bw.c118 #define COPY(r...) \ macro
H A Dvdev_raidz_math_avx2.c115 #define COPY(r...) \ macro
H A Dvdev_raidz_math_powerpc_altivec_common.h266 #define COPY(r...) \ macro
/f-stack/freebsd/contrib/zlib/
H A Dinflate.h36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator
H A Dgzguts.h166 #define COPY 1 /* copy input directly */ macro
H A Dgzread.c168 state->how = COPY;
245 case COPY: /* -> COPY */
351 else if (state->how == COPY) { /* read directly */
H A Dinflate.c902 state->mode = COPY;
903 case COPY:
1550 (state->mode == COPY ? state->length :
H A Dgzlib.c401 if (state->mode == GZ_READ && state->how == COPY &&
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h282 #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 Dvhost_crypto.rst48 * 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 Dgzguts.h173 #define COPY 1 /* copy input directly */ macro
H A Dgzread.c177 state.state->how = COPY;
254 case COPY: /* -> COPY */
360 else if (state.state->how == COPY) { /* read directly */
H A Dgzlib.c401 if (state.state->mode == GZ_READ && state.state->how == COPY &&
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c1229 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 Dif_genet.c1180 #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 Dvirtio_user_for_container_networking.rst66 COPY . /usr/src/dpdk
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru170 существующего файла с помощью метода 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 Dpdcp.h3706 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()

12