| /freebsd-14.2/lib/libiconv_modules/JOHAB/ |
| H A D | citrus_johab.c | 246 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() 289 int m, n, l, linear, t; in _citrus_JOHAB_stdenc_cstowc() local 307 linear = (l * 94) + t; in _citrus_JOHAB_stdenc_cstowc() 308 l = (linear / 188) + m; in _citrus_JOHAB_stdenc_cstowc() [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.clearlquantize.d.out | 2 linear 22 linear 41 linear 59 linear 77 linear
|
| /freebsd-14.2/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 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%); 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-14.2/sys/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | lm3630a-backlight.yaml | 80 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;
|
| H A D | mediatek,mt6370-backlight.yaml | 17 16384 current steps (14 bits, only for MT6372) in exponential or linear 80 is not enabled, the default is to use linear mode.
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_wq.c | 67 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()
|
| H A D | wq.h | 32 int linear; member
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | acorn | 43 >(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 D | audio | 14 >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-14.2/contrib/ntp/scripts/monitoring/ |
| H A D | loopwatch.config.SAMPLE | 24 # 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 D | README | 139 linear regression package used by ntploopwatch to compute 140 linear approximations for frequency and offset values
|
| /freebsd-14.2/contrib/libxo/xohtml/ |
| H A D | xohtml.css | 580 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.2/sys/contrib/dev/rtw88/ |
| H A D | phy.c | 796 u64 linear; in rtw_phy_db_2_linear() local 807 linear = db_invert_table[i][j]; in rtw_phy_db_2_linear() 808 linear = i > 2 ? linear << FRAC_BITS : linear; in rtw_phy_db_2_linear() 810 return linear; in rtw_phy_db_2_linear() 813 static u8 rtw_phy_linear_2_db(u64 linear) in rtw_phy_linear_2_db() argument 836 if (db_invert_table[i][0] - linear > in rtw_phy_linear_2_db() 842 if (db_invert_table[3][0] - linear > in rtw_phy_linear_2_db() 843 linear - db_invert_table[2][7]) { in rtw_phy_linear_2_db() 849 if (db_invert_table[i][j] - linear > in rtw_phy_linear_2_db() 864 u64 linear; in rtw_phy_rf_power_2_rssi() local [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/afe/ |
| H A D | temperature-sense-rtd.yaml | 14 used to get a linear voltage to temperature reading within a give range 64 alpha can also be expressed in micro-ohms per ohm Celsius. It's a linear
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ntc-thermistor.yaml | 13 vary in resistance in an often non-linear way in relation to temperature. 16 temperature is non-linear, software drivers most often need to use a look
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTProperties.td | 12 "4T, 8T and so on, which guarantees a total linear time spent checking "
|
| /freebsd-14.2/lib/libc/db/ |
| H A D | README | 28 hash The extended linear hashing routines.
|
| /freebsd-14.2/tools/tools/net80211/wesside/ |
| H A D | README | 12 * Discovers the network's IP using the linear keystream expansion technique in
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | nvidia,tegra20-mc.yaml | 22 Table) which allows Memory Controller to provide a linear view of a
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ |
| H A D | trivial-devices.yaml | 194 # 10-bit 10 kOhm linear programable voltage divider 196 # 10-bit 50 kOhm linear programable voltage divider 198 # 10-bit 10 kOhm linear programable variable resistor 200 # 10-bit 50 kOhm linear programable variable resistor
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/magnetometer/ |
| H A D | ti,tmag5273.yaml | 13 The TI TMAG5273 is a low-power linear 3D Hall-effect sensor. This device
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | dongwoon,dw9768.yaml | 16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | microchip,sparx5-serdes.yaml | 19 * Programmable continuous time linear equalizer (CTLE)
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/ |
| H A D | WebAssembly.rst | 62 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.
|
| /freebsd-14.2/contrib/bc/manuals/ |
| H A D | algorithms.md | 7 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.
|