HomeSort by: relevance | last modified time | path
    Searched defs:do_copy (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/detail/
auto_array_test.cpp 54 do_copy(atf::auto_array< test_array >& ta) function in class:test_array
148 auto_array< test_array > t2 = test_array::do_copy(t1);
261 t2 = test_array::do_copy(t1);
  /src/external/bsd/atf/dist/tools/
auto_array_test.cpp 52 do_copy(tools::auto_array< test_array >& ta) function in class:test_array
146 auto_array< test_array > t2 = test_array::do_copy(t1);
259 t2 = test_array::do_copy(t1);
  /src/external/bsd/flex/dist/src/
misc.c 59 bool dc; /**< do_copy */
692 bool do_copy = true; local
696 sko_peek(&do_copy);
698 sko_push(do_copy=true);
733 sko_push(do_copy);
735 out_str("/*(state = (%s) */",do_copy?"true":"false");
740 sko_pop(&do_copy);
742 out_str("/*(state = (%s) */",do_copy?"true":"false");
747 sko_push(do_copy);
748 do_copy = reentrant && do_copy
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
lex.cpp 1429 void do_copy(const char *filename) function
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 463 Return out-values: set *DO_COPY to true if we set the refcount to zero, or
478 bool *do_copy, bool *do_remove)
482 *do_copy = *do_remove = false;
530 *do_copy = (set_to_zero || (!new_encountered_refcount && is_zero));
1932 bool do_copy, do_remove; local
1933 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove);
1935 if ((do_copy && do_copyfrom && tgt->list[i].copy_from)
2985 bool do_copy, do_remove; local
2986 gomp_decrement_refcount (k, refcount_set, delete_p, &do_copy,
2989 if ((kind == GOMP_MAP_FROM && do_copy)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coff-rs6000.c 148 static bool do_copy (bfd *, bfd *);
2009 do_copy (bfd *out_bfd, bfd *in_bfd)
2421 || !do_copy (abfd, iterator.current.member)
2649 || !do_copy (abfd, iterator.current.member)
2006 do_copy (bfd *out_bfd, bfd *in_bfd) function
elfxx-mips.c 9455 bool do_copy = true;
9462 do_copy = false;
9473 if (do_copy)
9423 bool do_copy = true; local
  /src/external/gpl3/binutils.old/dist/bfd/
coff-rs6000.c 148 static bool do_copy (bfd *, bfd *);
2009 do_copy (bfd *out_bfd, bfd *in_bfd)
2421 || !do_copy (abfd, iterator.current.member)
2649 || !do_copy (abfd, iterator.current.member)
2006 do_copy (bfd *out_bfd, bfd *in_bfd) function
elfxx-mips.c 9435 bool do_copy = true;
9442 do_copy = false;
9453 if (do_copy)
9403 bool do_copy = true; local
  /src/external/gpl3/gdb/dist/bfd/
coff-rs6000.c 148 static bool do_copy (bfd *, bfd *);
2009 do_copy (bfd *out_bfd, bfd *in_bfd)
2421 || !do_copy (abfd, iterator.current.member)
2649 || !do_copy (abfd, iterator.current.member)
2006 do_copy (bfd *out_bfd, bfd *in_bfd) function
elfxx-mips.c 9335 bool do_copy = true;
9342 do_copy = false;
9353 if (do_copy)
9303 bool do_copy = true; local
  /src/external/gpl3/gdb.old/dist/bfd/
coff-rs6000.c 148 static bool do_copy (bfd *, bfd *);
2022 do_copy (bfd *out_bfd, bfd *in_bfd)
2434 || !do_copy (abfd, iterator.current.member)
2662 || !do_copy (abfd, iterator.current.member)
2019 do_copy (bfd *out_bfd, bfd *in_bfd) function
elfxx-mips.c 9348 bool do_copy = true;
9355 do_copy = false;
9366 if (do_copy)
9316 bool do_copy = true; local
  /src/external/gpl3/gcc/dist/libgomp/
target.c 508 Return out-values: set *DO_COPY to true if we set the refcount to zero, or
523 bool *do_copy, bool *do_remove)
529 *do_copy = *do_remove = false;
577 *do_copy = (set_to_zero || (!new_encountered_refcount && is_zero));
2077 bool do_copy, do_remove; local
2078 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove);
2080 if ((do_copy && do_copyfrom && tgt->list[i].copy_from)
4075 bool do_copy, do_remove; local
4076 gomp_decrement_refcount (k, refcount_set, delete_p, &do_copy,
4079 if ((kind == GOMP_MAP_FROM && do_copy)
    [all...]

Completed in 87 milliseconds