Home
last modified time | relevance | path

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

12345678910>>...20

/freebsd-12.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-12.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-12.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-12.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-12.1/contrib/jemalloc/src/
H A Dstats.c523 stats_arena_print(emitter_t *emitter, unsigned i, bool bins, bool large, in stats_arena_print() argument
755 GET_AND_EMIT_ALLOC_STAT(large, allocated, size) in stats_arena_print()
756 GET_AND_EMIT_ALLOC_STAT(large, nmalloc, uint64) in stats_arena_print()
757 GET_AND_EMIT_ALLOC_STAT(large, ndalloc, uint64) in stats_arena_print()
758 GET_AND_EMIT_ALLOC_STAT(large, nrequests, uint64) in stats_arena_print()
820 if (large) { in stats_arena_print()
1066 bool unmerged, bool bins, bool large, bool mutex) { in stats_print_helper() argument
1187 large, mutex); in stats_print_helper()
1198 bins, large, mutex); in stats_print_helper()
1214 large, mutex); in stats_print_helper()
[all …]
H A Dlarge.c56 extent_list_append(&arena->large, extent); in large_palloc()
315 extent_list_remove(&arena->large, extent); in large_dalloc_prep_impl()
323 extent_list_remove(&arena->large, extent); in large_dalloc_prep_impl()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx_pci.c682 int pcheck, int fast, int large);
1100 int fast, int large) in ahc_scbram_config() argument
1113 if (large) in ahc_scbram_config()
1124 if (large) in ahc_scbram_config()
1138 if (large) in ahc_scbram_config()
1164 int large; in ahc_probe_ext_scbram() local
1169 large = FALSE; in ahc_probe_ext_scbram()
1178 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1222 large = TRUE; in ahc_probe_ext_scbram()
1248 large ? 64 : 32); in ahc_probe_ext_scbram()
[all …]
/freebsd-12.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-12.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-12.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-12.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-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td175 "integer literal is too large to be represented in any %select{signed |}0"
178 "integer literal is too large to be represented in a signed integer type, "
182 "integer literal is too large to be represented in type 'long', "
187 "integer literal is too large to be represented in type 'long', "
192 "integer literal is too large to be represented in type 'long' and is "
202 "this value is too large for this fixed point type">;
/freebsd-12.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-12.1/contrib/gcc/
H A Dparams.def182 "large-function-insns",
183 "The size of function body to be considered large",
186 "large-function-growth",
187 "Maximal growth due to inlining of large function (in percent)",
190 "large-unit-insns",
191 "The size of translation unit to be considered large",
332 For functions containing one loop with large known number of iterations
337 We need to cut the maximal predicted iterations to large enough iterations
537 there is a large number of mappings to process. In those cases, it
566 statements within the block. Clearly for large blocks the code
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h12 OPTION('l', large, true, false) \
H A Darena_structs_b.h152 extent_list_t large; member
/freebsd-12.1/sys/powerpc/include/
H A Dpmap.h175 uint64_t allocate_user_vsid(pmap_t pm, uint64_t esid, int large);
176 void free_vsid(pmap_t pm, uint64_t esid, int large);
/freebsd-12.1/usr.bin/localedef/
H A Dcollate.c1121 collate_large_t *large; in dump_collate() local
1261 large = calloc(n, sizeof(collate_large_t)); in dump_collate()
1262 if (large == NULL) { in dump_collate()
1281 large[i].pri.pri[j] = htote(pri); in dump_collate()
1285 large[i].val = htote(cc->wc); in dump_collate()
1318 if (wr_category(large, sz, f) < 0) { in dump_collate()
/freebsd-12.1/sys/powerpc/aim/
H A Dslb.c287 allocate_user_vsid(pmap_t pm, uint64_t esid, int large) in allocate_user_vsid() argument
300 if (large) in allocate_user_vsid()
351 free_vsid(pmap_t pm, uint64_t esid, int large) in free_vsid() argument
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dxenix10 # "small model", "large model", "huge model" stuff lifted from XXX
57 >0x1f byte =0x048 large model
/freebsd-12.1/stand/i386/loader/
H A Dversion9 0.7: Supports large KVM
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dk524_err.et16 error_code ENCFULL, "encoding too large at server"
/freebsd-12.1/share/examples/printing/
H A Dmake-ps-header53 % Display user's login name, nice and large and prominent
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_EncodeInit.pod59 buffer at B<out> is sufficiently large to accommodate the output data. Only full
68 repeatedly to process large amounts of input data. In the event of an error
76 sufficiently large to accommodate the output data which will never be more than
99 the buffer at B<out> is sufficiently large to accommodate the output data. This

12345678910>>...20