Home
last modified time | relevance | path

Searched refs:copy_p (Results 1 – 25 of 150) sorted by relevance

123456

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/QMgr/
H A DQMQueue.c247 void *copy_p; in copyOutRequestsCommandBlocks() local
253 copy_p = (void *)(queue_p->cmdQueVirtPtr + (firstCmd * queue_p->cmdEntrySize)); in copyOutRequestsCommandBlocks()
259 memcpy(CommandBlock_p, copy_p, queue_p->cmdEntrySize * numCmds); in copyOutRequestsCommandBlocks()
267 memcpy(CommandBlock_p, copy_p, (queue_p->cmdEntrySize * remainCmds)); in copyOutRequestsCommandBlocks()
313 void *copy_p; in copyInRequestsCommandBlocks() local
320 copy_p = (void *) in copyInRequestsCommandBlocks()
327 memcpy(copy_p, CommandBlock_p, in copyInRequestsCommandBlocks()
336 memcpy(copy_p, CommandBlock_p, in copyInRequestsCommandBlocks()
/dports/security/botan110/Botan-1.10.17/src/utils/
H A Dstl_util.h24 OutputIterator dest, Predicate copy_p) in copy_if() argument
28 if(copy_p(*current)) in copy_if()
/dports/devel/qca/qca-2.3.4/src/botantools/botan/botan/
H A Dstl_util.h46 …utIterator copy_if(InputIterator current, InputIterator end, OutputIterator dest, Predicate copy_p) in copy_if() argument
49 if (copy_p(*current)) in copy_if()
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/
H A DnsProtoManetKernel.cpp193 Packet *copy_p=p->copy(); //send copy up to agent so that we can attempt to forward packet. in recv() local
194 if(!copy_p) { in recv()
198 dmux_->recv(copy_p,NULL); in recv()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprotoize.c996 char *copy_p = line_buf; in unexpand_if_needed() local
1004 copy_p = line_buf; in unexpand_if_needed()
1021 int offset = copy_p - line_buf; in unexpand_if_needed()
1025 copy_p = line_buf + offset; in unexpand_if_needed()
1028 copy_p += size; in unexpand_if_needed()
1039 int offset = copy_p - line_buf; in unexpand_if_needed()
1042 copy_p = line_buf + offset; in unexpand_if_needed()
1044 *copy_p++ = *s++; in unexpand_if_needed()
1052 copy_p = line_buf + offset; in unexpand_if_needed()
1054 *copy_p++ = '\n'; in unexpand_if_needed()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dprotoize.c982 char *copy_p = line_buf; in unexpand_if_needed() local
990 copy_p = line_buf; in unexpand_if_needed()
1007 int offset = copy_p - line_buf; in unexpand_if_needed()
1011 copy_p = line_buf + offset; in unexpand_if_needed()
1014 copy_p += size; in unexpand_if_needed()
1025 int offset = copy_p - line_buf; in unexpand_if_needed()
1028 copy_p = line_buf + offset; in unexpand_if_needed()
1030 *copy_p++ = *s++; in unexpand_if_needed()
1038 copy_p = line_buf + offset; in unexpand_if_needed()
1040 *copy_p++ = '\n'; in unexpand_if_needed()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dprotoize.c996 char *copy_p = line_buf; in unexpand_if_needed() local
1004 copy_p = line_buf; in unexpand_if_needed()
1021 int offset = copy_p - line_buf; in unexpand_if_needed()
1025 copy_p = line_buf + offset; in unexpand_if_needed()
1028 copy_p += size; in unexpand_if_needed()
1039 int offset = copy_p - line_buf; in unexpand_if_needed()
1042 copy_p = line_buf + offset; in unexpand_if_needed()
1044 *copy_p++ = *s++; in unexpand_if_needed()
1052 copy_p = line_buf + offset; in unexpand_if_needed()
1054 *copy_p++ = '\n'; in unexpand_if_needed()
[all …]
/dports/math/tblis/tblis-1.2.0/test/
H A Dbench.cxx34 using copy_p = void (*)(const int* n, const T* A, const int* inca, typedef
41 using copy_f = typename remove_pointer<copy_p<T>>::type;
65 template <> struct copy_ptr< float> { constexpr static copy_p< float> value = &scopy_; };
66 template <> struct copy_ptr< double> { constexpr static copy_p< double> value = &dcopy_; };
67 template <> struct copy_ptr<scomplex> { constexpr static copy_p<scomplex> value = &ccopy_; };
68 template <> struct copy_ptr<dcomplex> { constexpr static copy_p<dcomplex> value = &zcopy_; };
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dcopies-table.c176 svn_fs_bdb__get_copy(copy_t **copy_p, in svn_fs_bdb__get_copy() argument
208 *copy_p = copy; in svn_fs_bdb__get_copy()
H A Dcopies-table.h81 svn_error_t *svn_fs_bdb__get_copy(copy_t **copy_p,
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dcopies-table.c176 svn_fs_bdb__get_copy(copy_t **copy_p, in svn_fs_bdb__get_copy() argument
208 *copy_p = copy; in svn_fs_bdb__get_copy()
H A Dcopies-table.h81 svn_error_t *svn_fs_bdb__get_copy(copy_t **copy_p,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dcopies-table.c176 svn_fs_bdb__get_copy(copy_t **copy_p, in svn_fs_bdb__get_copy() argument
208 *copy_p = copy; in svn_fs_bdb__get_copy()
H A Dcopies-table.h81 svn_error_t *svn_fs_bdb__get_copy(copy_t **copy_p,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs_base/bdb/
H A Dcopies-table.c176 svn_fs_bdb__get_copy(copy_t **copy_p, in svn_fs_bdb__get_copy() argument
208 *copy_p = copy; in svn_fs_bdb__get_copy()
H A Dcopies-table.h81 svn_error_t *svn_fs_bdb__get_copy(copy_t **copy_p,
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-loop-distribution.c194 bool copy_p) in generate_loops_for_partition() argument
200 if (copy_p) in generate_loops_for_partition()
466 partition_t partition, bool copy_p) in generate_code_for_partition() argument
474 if (!copy_p) in generate_code_for_partition()
482 if (!copy_p) in generate_code_for_partition()
488 gcc_assert (!copy_p); in generate_code_for_partition()
490 generate_loops_for_partition (loop, partition, copy_p); in generate_code_for_partition()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-loop-distribution.c194 bool copy_p) in generate_loops_for_partition() argument
200 if (copy_p) in generate_loops_for_partition()
466 partition_t partition, bool copy_p) in generate_code_for_partition() argument
474 if (!copy_p) in generate_code_for_partition()
482 if (!copy_p) in generate_code_for_partition()
488 gcc_assert (!copy_p); in generate_code_for_partition()
490 generate_loops_for_partition (loop, partition, copy_p); in generate_code_for_partition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dnot_constexpr_cxx11.fail.cpp36 constexpr P copy_p(default_p); in main() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dnot_constexpr_cxx11.fail.cpp36 constexpr P copy_p(default_p); in main() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dnot_constexpr_cxx11.fail.cpp36 constexpr P copy_p(default_p); in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/utility/pairs/pairs.pair/
H A Dnot_constexpr_cxx11.fail.cpp36 constexpr P copy_p(default_p); in main() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dnot_constexpr_cxx11.fail.cpp36 constexpr P copy_p(default_p); in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dnot_constexpr_cxx11.fail.cpp36 constexpr P copy_p(default_p); in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dnot_constexpr_cxx11.fail.cpp36 constexpr P copy_p(default_p); in main() local

123456