Home
last modified time | relevance | path

Searched +full:over +full:- +full:current +full:- +full:scale +full:- +full:factor (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt5651.txt7 - compatible : "realtek,rt5651".
9 - reg : The I2C address of the device.
13 - realtek,in2-differential
14 Boolean. Indicate MIC2 input are differential, rather than single-ended.
16 - realtek,dmic-en
19 - realtek,jack-detect-source
21 1: Use JD1_1 pin for jack-detect
22 2: Use JD1_2 pin for jack-detect
23 3: Use JD2 pin for jack-detect
25 - realtek,jack-detect-not-inverted
[all …]
H A Drt5640.txt7 - compatible : One of "realtek,rt5640" or "realtek,rt5639".
9 - reg : The I2C address of the device.
11 - interrupts : The CODEC's interrupt output.
15 - clocks: The phandle of the master clock to the CODEC
16 - clock-names: Should be "mclk"
18 - realtek,in1-differential
19 - realtek,in2-differential
20 - realtek,in3-differential
21 Boolean. Indicate MIC1/2/3 input are differential, rather than single-ended.
23 - realtek,lout-differential
[all …]
H A Drealtek,rt5640.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Neil Armstrong <neil.armstrong@linaro.org>
39 - $ref: dai-common.yaml#
44 - realtek,rt5640
45 - realtek,rt5639
54 realtek,in1-differential:
56 Indicate MIC1 input is differential, rather than single-ended.
59 realtek,in2-differential:
[all …]
/freebsd/share/doc/usd/05.dc/
H A Ddc3 .\" Copyright (C) Caldera International Inc. 2001-2002.
35 .EH 'USD:5-%''DC \- An Interactive Desk Calculator'
36 .OH 'DC \- An Interactive Desk Calculator''USD:5-%'
38 .\" ....TM 75-1271-8 39199 39199-11
41 DC \- An Interactive Desk Calculator
42 .AU "MH 2C-524" 3878
52 time-sharing system to do arbitrary-precision
54 It has provision for manipulating scaled fixed-point numbers and
71 The current version of DC uses a different approach.
77 time-sharing system
[all …]
/freebsd/share/doc/papers/timecounter/
H A Dtimecounter.ms5 .\" ----------------------------------------------------------------------------
6 .\" "THE BEER-WARE LICENSE" (Revision 42):
9 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
10 .\" ----------------------------------------------------------------------------
16 .A "Poul-Henning Kamp" "The FreeBSD Project"
18 The FreeBSD timecounters are an architecture-independent implementation
21 multiplication to canonical timescales based on micro- or nano-seconds
23 synchronisation. Timecounters are implemented using lock-less
24 stable-storage based primitives which scale efficiently in SMP
73 The current crop of atomic clocks will neither gain nor lose a
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1 //===- LoopStrengthReduce.cpp - Strength Reduce IVs in Loops --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 // rewrites expressions to take advantage of scaled-index addressing modes
19 // Terminology note: this code has a lot of handling for "post-increment" or
20 // "post-inc" users. This is not talking about post-increment addressing modes;
31 // example, the icmp is a post-increment user, since it uses %i.next, which is
33 // case of post-increment users is users outside the loop.
47 // we may not actually need both reg and (-1 * reg) in registers; the
53 //===----------------------------------------------------------------------===//
[all …]
/freebsd/sys/net80211/
H A Dieee80211_ht.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
37 /* threshold for aging overlapping non-HT bss */
50 #define IEEE80211_AGGR_AMSDU 0x0080 /* A-MSDU in A-MPDU TX allowed */
54 int txa_pkts; /* packets over last sample interval */
55 int txa_avgpps; /* filtered traffic over window */
64 void *txa_private; /* driver-private storage */
68 /* return non-zero if AMPDU tx for the TID is running */
70 (((tap)->txa_flags & IEEE80211_AGGR_RUNNING) != 0)
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp5 //===----------------------------------------------------------------------===//
9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 //===----------------------------------------------------------------------===//
81 sample -= offset; in addSample()
84 double delta = sample - meanVal; in addSample()
88 m2 = m2 + delta * (sample - meanVal); in addSample()
110 double delta = other.meanVal - meanVal; in operator +=()
113 // then the compiler would not be able to re-order over brackets. In C++ it in operator +=()
118 meanVal = meanVal * dscBydnsc + other.meanVal * (1 - dscBydnsc); in operator +=()
129 void statistic::scale(double factor) { in scale() function in statistic
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1 //===- TargetTransformInfo.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 /// This pass exposes codegen information to IR-level passes. Every
11 /// 1. The IR-level analysis pass.
12 /// 2. The IR-level transformation interface which provides the needed
14 /// 3. Codegen-level implementation which uses target-specific hooks.
16 /// This file defines #2, which is the interface that IR-level transformations
19 //===----------------------------------------------------------------------===//
75 /// If this is non-null, then analysis/optimization passes can assume that
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/sys/contrib/openzfs/man/man4/
H A Dzfs.41 .\" SPDX-License-Identifier: CDDL-1.0
11 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
31 .Bl -tag -width Ds
53 The percentage over
98 Turbo L2ARC warm-up.
172 for the current workload.
175 Percent of ARC size allowed for L2ARC-only headers.
182 Trims ahead of the current write size
248 of a top-level vdev before moving on to the next top-level vdev.
251 Enable metaslab groups biasing based on their over- or under-utilization
[all …]
/freebsd/sys/kern/
H A Dkern_tc.c1 /*-
2 * SPDX-License-Identifier: Beerware
4 * ----------------------------------------------------------------------------
5 * "THE BEER-WARE LICENSE" (Revision 42):
8 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
9 * ----------------------------------------------------------------------------
65 dummy_get_timecount, 0, ~0u, 1000000, "dummy", -1000000
89 .th_scale = (uint64_t)-1 / 1000000,
112 * is set to new_time - uptime.
151 static int tc_chosen; /* Non-zero if a specific tc was chosen via sysctl. */
[all …]
H A Dkern_synch.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
83 * Constants for averages over 1, 5, and 15 minutes
87 0.9200444146293232 * FSCALE, /* exp(-1/12) */
88 0.9834714538216174 * FSCALE, /* exp(-1/60) */
89 0.9944598480048967 * FSCALE, /* exp(-1/180) */
94 "Fixed-poin
[all...]
H A Dsched_ule.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2007, Jeffrey Roberson <jeff@freebsd.org>
32 * performance under load even on uni-processor systems.
90 #define TDQ_LOADNAME_LEN (sizeof("CPU ") + sizeof(__XSTRING(MAXCPU)) - 1 + sizeof(" load"))
115 #define THREAD_CAN_MIGRATE(td) ((td)->td_pinned == 0)
117 CPU_ISSET((cpu), &(td)->td_cpuset->cs_mask)
124 * Priority ranges used for interactive and non-interactive timeshare
127 * (NHALF, x, and NHALF) handle non-interactive threads with the outer
130 #define PRI_TIMESHARE_RANGE (PRI_MAX_TIMESHARE - PRI_MIN_TIMESHARE + 1)
[all …]
/freebsd/contrib/ntp/include/
H A Dmbg_gps166.h2 …* /src/NTP/REPOSITORY/ntp4-dev/include/mbg_gps166.h,v 4.7 2006/06/22 18:41:43 kardel RELEASE_20060…
11 * Copyright (c) 1997-2005 by Frank Kardel <kardel <AT> ntp.org>
77 * The Unix time_t epoch is usually 1970-01-01 00:00 whereas
78 * the GPS epoch is 1980-01-06 00:00, so the difference is 10 years,
80 * of the day-of-month (6 - 1), so:<br>
199 * The individual command codes are marked with (rwa) accordingly, where '-' is used
217 GPS_AUTO_ON = 0x000, ///< (-w-) no data, enable auto-msgs from device
218 GPS_AUTO_OFF, ///< (-w-) no data, disable auto-msgs from device
219 …GPS_SW_REV, ///< (r--) deprecated, ::SW_REV, software revision, use only if ::GPS_RECEIV…
220 …GPS_BVAR_STAT, ///< (r--) ::BVAR_STAT, status of buffered variables, only if ::GPS_MODEL_HA…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1 //===- SampleProfile.cpp - Incorporate sample profiles into the IR --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // reads a profile file generated by a sampling profiler (e.g. Linux Perf -
16 // - prof: Represents branch weights. This annotation is added to branches
22 //===----------------------------------------------------------------------===//
99 #define DEBUG_TYPE "sample-profile"
100 #define CSINLINE_DEBUG DEBUG_TYPE "-inline"
110 "Number of inlined callsites with a partial distribution factor");
123 "sample-profile-file", cl::init(""), cl::value_desc("filename"),
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
16 #define ZSTD_LITFREQ_ADD 2 /* scaling factor for litFreq, so that frequencies adapt faster to …
19 …REDEF_THRESHOLD, symbols' cost is assumed static, directly determined by pre-defined distributions…
22 /*-*************************************
68 return optPtr->literalCompressionMode != ZSTD_ps_disable; in ZSTD_compressedLiterals()
74 optPtr->litSumBasePrice = WEIGHT(optPtr->litSum, optLevel); in ZSTD_setBasePrices()
75 optPtr->litLengthSumBasePrice = WEIGHT(optPtr->litLengthSum, optLevel); in ZSTD_setBasePrices()
76 optPtr->matchLengthSumBasePrice = WEIGHT(optPtr->matchLengthSum, optLevel); in ZSTD_setBasePrices()
77 optPtr->offCodeSumBasePrice = WEIGHT(optPtr->offCodeSum, optLevel); in ZSTD_setBasePrices()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
3 * Copyright (c) 2016-2020, Przemyslaw Skibinski, Yann Collet, Facebook, Inc.
6 * This source code is licensed under both the BSD-style license (found in the
9 * You may select, at your option, one of the above-listed licenses.
17 #define ZSTD_LITFREQ_ADD 2 /* scaling factor for litFreq, so that frequencies adapt faster to …
18 #define ZSTD_FREQ_DIV 4 /* log factor when using previous stats to init next stats */
21 …REDEF_THRESHOLD, symbols' cost is assumed static, directly determined by pre-defined distributions…
24 /*-*************************************
70 return optPtr->literalCompressionMode != ZSTD_lcm_uncompressed; in ZSTD_compressedLiterals()
76 optPtr->litSumBasePrice = WEIGHT(optPtr->litSum, optLevel); in ZSTD_setBasePrices()
[all …]
/freebsd/sys/cam/
H A Dcam_iosched.c1 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
60 * Default I/O scheduler for FreeBSD. This implementation is just a thin-vineer
61 * over the bioq_* interface, with notions of separate calls for normal I/O and
81 * where N is the number of samples that 86% of the current
85 * alpha_bits = -log_2(alpha)
86 * alpha = 2^-alpha_bits
103 * published read-only since at present they are compile time constants.
130 #define LAT_BUCKETS 20 /* < 20us < 40us ... < 2^(n-1)*20us >= 2^(n-1)*20us */
248 * Information about the current rate limiters, if any
[all …]
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c2 * ntp_calendar.c - calendar and helper functions
7 * ---------
[all...]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2004 Atheros Communications, Inc.
51 * on the host machine (don't know--the problem was identified
78 const HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5210Reset()
86 opmode, chan->ic_freq, chan->ic_flags, in ar5210Reset()
101 __func__, chan->ic_freq, chan->ic_flags); in ar5210Reset()
126 OS_REG_WRITE(ah, AR_STA_ID0, LE_READ_4(ahp->ah_macaddr)); in ar5210Reset()
127 OS_REG_WRITE(ah, AR_STA_ID1, LE_READ_2(ahp->ah_macaddr + 4)); in ar5210Reset()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1 //===- lib/CodeGen/MachineTraceMetrics.cpp --------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
41 #define DEBUG_TYPE "machine-trace-metrics"
67 const TargetSubtargetInfo &ST = MF->getSubtarget(); in runOnMachineFunction()
70 MRI = &MF->getRegInfo(); in runOnMachineFunction()
73 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
74 ProcReleaseAtCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction()
88 //===----------------------------------------------------------------------===//
90 //===----------------------------------------------------------------------===//
[all …]
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl2 # -*- julia -*-
4 # remez.jl - implementation of the Remez algorithm for polynomial approximation
6 # Copyright (c) 2015-2019, Arm Limited.
7 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
11 # ----------------------------------------------------------------------
33 # ----------------------------------------------------------------------
34 # Global variables configured by command-line options.
35 floatsuffix = "" # adjusted by --floatsuffix
36 xvarname = "x" # adjusted by --variable
37 epsbits = 256 # adjusted by --bits
[all …]
/freebsd/sys/netinet/
H A Dtcp_syncache.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
10 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
118 #define ADDED_BY_TOE(sc) ((sc)->sc_tod != NULL)
174 "Per-bucket hash limit for syncache");
181 &VNET_NAME(tcp_syncache.zone), "Current number of entries in syncache");
200 if ((error == 0) && (req->newptr != NULL)) { in sysctl_net_inet_tcp_syncache_rexmtlimit_check()
222 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
223 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
224 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1 //===-- TargetLowering.cpp - Implement the TargetLowering class -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
58 if (F.getFnAttribute("disable-tail-calls").getValueAsBool()) in isInTailCallPosition()
97 // for the function live-in value of register Reg) in parametersInCSRMatch()
99 if (Value->getOpcode() == ISD::AssertZext) in parametersInCSRMatch()
101 if (Value->getOpcode() != ISD::CopyFromReg) in parametersInCSRMatch()
103 Register ArgReg = cast<RegisterSDNode>(Value->getOperand(1))->getReg(); in parametersInCSRMatch()
114 IsSExt = Call->paramHasAttr(ArgIdx, Attribute::SExt); in setAttributes()
[all …]

1234