Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td204 "integer literal is too large to be represented in any %select{signed |}0"
207 "integer literal is too large to be represented in a signed integer type, "
211 "integer literal is too large to be represented in type 'long', "
216 "integer literal is too large to be represented in type 'long', "
221 "integer literal is too large to be represented in type 'long' and is "
231 "this value is too large for this fixed point type">;
315 "sorry, unsupported: file '%0' is too large for Clang to process">;
317 "sorry, this include generates a translation unit too large for"
/freebsd-13.1/tests/sys/cddl/zfs/tests/largest_pool/
H A Dlargest_pool.cfg41 # - value is too large (old)
44 export VOL_LIMIT_KEYWORD2="value is too large"
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create.cfg48 # - value is too large (old)
51 export VOL_LIMIT_KEYWORD2="value is too large"
/freebsd-13.1/contrib/jemalloc/src/
H A Dstats.c885 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()
1358 large, mutex, extents); in stats_print_helper()
1369 bins, large, mutex, extents); in stats_print_helper()
1385 large, mutex, extents); in stats_print_helper()
[all …]
H A Dlarge.c56 extent_list_append(&arena->large, extent); in large_palloc()
328 extent_list_remove(&arena->large, extent); in large_dalloc_prep_impl()
337 extent_list_remove(&arena->large, extent); in large_dalloc_prep_impl()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx_pci.c682 int pcheck, int fast, int large);
1096 int fast, int large) in ahc_scbram_config() argument
1109 if (large) in ahc_scbram_config()
1120 if (large) in ahc_scbram_config()
1134 if (large) in ahc_scbram_config()
1160 int large; in ahc_probe_ext_scbram() local
1165 large = FALSE; in ahc_probe_ext_scbram()
1174 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1218 large = TRUE; in ahc_probe_ext_scbram()
1244 large ? 64 : 32); in ahc_probe_ext_scbram()
[all …]
/freebsd-13.1/crypto/openssl/crypto/sha/
H A Dbuild.info54 GENERATE[sha1-armv4-large.S]=asm/sha1-armv4-large.pl $(PERLASM_SCHEME)
55 INCLUDE[sha1-armv4-large.o]=..
/freebsd-13.1/contrib/file/tests/
H A Dext4.result1 …system data, UUID=d32bbb08-3a76-4510-a064-3045f887dbdf (extents) (64bit) (large files) (huge files)
/freebsd-13.1/usr.bin/compress/doc/
H A DREADME60 WARNING: files compressed on a large machine with more bits than allowed by
62 "-b12" flag to generate a file on a large machine that can be uncompressed
95 4. A large table is used on large machines when a relatively small
114 specified, and the cutoff bits where the large+fast table is used.
129 large+fast table.
175 with a large amount of memory. A program (usermem) to calculate the
/freebsd-13.1/lib/msun/tests/
H A Dcexp_test.c265 ATF_TC_WITHOUT_HEAD(large);
266 ATF_TC_BODY(large, tc) in ATF_TC_BODY() argument
300 ATF_TP_ADD_TC(tp, large); in ATF_TP_ADD_TCS()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg51 # - value is too large (old)
54 export VOL_LIMIT_KEYWORD2="value is too large"
/freebsd-13.1/lib/libc/nls/
H A DC.msg61 27 File too large
75 34 Result too large
175 84 Value too large to be stored in data type
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc62 // Also large pages need to be manually enabled on your OS. If all this is
63 // sucessfull, we return the minimal large memory page size.
139 // Try again without the NearBlock hint and without large memory pages
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h12 OPTION('l', large, true, false) \
/freebsd-13.1/stand/i386/loader/
H A Dversion9 0.7: Supports large KVM
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_div_impl.inc20 // 0 <= sr <= N - 1 or sr is very large.
49 // 0 <= sr <= N - 1 or sr is very large.
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dk524_err.et16 error_code ENCFULL, "encoding too large at server"
/freebsd-13.1/share/examples/printing/
H A Dmake-ps-header53 % Display user's login name, nice and large and prominent

12345678910>>...17