| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DataSpace.h | 45 int threshold);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DataSpace.h | 45 int threshold);
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-fp-as-gp.cc | 181 int threshold; local 185 After that, we can set threshold by the existence of prologue. 196 The threshold is "3" symbol accesses, 2 + 2 + 2 > 4. */ 197 threshold = 3; 207 the threshold is "5" symbol accesses, 5*2 > 4 + 2 + 2; 209 the threshold is "5+2" symbol accesses 7*2 > 4 + 4 + 4. */ 210 threshold = 5 + (TARGET_V3PUSH ? 0 : 2); 215 if (symbol_count >= threshold)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-fp-as-gp.cc | 181 int threshold; local 185 After that, we can set threshold by the existence of prologue. 196 The threshold is "3" symbol accesses, 2 + 2 + 2 > 4. */ 197 threshold = 3; 207 the threshold is "5" symbol accesses, 5*2 > 4 + 2 + 2; 209 the threshold is "5+2" symbol accesses 7*2 > 4 + 4 + 4. */ 210 threshold = 5 + (TARGET_V3PUSH ? 0 : 2); 215 if (symbol_count >= threshold)
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| thread_event.h | 16 * Maximum threshold on thread_(de)allocated_next_event_fast, so that there is 92 te_malloc_fastpath_ctx(tsd_t *tsd, uint64_t *allocated, uint64_t *threshold) { 94 *threshold = *tsd_thread_allocated_next_event_fastp_get_unsafe(tsd); 95 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 99 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) { 102 *threshold = *tsd_thread_deallocated_next_event_fastp_get_unsafe(tsd); 103 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 155 /* For next_event. Setter also updates the fast threshold. */
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| thread_event.h | 16 * Maximum threshold on thread_(de)allocated_next_event_fast, so that there is 92 te_malloc_fastpath_ctx(tsd_t *tsd, uint64_t *allocated, uint64_t *threshold) { 94 *threshold = *tsd_thread_allocated_next_event_fastp_get_unsafe(tsd); 95 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 99 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) { 102 *threshold = *tsd_thread_deallocated_next_event_fastp_get_unsafe(tsd); 103 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 155 /* For next_event. Setter also updates the fast threshold. */
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| segregator.d | 12 follows. All allocations smaller than or equal to `threshold` will be 18 struct Segregator(size_t threshold, SmallAllocator, LargeAllocator) 38 s <= threshold), or `LargeAllocator` otherwise. (If one of the 44 The memory is obtained from `SmallAllocator` if $(D s <= threshold), 56 delta <= threshold), the call is forwarded to `SmallAllocator`. If $(D 57 LargeAllocator) defines `expand` and $(D b.length > threshold), the 65 threshold && s <= threshold), the call is forwarded to $(D 67 b.length > threshold && s > threshold), the call is forwarded to $( [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dnstap/ |
| bad-fstrm-set-output-notify-threshold.conf | 15 fstrm-set-output-notify-threshold 0;
|
| good-fstrm-set-output-notify-threshold.conf | 15 fstrm-set-output-notify-threshold 32;
|
| /src/external/bsd/zstd/dist/lib/common/ |
| entropy_common.c | 50 int threshold; local 78 threshold = 1<<nbBits; 132 int const max = (2*threshold-1) - remaining; 135 if ((bitStream & (threshold-1)) < (U32)max) { 136 count = bitStream & (threshold-1); 139 count = bitStream & (2*threshold-1); 140 if (count >= threshold) count -= max; 157 assert(threshold > 1); 158 if (remaining < threshold) { 160 * threshold update condition because w [all...] |
| /src/external/mit/libuv/dist/src/ |
| thread-common.c | 59 b->threshold = count; 104 if (++b->in == b->threshold) { 106 b->out = b->threshold;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| oversize_threshold.c | 100 /* Set threshold to 1MB. */ 101 size_t threshold = 1024 * 1024; local 102 size_t threshold_sz = sizeof(threshold); 104 &threshold, threshold_sz); 119 * the oversize threshold.
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| oversize_threshold.c | 101 /* Set threshold to 1MB. */ 102 size_t threshold = 1024 * 1024; local 103 size_t threshold_sz = sizeof(threshold); 105 &threshold, threshold_sz); 120 * the oversize threshold.
|
| /src/usr.sbin/mrouted/ |
| rsrr.h | 101 * The threshold indicates the ttl an outgoing packet needs in order to 110 u_char threshold; /* vif threshold ttl */ member in struct:rsrr_vif
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| thread_event.h | 15 * Maximum threshold on thread_(de)allocated_next_event_fast, so that there is 114 te_malloc_fastpath_ctx(tsd_t *tsd, uint64_t *allocated, uint64_t *threshold) { 116 *threshold = *tsd_thread_allocated_next_event_fastp_get_unsafe(tsd); 117 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 121 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) { 124 *threshold = *tsd_thread_deallocated_next_event_fastp_get_unsafe(tsd); 125 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 177 /* For next_event. Setter also updates the fast threshold. */
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| thread_event.h | 15 * Maximum threshold on thread_(de)allocated_next_event_fast, so that there is 114 te_malloc_fastpath_ctx(tsd_t *tsd, uint64_t *allocated, uint64_t *threshold) { 116 *threshold = *tsd_thread_allocated_next_event_fastp_get_unsafe(tsd); 117 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 121 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) { 124 *threshold = *tsd_thread_deallocated_next_event_fastp_get_unsafe(tsd); 125 assert(*threshold <= TE_NEXT_EVENT_FAST_MAX); 177 /* For next_event. Setter also updates the fast threshold. */
|
| /src/usr.sbin/map-mbone/ |
| mapper.c | 57 u_char threshold; /* TTL threshold to forward */ member in struct:neighbor 310 u_char metric, threshold, ncount; local 324 threshold = *p++; 360 || nb_i->threshold != nb_n->threshold) 363 "metric/threshold", 404 if (metric != nb->metric || threshold != nb->threshold) 407 "metric/threshold", 445 u_char metric, threshold, ncount, flags; local [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| hypot.c | 37 mpfr_prec_t threshold; local 90 threshold = (MAX (N, Nz) + (rnd_mode == MPFR_RNDN ? 1 : 0)) << 1; 96 if (diff_exp > threshold) 161 handled by the diff_exp > threshold code; but this case is avoided
|
| /src/sys/arch/arm/nvidia/ |
| tegra124_cpu.c | 191 int threshold = 0; local 214 threshold = 1; 222 threshold = 1; 229 return threshold;
|
| /src/sys/dev/scsipi/ |
| scsi_scanner.h | 82 u_int8_t threshold; member in struct:scsi_window_data
|
| /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| transforms_pmbuilder.go | 66 func (pmb PassManagerBuilder) UseInlinerWithThreshold(threshold uint) { 67 C.LLVMPassManagerBuilderUseInlinerWithThreshold(pmb.C, C.uint(threshold))
|
| transforms_scalar.go | 38 func (pm PassManager) AddScalarReplAggregatesPassWithThreshold(threshold int) { 39 C.LLVMAddScalarReplAggregatesPassWithThreshold(pm.C, C.int(threshold))
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| dictionary.h | 47 double threshold; member in class:dictionary
|
| /src/crypto/external/bsd/openssh/dist/ |
| log.c | 470 * maintained and when it exceeds a threshold further events are dropped 471 * until the rate falls back below that threshold. 499 log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold, 503 rl->threshold = threshold; 508 rl, rl->threshold, rl->max_accum, rl->hysteresis, rl->log_every)); 524 "accum=%u since=%ld since_last=%u", rl, rl->threshold, 556 RLDBG(("check threshold: accum=%u vs thresh=%u", 557 rl->accumulated_events, rl->threshold)); 559 /* Are we under threshold? * [all...] |
| /src/external/lgpl3/mpfr/dist/tune/ |
| tuneup.c | 1 /* Tune various threshold of MPFR 367 domeasure (mpfr_prec_t *threshold, 387 *threshold = MPFR_PREC_MAX; 389 *threshold = 1; 467 /* Tune a function with a simple THRESHOLD 468 The function doesn't depend on another threshold. 469 It assumes that it uses algo1 if p < THRESHOLD 474 tune_simple_func (mpfr_prec_t *threshold, 487 d = domeasure (threshold, func, pmin); 493 *threshold = pmin [all...] |