Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 108) sorted by relevance

12345

/glibc-2.36/stdio-common/
Dtest-vfprintf.c36 char large[50000]; variable
65 memset (large, '\1', sizeof (large)); in do_test()
66 large[sizeof (large) - 1] = '\0'; in do_test()
91 fprintf (fp, "%s", large); in do_test()
92 fprintf (fp, "%.*s", 30000, large); in do_test()
93 large[20000] = '\0'; in do_test()
99 fprintf (fp, large); in do_test()
/glibc-2.36/malloc/
Dmemusage.c81 static unsigned long int large; variable
374 catomic_increment (&large); in malloc()
462 catomic_increment (&large); in realloc()
520 catomic_increment (&large); in calloc()
626 catomic_increment (&large); in mmap()
679 catomic_increment (&large); in mmap64()
737 catomic_increment (&large); in mremap()
910 maxcalls = large; in dest()
935 if (large != 0) in dest()
937 percent = (large * 100) / calls_total; in dest()
[all …]
DMakefile41 tst-malloc-too-large \
/glibc-2.36/mach/
Derr_ipc.sub58 "(ipc/send) send message too large", /* -109 */
68 "(ipc/rcv) message too large", /* -204 */
83 "(ipc/mig) user specified array not large enough for return info", /* 7 */
Derr_mach.sub84 /* 4 */ "(ipc/rcv) msg too large",
103 /* 7 */ "(ipc/mig) array not large enough",
Derr_kern.sub120 "(os/unix) file is too large",
126 "(os/unix) argument is too large",
/glibc-2.36/benchtests/
DMakefile119 bzero-large \
126 memcpy-large \
131 memmove-large \
136 memset-large \
139 memset-zero-large \
/glibc-2.36/ChangeLog.old/
DChangeLog.libidn93 result would be 'too large', where 'too large' is (heuristically)
96 when the inputs are very large.
DChangeLog.ports-tile117 * sysdeps/tile/tilegx/Makefile ($(cflags-mcmodel-large)):
118 Test for assembler and linker support for "-mcmodel=large -fpic"
223 * sysdeps/tile/crti.S: Support large memory model.
536 to efficiently generate a large constant for masking.
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power10/
Dmemset.S44 bgt L(large)
75 L(large):
/glibc-2.36/sysdeps/arm/armv6t2/
Dmemchr.S22 @ optimised path for large data sets; the worst case is finding the match early
23 @ in a large data set.
/glibc-2.36/sysdeps/or1k/
Dpreconfigure12 # of the public at large and to the detriment of our heirs and
/glibc-2.36/localedata/
Dde_DE.ISO-8859-1.in46 in Massen : in large numbers
/glibc-2.36/string/
DMakefile142 test-memcpy-large \
/glibc-2.36/manual/
Dcreature.texi127 does not support files that large. On systems where the natural file
154 If the macro is defined to the value @code{64}, the large file interface
166 handling large files. On @w{64 bit} systems this macro has no effect
Dmath.texi475 If the magnitude of the result is too large to be representable,
650 /* @r{Some other value with large exponent,}
868 may signal overflow if @var{x} is too large.
882 They may signal overflow if @var{x} is too large.
896 They may signal overflow if @var{x} is too large.
1072 fashion that avoids round-off error when @var{x} is large.
1181 @var{x}. It may signal underflow if @var{x} is too large.
1197 @var{x}. It may signal underflow if @var{x} is too large.
1213 @var{n} of @var{x}. It may signal underflow if @var{x} is too large.
1229 @var{x}. It may signal underflow if @var{x} is too large. If @var{x}
[all …]
Dllio.texi17 For reading binary files in large chunks.
152 descriptor opened in the large file mode which enables the file handling
175 large file mode. I.e., file length and file offsets can exceed 31 bits.
201 descriptor opened in the large file mode which enables the file handling
213 large file mode. I.e., file length and file offsets can exceed 31 bits.
404 On some systems, reading a large amount of data from a character special
509 otherwise the large offsets possible with @code{off64_t} will lead to
591 On some systems, writing a large amount of data from a character special
711 otherwise the large offsets possible with @code{off64_t} will lead to
831 otherwise the large offsets possible with @code{off64_t} will lead to
[all …]
Dcrypt.texi85 harder to guess passphrases from a large user database. Without salt,
177 erasing it again. @code{struct crypt_data} is very large, so it is
Ddebug.texi127 addresses is normally not very large. Even complicated programs rather
Dfilesys.texi88 zero, then the buffer is that large; otherwise, the buffer is as large
592 To support large filesystems on 32-bit machines there are LFS variants
601 might have a different size to allow large filesystems.
770 If the filesystem supports large files we cannot use the @code{scandir}
859 should be large enough to hold the largest possible directory entry.
1069 with large files. File information is reported using a variable of type
1152 with large files. File information is reported using a variable of type
1474 allocate a buffer which is large enough. On systems which define
1475 @code{PATH_MAX} this means the buffer must be large enough for a
2083 This function is similar to @code{fstat} but is able to work on large
[all …]
Dfdl-1.3.texi142 compensation in exchange for copies. If you distribute a large enough
183 Document well before redistributing any large number of copies, to give
Derrno.texi327 @errno{EFBIG, 27, File too large}
353 The link count of a single file would become too large.
881 @errno{EOVERFLOW, 115, Value too large for defined data type}
1178 up to the user to select a buffer large enough.
Dnss.texi345 service which allows fast local access to large data sets.
498 @code{ERANGE} @tab The provided buffer is not large enough.
/glibc-2.36/
DNEWS788 [26983] math: [x86_64] x86_64 tgamma has too large ULP error
1799 [24216] malloc: Check for large bin list corruption when inserting
1842 [24699] libc: mmap64 with very large offset broken on MIPS64 n32
2023 [23603] time: mktime signed integer overflow on large timestamps
2375 [18991] nss: nss_files skips large entry in database
2392 [20419] dynamic-link: files with large allocated notes crash in
2478 [23196] string: __mempcpy_avx512_no_vzeroupper mishandles large copies
3356 [21112] math: powf has large ulp errors with base close to 1 and exponent
3384 [21270] libc: mmap64 silently truncates large offset values
3645 as large as several megabytes.
[all …]
/glibc-2.36/iconvdata/testdata/
Dsuntzus402 1. Sun Tzu said: The control of a large force
406 2. Fighting with a large army under your command
751 of handling large masses of men.
1238 a large body of our men: this is hemmed in ground.
1259 to prevent co-operation between his large and small divisions;

12345