Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 25 of 67) sorted by relevance

123

/freebsd-13.1/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c247 int m, l, linear, t; in _citrus_JOHAB_stdenc_wctocs() local
261 linear = l - 0xD9; in _citrus_JOHAB_stdenc_wctocs()
264 linear = l - 0xE0; in _citrus_JOHAB_stdenc_wctocs()
268 linear *= 188; in _citrus_JOHAB_stdenc_wctocs()
270 linear += t - 0x31; in _citrus_JOHAB_stdenc_wctocs()
272 linear += t - 0x43; in _citrus_JOHAB_stdenc_wctocs()
275 l = (linear / 94) + m; in _citrus_JOHAB_stdenc_wctocs()
290 int m, n, l, linear, t; in _citrus_JOHAB_stdenc_cstowc() local
308 linear = (l * 94) + t; in _citrus_JOHAB_stdenc_cstowc()
309 l = (linear / 188) + m; in _citrus_JOHAB_stdenc_cstowc()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.clearlquantize.d.out2 linear
22 linear
41 linear
59 linear
77 linear
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.css273 background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
274 background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
275 background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
305 background-image: -moz-linear-gradient(top, #717171, #232323);
306 background-image: -webkit-linear-gradient(top, #717171, #232323);
307 background-image: -ms-linear-gradient(top, #717171, #232323);
308 background-image: -o-linear-gradient(top, #717171, #232323);
433 background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
434 background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
435 background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dlm3630a-backlight.yaml80 ti,linear-mapping-mode:
82 Enable linear mapping mode. If disabled, then it will use exponential
133 ti,linear-mapping-mode;
139 ti,linear-mapping-mode;
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_wq.c69 int max_direct = param->linear ? INT_MAX : 0; in mlx5_wq_cyc_create()
105 int max_direct = param->linear ? INT_MAX : 0; in mlx5_cqwq_create()
143 int max_direct = param->linear ? INT_MAX : 0; in mlx5_wq_ll_create()
H A Dwq.h34 int linear; member
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dacorn43 >(9.b+19) byte =1 LZW-compressed linear
44 >(9.b+19) byte =2 8-bit linear signed
45 >(9.b+19) byte =3 16-bit linear signed
46 >(9.b+19) byte =4 SigmaDelta-compressed linear
H A Daudio14 >12 belong 2 8-bit linear PCM [REF-PCM],
16 >12 belong 3 16-bit linear PCM,
18 >12 belong 4 24-bit linear PCM,
20 >12 belong 5 32-bit linear PCM,
32 >12 belong 18 16-bit linear with emphasis,
33 >12 belong 19 16-bit linear compressed,
52 >12 lelong 2 8-bit linear PCM [REF-PCM],
54 >12 lelong 3 16-bit linear PCM,
56 >12 lelong 4 24-bit linear PCM,
58 >12 lelong 5 32-bit linear PCM,
[all …]
/freebsd-13.1/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE24 # showoreg: yes/no control display of linear regression of offset values
27 # showfreg: yes/no control display of linear regression of frequency values
30 # timebase: dynamic/ISO_DATE_TIME point of zero for linear regression
H A DREADME139 linear regression package used by ntploopwatch to compute
140 linear approximations for frequency and offset values
/freebsd-13.1/contrib/libxo/xohtml/
H A Dxohtml.css580 background: linear-gradient(top,
582 background: -moz-linear-gradient(top,
584 background: -webkit-linear-gradient(top,
593 background: linear-gradient(top,
595 background: -moz-linear-gradient(top,
597 background: -webkit-linear-gradient(top,
908 background: -moz-linear-gradient(center top , #4B90C3, #0D63A3)
981 background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
982 …background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop…
1008 background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
[all …]
/freebsd-13.1/contrib/bc/manuals/
H A Dalgorithms.md7 This `bc` uses brute force addition, which is linear (`O(n)`) in the number of
12 This `bc` uses brute force subtraction, which is linear (`O(n)`) in the number
219 It has a complexity of `O(n^3)` because of linear amount of `O(n^2)`
282 It has a complexity of `O(n^4)` because it has a linear number of divisions.
/freebsd-13.1/lib/libc/db/
H A DREADME29 hash The extended linear hashing routines.
/freebsd-13.1/tools/tools/net80211/wesside/
H A DREADME13 * Discovers the network's IP using the linear keystream expansion technique in
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst62 Place stack at start of linear memory rather than after data.
108 Initial size of the linear memory. Default: static data size.
112 Maximum size of the linear memory. Default: unlimited.
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/
H A Ddongwoon,dw9768.yaml16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def103 // Modifiers for 'linear' clause.
/freebsd-13.1/tools/tools/net80211/w00t/
H A DREADME72 Sniff a WEP packet and do the linear keystream expansion trick to
/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt151 Type: array coefficients to compose a linear relation between
154 is not specified. A simple linear polynomial is used:
533 * linear relation. E.g.:
541 /* Trips are based on resulting linear equation */
H A Dthermal-zones.yaml88 An array of integers containing the coefficients of a linear equation
91 The linear equation used is as follows,
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt18 defined in linear algebra.
156 This supplies a 3x3 rotation matrix in the strict linear algebraic sense,
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dscrypt.pod18 time in an approximately linear fashion. r is the block size of the internally
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3532.txt11 each with 32 internal voltage setting resistors, 8-bit logarithmic and linear
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd71828-pmic.yaml15 single-cell linear charger. Also included is a Coulomb counter, a real-time
/freebsd-13.1/contrib/expat/doc/
H A Dok.min.css2linear-gradient(var(--ok-bg-1),var(--ok-bg-1));width:100%;height:.5rem;color:transparent;box-sizin…

123