| /src/tests/usr.bin/xlint/lint1/ |
| msg_348.c | 157 enum large { enum 158 /* expect+1: warning: constant -0x10000000000 too large for 'int' [56] */ 160 /* expect+1: warning: constant 0x10000000000 too large for 'int' [56] */ 166 large_name(enum large large) 172 return name[large];
|
| /src/sys/external/bsd/drm/dist/bsd-core/radeon/ |
| Makefile | 12 CFLAGS += --param large-function-growth=1000
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_fixint_impl.inc | 31 // If the value is too large for the integer type, saturate.
|
| fp_fixuint_impl.inc | 29 // If the value is too large for the integer type, saturate.
|
| /src/usr.bin/make/unit-tests/ |
| opt-where-am-i.mk | 5 # large source trees that involve several nested make calls.
|
| varcmd.mk | 10 # This test produces different results if the large block with the condition 13 # actually intended. Removing that large block of code makes only this test
|
| job-output-long-lines.mk | 8 # the line, to make them clearly visible in large log files.
|
| varname-make_stack_trace.mk | 9 # variable and a stack trace can grow large depending on the shell commands in
|
| cond-token-number.mk | 101 # Very large numbers round up to infinity on IEEE 754 implementations, or to
|
| opt-keep-going-indirect.mk | 29 # failures in jobs mode (by far the most common when building large
|
| varmod-range.mk | 84 # very large number, consuming all available memory.
|
| varmod.mk | 131 # Test the word selection modifier ':[n]' with a very large number that is 140 # Test the range generation modifier ':range=n' with a very large number that
|
| /src/games/warp/ |
| config.sh | 88 large=''
|
| /src/tests/fs/tmpfs/ |
| t_mount.sh | 96 atf_test_case large 138 atf_add_test_case large
|
| /src/common/dist/zlib/examples/ |
| enough.c | 92 exceed the capacity of an eight-byte integer with a large number of symbols 93 and a large maximum code length, so multiple-precision arithmetic would need 227 int large; // largest code table so far member in struct:__anon5f116f8d0208 376 if (mem >= g.large) { 379 if (mem > g.large) { 380 g.large = mem; 461 g.large = 1 << g.root; // base table 479 printf("maximum of %d table entries for root = %d\n", g.large, g.root);
|
| /src/common/dist/zlib/watcom/ |
| watcom_l.mak | 2 # OpenWatcom large model
|
| /src/sys/arch/sparc64/include/ |
| param.h | 203 #error MSGBUFSIZE is too large
|
| /src/sys/dev/pci/ |
| ahc_pci.c | 707 int pcheck, int fast, int large); 1175 int fast, int large) 1188 if (large) 1199 if (large) 1213 if (large) 1239 int large; local in function:ahc_probe_ext_scbram 1244 large = FALSE; 1253 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); 1271 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); 1282 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); [all...] |
| /src/share/examples/puffs/pgfs/ |
| newfs.sql | 31 -- XXX this leaves large objects 37 -- we put everything in the pgfs schema. (except large objects) 72 -- large objects.
|
| /src/ |
| README.md | 6 platforms](https://wiki.NetBSD.org/ports/), from large-scale servers
|
| /src/common/dist/zlib/contrib/pascal/ |
| example.pas | 269 * Test deflate with large buffers and dynamic change of compression level 321 * Test inflate with large buffers 348 CHECK_ERR(err, 'large inflate'); 356 WriteLn('bad large inflate: ', d_stream.total_out); 573 WriteLn('** Testing deflate with large buffers'); 577 WriteLn('** Testing inflate with large buffers');
|
| /src/sys/kern/ |
| subr_kmem.c | 165 /* sdt:kmem:alloc:large, sdt:kmem:free:large probes */ 166 SDT_PROBE_DEFINE4(sdt, kmem, alloc, large, 171 SDT_PROBE_DEFINE3(sdt, kmem, free, large, 322 SDT_PROBE4(sdt, kmem, alloc, large, 386 SDT_PROBE3(sdt, kmem, free, large,
|
| /src/common/lib/libc/arch/sh3/string/ |
| memset.S | 57 cmp/hs REG_TMP1,REG_LEN /* if (len >= 28) goto large; */ 58 bt/s large 198 large: label
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| oc_cksum.s | 74 | me why.) So, since 16 was good for both large and small counts,
|
| /src/tests/lib/libm/ |
| t_ldexp.c | 446 TEST(ldexp_denormal_large, large)
|