Searched refs:large (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_mount.sh98 atf_test_case large cleanup
105 atf_test_case large
119 atf_expect_fail "-o -s<large-size> succeeds unexpectedly on FreeBSD - bug 212862"
154 atf_add_test_case large
/freebsd-11-stable/share/examples/printing/
H A Dmake-ps-header53 % Display user's login name, nice and large and prominent
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc30 // If the value is too large for the integer type, saturate.
H A Dfp_fixuint_impl.inc28 // If the value is too large for the integer type, saturate.
/freebsd-11-stable/contrib/jemalloc/src/
H A Dstats.c45 void *cbopaque, unsigned i, bool bins, bool large, bool huge);
168 "large: size ind allocated nmalloc ndalloc"
257 unsigned i, bool bins, bool large, bool huge)
321 CTL_M2_GET("stats.arenas.0.large.allocated", i, &large_allocated,
323 CTL_M2_GET("stats.arenas.0.large.nmalloc", i, &large_nmalloc, uint64_t);
324 CTL_M2_GET("stats.arenas.0.large.ndalloc", i, &large_ndalloc, uint64_t);
325 CTL_M2_GET("stats.arenas.0.large.nrequests", i, &large_nrequests,
328 "large: %12zu %12"FMTu64" %12"FMTu64
365 if (large)
382 bool large local
256 stats_arena_print(void (*write_cb)(void *, const char *), void *cbopaque, unsigned i, bool bins, bool large, bool huge) argument
[all...]
/freebsd-11-stable/sys/powerpc/include/
H A Dpmap.h123 #define PVO_LARGE 0x200UL /* large page */
172 uint64_t allocate_user_vsid(pmap_t pm, uint64_t esid, int large);
173 void free_vsid(pmap_t pm, uint64_t esid, int large);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c680 int pcheck, int fast, int large);
1098 int fast, int large)
1111 if (large)
1122 if (large)
1136 if (large)
1162 int large; local
1167 large = FALSE;
1176 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1194 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1205 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1097 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Dslb.c208 /* Figure out if this is a large-page mapping */
212 * all physical memory is mapped with large pages.
282 allocate_user_vsid(pmap_t pm, uint64_t esid, int large) argument
295 if (large)
346 free_vsid(pmap_t pm, uint64_t esid, int large) argument
/freebsd-11-stable/usr.bin/localedef/
H A Dcollate.c1118 collate_large_t *large; local
1256 large = calloc(n, sizeof(collate_large_t));
1257 if (large == NULL) {
1276 large[i].pri.pri[j] = pri;
1280 large[i].val = cc->wc;
1308 if (wr_category(large, sz, f) < 0) {
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_intr.c186 ("phys addr too large %lx", (u_long)segs[0].ds_addr));
298 ("phys addr too large %lx", (u_long)segs[0].ds_addr));
308 he_intr_rbp(struct hatm_softc *sc, struct herbp *rbp, u_int large, argument
320 large ? "large" : "small", group));
322 rbp->head = (READ4(sc, HE_REGO_RBP_S(large, group)) >> HE_REGS_RBP_HEAD)
332 if (large) {
407 WRITE4(sc, HE_REGO_RBP_T(large, group),
422 /* large buffer - sync and unload */
424 DBG(sc, RX, ("RX large handl
[all...]
H A Dif_hatm.c195 ("phys addr too large %lx", (u_long)segs[0].ds_addr));
267 * Initialize/destroy DMA maps for the large pool 0
294 /* allocate and create the DMA maps for the large pool */
1116 hatm_clear_rpool(struct hatm_softc *sc, u_int group, u_int large) argument
1118 WRITE4(sc, HE_REGO_RBP_S(large, group), 0);
1119 WRITE4(sc, HE_REGO_RBP_T(large, group), 0);
1120 WRITE4(sc, HE_REGO_RBP_QI(large, group), 1);
1121 WRITE4(sc, HE_REGO_RBP_BL(large, group), 0);
1129 u_int large)
1132 hatm_clear_rpool(sc, group, large);
1128 hatm_init_rpool(struct hatm_softc *sc, struct herbp *q, u_int group, u_int large) argument
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm52 * We make the call by indirection, because in large programs the
H A Dcrtbegin.asm80 * We make the call by indirection, because in large programs the
/freebsd-11-stable/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-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1243 ent = &cmd->cache.large;
1418 list_for_each_entry_safe(msg, n, &cmd->cache.large.head, list) {
1436 spin_lock_init(&cmd->cache.large.lock);
1437 INIT_LIST_HEAD(&cmd->cache.large.head);
1447 msg->cache = &cmd->cache.large;
1448 list_add_tail(&msg->list, &cmd->cache.large.head);
/freebsd-11-stable/contrib/gcc/
H A Dsched-rgn.c443 in the region. Return true if the region is "too large" for interblock
1176 int num_bbs = 0, j, num_insns = 0, large;
1178 large = too_large (bbn, &num_bbs, &num_insns);
1192 if (!large)
1199 if ((large = too_large (succn, &num_bbs, &num_insns)))
1204 if (large)
1230 BLOCK_TO_BB (succn) = large ? 0 : num_bbs++;
1233 if (large)
1251 if (!large)
3006 as parts of large region
1175 int num_bbs = 0, j, num_insns = 0, large; local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm112 * Current estimate for non-large dividend is
114 * A large dividend is one greater than 2^(31-TOPBITS) and takes a
461 * Current estimate for non-large dividend is
463 * A large dividend is one greater than 2^(31-TOPBITS) and takes a
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A DMakefile96 sha1-armv4-large.o: sha1-armv4-large.S
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat23 echo. singlehtml to make a single large HTML file
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl480 } elsif (/Too large time skew -- (.*)$/) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c451 TEST(ldexp_denormal_large, large)
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.asm138 SRCS+= sha1-armv4-large.pl sha256-armv4.pl sha512-armv4.pl
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c416 * - new fb is too large to fit in compressed buffer
455 DRM_DEBUG_KMS("framebuffer too large, disabling "
469 DRM_DEBUG_KMS("mode too large for compression, disabling\n");
1121 /* Use the large buffer method to calculate cursor watermark */
1152 DRM_DEBUG_KMS("display watermark is too large(%d/%ld), disabling\n",
1158 DRM_DEBUG_KMS("cursor watermark is too large(%d/%ld), disabling\n",
1182 int small, large; local
1200 /* Use the minimum of the small and large buffer method for primary */
1202 large = line_count * line_size;
1204 entries = DIV_ROUND_UP(min(small, large), displa
1672 int small, large; local
2089 int small, large; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl168 cmpib,*>>= 6,$len,L\$oop1 ; is $len large enough to bother?

Completed in 230 milliseconds

123