Searched defs:copy (Results 51 - 75 of 235) sorted by relevance

12345678910

/haiku-buildtools/gcc/zlib/
H A Dinfback.c263 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr42388.c35 rtx insn, copy; local
/haiku-buildtools/gcc/gcc/
H A Dlists.c185 concat_INSN_LIST (rtx_insn_list *copy, rtx_insn_list *old) argument
H A Ddata-streamer-out.c379 size_t copy; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dchar_traits.h189 copy(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits
286 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
377 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
486 copy(char_typ function in struct:char_traits
583 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/
H A D3.cc84 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:std::char_traits
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/capacity/
H A D1.cc95 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:std::char_traits
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr65554.C37 template <typename _II, typename _OI> void copy (_II p1, _II p2, _OI p3) function in namespace:std
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr65694.C101 template <typename _II, typename _OI> _OI copy(_II p1, _II p2, _OI p3) { function
H A Dpr51959.C69 Node *n, copy; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr59510.C26 _OI copy (_II __first, _II __last, _OI __result) function
/haiku-buildtools/gcc/libvtv/
H A Dvtv_map.h184 insert_only_hash_map* copy = create (this->bucket_count ()); local
/haiku-buildtools/binutils/libiberty/
H A Dargv.c75 char **copy; local
/haiku-buildtools/binutils/gas/
H A Dsb.c98 size_t copy; local
/haiku-buildtools/binutils/zlib/
H A Dinfback.c263 unsigned copy; /* number of stored or match bytes to copy */ local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexnfo-upd.el[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-strtab.c139 _bfd_elf_strtab_add(struct elf_strtab_hash *tab, const char *str, bfd_boolean copy) argument
H A Dhash.c362 bfd_hash_lookup(struct bfd_hash_table *table, const char *string, bfd_boolean create, bfd_boolean copy) argument
642 _bfd_stringtab_add(struct bfd_strtab_hash *tab, const char *str, bfd_boolean hash, bfd_boolean copy) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dwhere.c490 ffewhereIndex copy; local
/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.c282 register rtx copy; local
410 register rtx copy; local
500 register rtx copy = rtx_alloc (code); local
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.cc136 copy (size_t pos, const charT *s, size_t n) function in class:basic_string::Rep
231 copy (charT* s, size_type n, size_type pos) const function in class:basic_string
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_algobase.h157 static _OutputIter copy(_InputIter __first, _InputIter __last, function in struct:__copy_dispatch
168 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_dispatch
176 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_dispatch
182 inline _OutputIter copy(_InputIter __first, _InputIter __last, function
194 inline _OutputIter copy(_InputIte function
202 inline char* copy(const char* __first, const char* __last, char* __result) { function
207 inline wchar_t* copy(const wchar_t* __first, const wchar_t* __last, function
259 static _BidirectionalIter2 copy(_BidirectionalIter1 __first, function in struct:__copy_backward_dispatch
269 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_backward_dispatch
279 static _Tp* copy(const _Tp* __first, const _Tp* __last, _Tp* __result) { function in struct:__copy_backward_dispatch
[all...]
/haiku-buildtools/cloog/osl/source/
H A Drelation_list.c604 osl_relation_list_p copy = osl_relation_list_clone(list); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr16688.C44 copy(_II __first, _II __last, _OI __result) function in struct:__copy
66 copy(_InputIterator __first, _InputIterator __last, function
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dpowser1.go168 func copy(in *dch, out *dch) { func

Completed in 242 milliseconds

12345678910