Home
last modified time | relevance | path

Searched refs:chunks (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/powerpc/
A Dmemcpy.c28 unsigned long rem, chunks, tmp1, tmp2; in memcpy() local
32 chunks = len / 8; in memcpy()
35 if (!chunks) in memcpy()
49 } while (--chunks); in memcpy()
77 chunks = len / 8; in memcpy()
78 if (chunks) in memcpy()
A Dmemset.c38 unsigned long rem, chunks; in memset() local
41 chunks = n / 8; in memset()
44 if (!chunks) in memset()
55 } while (--chunks); in memset()
77 chunks = n / 8; in memset()
78 if (chunks) in memset()
A Dmemmove.c27 unsigned long rem, chunks, tmp1, tmp2; in memmove() local
33 chunks = n / 8; in memmove()
36 if (!chunks) in memmove()
50 } while (--chunks); in memmove()
71 chunks = n / 8; in memmove()
72 if (chunks) in memmove()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Ddl-string.h149 unsigned long chunks; in _dl_memset() local
153 chunks = n / 4; in _dl_memset()
157 if (!chunks) in _dl_memset()
161 } while (--chunks); in _dl_memset()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dmemory_resource388 * A lower value prevents allocating huge chunks that could remain mostly
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dmemory_resource378 * A lower value prevents allocating huge chunks that could remain mostly
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dmemory_resource380 * A lower value prevents allocating huge chunks that could remain mostly
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in2246 This tells the linker to mark chunks of an executable or shared
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DChangeLog1497 * testsuite/20_util/unsynchronized_pool_resource/allocate-max-chunks.cc:

Completed in 29 milliseconds