/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/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/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/arch/x86/x86/ |
cpu.c | 1102 uint32_t large; member in struct:cpu_copy_trampoline::__anon4b7c51eb0108 1108 smp_data.large = (pmap_largepages != 0);
|
/src/sys/dev/pci/ |
ahc_pci.c | 707 int pcheck, int fast, int large); 1185 int fast, int large) 1198 if (large) 1209 if (large) 1223 if (large) 1249 int large; local in function:ahc_probe_ext_scbram 1254 large = FALSE; 1263 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); 1281 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); 1292 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_pm.c | 688 * intel_wm_method2 - Method 2 / "large buffer" watermark formula 695 * Compute the watermark using the method 2 or "large buffer" 702 * a longer period. The name "large" refers to the fact the 703 * FIFO is relatively large compared to the amount of data 1166 unsigned int small, large; local in function:g4x_compute_wm 1169 large = intel_wm_method2(clock, htotal, width, cpp, latency); 1171 wm = min(small, large); 2769 DRM_DEBUG_KMS("Primary WM%d too large %u (max %u)\n", 2772 DRM_DEBUG_KMS("Sprite WM%d too large %u (max %u)\n", 2775 DRM_DEBUG_KMS("Cursor WM%d too large %u (max %u)\n" [all...] |