Home
last modified time | relevance | path

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

123

/freebsd-14-stable/lib/libiconv_modules/JOHAB/
HDcitrus_johab.c246 int m, l, linear, t; in _citrus_JOHAB_stdenc_wctocs() local
260 linear = l - 0xD9; in _citrus_JOHAB_stdenc_wctocs()
263 linear = l - 0xE0; in _citrus_JOHAB_stdenc_wctocs()
267 linear *= 188; in _citrus_JOHAB_stdenc_wctocs()
269 linear += t - 0x31; in _citrus_JOHAB_stdenc_wctocs()
271 linear += t - 0x43; in _citrus_JOHAB_stdenc_wctocs()
274 l = (linear / 94) + m; in _citrus_JOHAB_stdenc_wctocs()
275 t = (linear % 94) + 0x21; in _citrus_JOHAB_stdenc_wctocs()
289 int m, n, l, linear, t; in _citrus_JOHAB_stdenc_cstowc() local
307 linear = (l * 94) + t; in _citrus_JOHAB_stdenc_cstowc()
[all …]
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDutil.c88 u64 linear; in rtw89_db_2_linear() local
99 linear = db_invert_table[i][j]; in rtw89_db_2_linear()
102 linear = linear << RTW89_LINEAR_FRAC_BITS; in rtw89_db_2_linear()
104 return linear; in rtw89_db_2_linear()
HDutil.h78 u32 rtw89_linear_2_db(u64 linear);
HDrtw8852b_common.c618 u64 linear; in rtw8852bt_ext_loss_avg_update() local
624 linear = rtw89_db_2_linear(abs(ext_loss_a - ext_loss_b)) + 1; in rtw8852bt_ext_loss_avg_update()
625 linear = DIV_ROUND_CLOSEST_ULL(linear / 2, 1 << RTW89_LINEAR_FRAC_BITS); in rtw8852bt_ext_loss_avg_update()
626 ext_loss_avg = rtw89_linear_2_db(linear); in rtw8852bt_ext_loss_avg_update()
/freebsd-14-stable/contrib/libxo/xohtml/external/
HDjquery.qtip.css271 …background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(10…
272 background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
273 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%);
304 background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
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);
[all …]
/freebsd-14-stable/contrib/file/magic/Magdir/
HDacorn43 >(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
HDaudio14 >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,
34 >12 belong 20 16-bit linear with emphasis and compression,
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,
[all …]
/freebsd-14-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_wq.c67 int max_direct = param->linear ? INT_MAX : 0; in mlx5_wq_cyc_create()
103 int max_direct = param->linear ? INT_MAX : 0; in mlx5_cqwq_create()
141 int max_direct = param->linear ? INT_MAX : 0; in mlx5_wq_ll_create()
HDwq.h32 int linear; member
/freebsd-14-stable/contrib/ntp/scripts/monitoring/
HDloopwatch.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
HDREADME139 linear regression package used by ntploopwatch to compute
140 linear approximations for frequency and offset values
/freebsd-14-stable/contrib/libxo/xohtml/
HDxohtml.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-14-stable/sys/contrib/dev/rtw88/
HDphy.c806 u64 linear; in rtw_phy_db_2_linear() local
817 linear = db_invert_table[i][j]; in rtw_phy_db_2_linear()
818 linear = i > 2 ? linear << FRAC_BITS : linear; in rtw_phy_db_2_linear()
820 return linear; in rtw_phy_db_2_linear()
823 static u8 rtw_phy_linear_2_db(u64 linear) in rtw_phy_linear_2_db() argument
831 if (i <= 2 && (linear << FRAC_BITS) <= db_invert_table[i][j]) in rtw_phy_linear_2_db()
833 else if (i > 2 && linear <= db_invert_table[i][j]) in rtw_phy_linear_2_db()
846 if (db_invert_table[i][0] - linear > in rtw_phy_linear_2_db()
847 linear - db_invert_table[i - 1][7]) { in rtw_phy_linear_2_db()
852 if (db_invert_table[3][0] - linear > in rtw_phy_linear_2_db()
[all …]
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPTProperties.td12 "4T, 8T and so on, which guarantees a total linear time spent checking "
/freebsd-14-stable/contrib/llvm-project/lld/docs/
HDWebAssembly.rst62 Place stack at start of linear memory rather than after data.
132 Initial size of the linear memory. Default: the sum of stack, static data and heap sizes.
136 Maximum size of the linear memory. Default: unlimited.
140 Set maximum size of the linear memory to its initial size, disallowing memory growth.
/freebsd-14-stable/lib/libc/db/
HDREADME28 hash The extended linear hashing routines.
/freebsd-14-stable/tools/tools/net80211/wesside/
HDREADME12 * Discovers the network's IP using the linear keystream expansion technique in
/freebsd-14-stable/contrib/bc/manuals/
HDalgorithms.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
287 It has a complexity of `O(n^3)` because of linear amount of `O(n^2)`
350 It has a complexity of `O(n^4)` because it has a linear number of divisions.
/freebsd-14-stable/tools/tools/net80211/w00t/
HDREADME71 Sniff a WEP packet and do the linear keystream expansion trick to
/freebsd-14-stable/sys/contrib/device-tree/Bindings/thermal/
HDthermal.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 */
/freebsd-14-stable/sys/contrib/device-tree/Bindings/iio/
HDmount-matrix.txt18 defined in linear algebra.
156 This supplies a 3x3 rotation matrix in the strict linear algebraic sense,
/freebsd-14-stable/sys/contrib/device-tree/Bindings/leds/
HDleds-lm3532.txt11 each with 32 internal voltage setting resistors, 8-bit logarithmic and linear
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.def133 // Modifiers for 'linear' clause.
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/
HDcmath.inc247 // [c.math.lerp], linear interpolation
/freebsd-14-stable/contrib/expat/doc/
HDok.min.css2linear-gradient(var(--ok-bg-1),var(--ok-bg-1));width:100%;height:.5rem;color:transparent;box-sizin…

123