Home
last modified time | relevance | path

Searched refs:overlap (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/benchtests/
Dbench-memmove-walk.c73 do_test (json_ctx_t *json_ctx, size_t len, int overlap, int both_ways) in do_test() argument
80 if (overlap != NO_OVERLAP) in do_test()
82 if (overlap == PARTIAL_OVERLAP) in do_test()
90 overlap == NO_OVERLAP ? "none" in do_test()
91 : overlap == PARTIAL_OVERLAP ? "partial" in do_test()
/glibc-2.36/manual/
Dstring.texi366 destination arrays overlap. For example, if the beginning of the
386 @var{from} overlap; use @code{memmove} instead if overlapping is possible.
407 @var{wfrom} overlap; use @code{wmemmove} instead if overlapping is possible.
486 overlap. In the case of overlap, @code{memmove} is careful to copy the
498 blocks of space overlap. In the case of overlap, @code{wmemmove} is
552 overlap. The return value is the value of @var{to}.
561 the strings overlap. The return value is the value of @var{wto}.
604 Its behavior is undefined if the strings overlap. The function is
618 The behavior of @code{wcpcpy} is undefined if the strings overlap.
697 This function has undefined results if the strings overlap.
[all …]
Dstdio.texi2390 between objects that overlap---for example, if @var{s} is also given
3983 between objects that overlap---for example, if @var{s} is also given
3996 between objects that overlap---for example, if @var{ws} is also given as
Dmemory.texi2903 The function fails if it would cause the data segment to overlap another
2919 The request would cause the data segment to overlap another segment or
/glibc-2.36/mach/
Derr_server.sub198 "(server/loader) memory region overlap",
/glibc-2.36/ChangeLog.old/
DChangeLog.1323 * stdio/glue.c (unix_FILE.glue): Add two members, which will overlap
DChangeLog.128297 destination overlap. Assume dest is always below source if
8411 destination might overlap.
DChangeLog.247240 benchtests: Add partial overlap case in bench-memmove-walk.c
DChangeLog.69533 Use memmove instead of memcpy where overlap is possible (not
DChangeLog.59479 (group_number): Use memmove instead of memcpy, since operands overlap.
DChangeLog.nptl7872 returned for main thread does not overlap with any other VMA.
DChangeLog.74065 for the possibility that DT_RELA and DT_JMPPLT overlap, as such is
DChangeLog.1823126 no overlap between destination and source.
52140 membar to avoid block loads/stores to overlap previous stores.
85057 overlap.
DChangeLog.1911870 variable to avoid overlap arguments.