Home
last modified time | relevance | path

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

12345678910>>...19

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh148 [[ $recsize = $large && $flags =~ 'c' && ! $flags =~ 'L' ]] && \
167 typeset large=$((1024 * 1024))
173 for recsize in $small $large; do
191 check $opts $large log_must
194 check $opts $large log_mustnot
196 check -p $large log_must $small $large
197 check -L $large log_must $large $small
198 check -cp $large log_must $small $large
199 check -cL $large log_must $large $small
200 check -pL $large log_must $large $large
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf9 test-4 = 4-small-app-data-large-fragment-size
12 test-7 = 7-large-app-data
13 test-8 = 8-large-app-data-large-fragment-size
14 test-9 = 9-large-app-data-odd-fragment-size
15 test-10 = 10-large-app-data-aes-sha1-multibuffer
16 test-11 = 11-large-app-data-aes-sha2-multibuffer
17 test-12 = 12-large-app-data-aes-sha1-multibuffer-odd-fragment
18 test-13 = 13-large-app-data-aes-sha2-multibuffer-odd-fragment
121 [4-small-app-data-large-fragment-size]
122 ssl_conf = 4-small-app-data-large-fragment-size-ssl
[all …]
H A D13-fragmentation.cnf.in53 name => "small-app-data-large-fragment-size",
79 name => "large-app-data",
87 name => "large-app-data-large-fragment-size",
96 name => "large-app-data-odd-fragment-size",
104 # When the buffer / fragment size ratio is sufficiently large,
113 name => "large-app-data-aes-sha1-multibuffer",
125 name => "large-app-data-aes-sha2-multibuffer",
137 name => "large-app-data-aes-sha1-multibuffer-odd-fragment",
149 name => "large-app-data-aes-sha2-multibuffer-odd-fragment",
/freebsd/contrib/bzip2/
H A DREADME.COMPILATION.PROBLEMS21 When I say "large file" I mean a file of size 2,147,483,648 (2^31)
28 in that tradition. However, in order to support large files, I've had
32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file
33 support is, as far as I know, the Recommended Way to get correct large
37 http://ftp.sas.com/standards/large.file
40 are related to large file support, try removing the above define from
46 version of bzip2 without large file support, which, for most
52 large file support, if you are feeling paranoid. Be aware though that
56 AIX: I have reports that for large file support, you need to specify
H A Dwords02 If compilation produces errors, or a large number of warnings,
8 handle so-called 'large files' -- files of size 2GB or more.
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCheckFileOffsetBits.cmake1 # - Check if _FILE_OFFSET_BITS macro needed for large files
22 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files")
35 SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed")
38 SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
/freebsd/contrib/libevent/cmake/
H A DCheckFileOffsetBits.cmake1 # - Check if _FILE_OFFSET_BITS macro needed for large files
22 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files")
35 SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed")
38 SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst4 When linking very large binaries, lld may report relocation overflows like
25 large globals depending on if their size is over a certain threshold. Large
30 sections have a "large" section flag, e.g. ``SHF_X86_64_LARGE`` for x86-64. The
31 linker places large sections on the outer edges of the binary, making sure they
32 do not affect affect the distance of small globals to text. The large versions
39 large sections next to the small sections with the same RWX permissions when
48 non-PIC code, large sections should be placed after all small sections to avoid
/freebsd/tools/test/stress2/misc/
H A Dsendfile2.sh44 dd if=/dev/random of=large bs=1m count=3 status=none
45 md1=`md5 large`
53 md2=`md5 large`
56 rm -f /tmp/sendfile2 large lf
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mount.sh98 atf_test_case large cleanup
105 atf_test_case large
154 atf_add_test_case large
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.steps.d33 @large = llquantize(i * 100, 10, 0, 10, 1000);
51 printa(@large);
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake1 # CMake support for large files
37 # Test program to check for LFS. Requires that off_t has at least 8 byte large
143 set(LFS_DEFINITIONS ${_lfs_cppflags} CACHE STRING "Extra definitions for large file support")
144 set(LFS_COMPILE_OPTIONS ${_lfs_cflags} CACHE STRING "Extra definitions for large file support")
145 …set(LFS_LIBRARIES ${_lfs_libs} ${_lfs_ldflags} CACHE STRING "Extra definitions for large file supp…
/freebsd/tools/test/stress2/
H A DREADME3 It is composed of a large number of regression tests, tests that
10 stress2 has found a large number of problems:
/freebsd/tests/sys/cddl/zfs/tests/largest_pool/
H A Dlargest_pool.cfg36 # - value is too large (old)
39 export VOL_LIMIT_KEYWORD2="value is too large"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/
H A Dlargest_pool.cfg39 # - value is too large (old)
42 export VOL_LIMIT_KEYWORD2="value is too large"
/freebsd/contrib/jemalloc/src/
H A Dstats.c661 stats_arena_print(emitter_t *emitter, unsigned i, bool bins, bool large, in stats_arena_print() argument
885 GET_AND_EMIT_ALLOC_STAT(large, allocated, size) in stats_arena_print()
886 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print()
889 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64) in stats_arena_print()
892 GET_AND_EMIT_ALLOC_STAT(large, nrequests, uint64) in stats_arena_print()
895 GET_AND_EMIT_ALLOC_STAT(large, nfills, uint64) in stats_arena_print()
898 GET_AND_EMIT_ALLOC_STAT(large, nflushes, uint64) in stats_arena_print()
976 if (large) { in stats_arena_print()
1234 bool unmerged, bool bins, bool large, bool mutex, bool extents) { in stats_print_helper() argument
1358 large, mutex, extents); in stats_print_helper()
[all …]
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_pci.c674 int pcheck, int fast, int large);
1088 int fast, int large) in ahc_ext_scbram_present()
1101 if (large) in ahc_scbram_config()
1112 if (large) in ahc_scbram_config()
1126 if (large) in ahc_scbram_config()
1152 int large; in ahc_probe_ext_scbram()
1157 large = FALSE; in ahc_probe_ext_scbram()
1166 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1184 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram()
1195 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
1095 ahc_scbram_config(struct ahc_softc * ahc,int enable,int pcheck,int fast,int large) ahc_scbram_config() argument
1159 int large; ahc_probe_ext_scbram() local
[all...]
/freebsd/tools/regression/poll/14/
H A Dsockpoll.out4 ok 3 state after large write: expected 0; got 0
5 ok 4 state other side after large write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create.cfg43 # - value is too large (old)
46 export VOL_LIMIT_KEYWORD2="value is too large"
/freebsd/tools/regression/poll/l/
H A Dsockpoll.out4 ok 3 state after large write: expected 0; got 0
5 ok 4 state other side after large write: expected POLLIN | POLLOUT; got POLLIN | POLLOUT
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt34 ASN1_R_FIRST_NUM_TOO_LARGE:122:first num too large
55 ASN1_R_INTEGER_TOO_LARGE_FOR_LONG:128:integer too large for long
92 ASN1_R_SECOND_NUMBER_TOO_LARGE:147:second number too large
104 ASN1_R_TOO_LARGE:223:too large
187 BN_R_PRIVATE_KEY_TOO_LARGE:117:private key too large
274 CMP_R_VALUE_TOO_LARGE:175:value too large
404 CONF_R_NUMBER_TOO_LARGE:121:number too large
486 DH_R_CHECK_PUBKEY_TOO_LARGE:123:check pubkey too large
499 DH_R_MODULUS_TOO_LARGE:103:modulus too large
506 DH_R_Q_TOO_LARGE:130:q too large
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td247 "integer literal is too large to be represented in any %select{signed |}0"
250 "integer literal is too large to be represented in a signed integer type, "
254 "integer literal is too large to be represented in type 'long', "
259 "integer literal is too large to be represented in type 'long', "
264 "integer literal is too large to be represented in type 'long' and is "
274 "this value is too large for this fixed point type">;
279 "%select{invalid value '%0'; must be positive|value '%0' is too large}1">;
384 "file '%0' is too large for Clang to process">;
386 "translation unit is too large for Clang to process: ran out of source locations">, DefaultFatal;
/freebsd/usr.bin/compress/doc/
H A DREADME56 WARNING: files compressed on a large machine with more bits than allowed by
58 "-b12" flag to generate a file on a large machine that can be uncompressed
91 4. A large table is used on large machines when a relatively small
110 specified, and the cutoff bits where the large+fast table is used.
125 large+fast table.
171 with a large amount of memory. A program (usermem) to calculate the
/freebsd/lib/msun/tests/
H A Dcexp_test.c262 ATF_TC_WITHOUT_HEAD(large);
263 ATF_TC_BODY(large, tc) in ATF_TC_BODY() argument
297 ATF_TP_ADD_TC(tp, large); in ATF_TP_ADD_TCS()
/freebsd/crypto/openssl/crypto/sha/
H A Dbuild.info29 $SHA1ASM_armv4=sha1-armv4-large.S sha256-armv4.S sha512-armv4.S
140 GENERATE[sha1-armv4-large.S]=asm/sha1-armv4-large.pl
141 INCLUDE[sha1-armv4-large.o]=..

12345678910>>...19