/freebsd/crypto/openssl/crypto/ |
H A D | o_str.c | 143 int chi, cli; in hexstr2buf_sep() local 158 chi = OPENSSL_hexchar2int(ch); in hexstr2buf_sep() 159 if (cli < 0 || chi < 0) { in hexstr2buf_sep() 169 *q++ = (unsigned char)((chi << 4) | cli); in hexstr2buf_sep()
|
/freebsd/tools/tools/ath/athrd/ |
H A D | athrd.c | 1328 u_int16_t clo, chi, twiceMaxEdgePower; in ar5212GetMaxEdgePower() local 1340 numEdges, &clo, &chi); in ar5212GetMaxEdgePower() 1347 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { in ar5212GetMaxEdgePower() 1406 u_int16_t clo, chi, ixlo, ixhi; in ar5212GetTargetPowers() local 1414 numChannels, &clo, &chi); in ar5212GetTargetPowers() 1422 if (chi == tempChannelList[i]) { in ar5212GetTargetPowers() 1432 pNewPower->twicePwr6_24 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers() 1434 pNewPower->twicePwr36 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers() 1436 pNewPower->twicePwr48 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers() 1438 pNewPower->twicePwr54 = interpolate(chan->ic_freq, clo, chi, in ar5212GetTargetPowers()
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 496 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member 511 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member 748 double chi, clo; member
|
H A D | log2.c | 113 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
|
H A D | log.c | 133 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 2494 uint16_t clo, chi, twiceMaxEdgePower; in ar5212GetMaxEdgePower() local 2506 numEdges, &clo, &chi); in ar5212GetMaxEdgePower() 2513 if ((clo == chi && clo == channel) || (pRdEdgesPower[i].flag)) { in ar5212GetMaxEdgePower() 2573 uint16_t clo, chi, ixlo, ixhi; in ar5212GetTargetPowers() local 2581 numChannels, &clo, &chi); in ar5212GetTargetPowers() 2589 if (chi == tempChannelList[i]) { in ar5212GetTargetPowers() 2599 pNewPower->twicePwr6_24 = interpolate(freq, clo, chi, in ar5212GetTargetPowers() 2601 pNewPower->twicePwr36 = interpolate(freq, clo, chi, in ar5212GetTargetPowers() 2603 pNewPower->twicePwr48 = interpolate(freq, clo, chi, in ar5212GetTargetPowers() 2605 pNewPower->twicePwr54 = interpolate(freq, clo, chi, in ar5212GetTargetPowers()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | log10_2u.c | 113 r = (z - T2[i].chi - T2[i].clo) * invc; in log10()
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 24 # help (for MS users), 'CHI' for generating a separate .chi file by the 329 DX_ARG_ABLE(chi, [generate doxygen separate compressed HTML help index file], 398 DX_CLEAN_CHI = \$(DX_DOCDIR)/\$(PACKAGE).chi]dnl 400 \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).chi]])["]],
|
/freebsd/contrib/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 24 # help (for MS users), 'CHI' for generating a separate .chi file by the 329 DX_ARG_ABLE(chi, [generate doxygen separate compressed HTML help index file], 398 DX_CLEAN_CHI = \$(DX_DOCDIR)/\$(PACKAGE).chi]dnl 400 \$(DX_DOCDIR]DX_i[)/\$(PACKAGE).chi]])["]],
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-parisc.pl | 390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 441 and $ahi,$chi,$a3 448 and $bhi,$chi,$a3
|
H A D | sha512-ppc.pl | 472 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 567 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r9a08g045.dtsi | 366 clock-names = "axi", "chi", "refclk"; 385 clock-names = "axi", "chi", "refclk";
|
H A D | r9a07g043.dtsi | 691 clock-names = "axi", "chi", "refclk"; 711 clock-names = "axi", "chi", "refclk";
|
H A D | r9a09g011.dtsi | 208 clock-names = "axi", "chi", "gptp";
|
H A D | r9a07g044.dtsi | 1095 clock-names = "axi", "chi", "refclk"; 1115 clock-names = "axi", "chi", "refclk";
|
H A D | r9a07g054.dtsi | 1103 clock-names = "axi", "chi", "refclk"; 1123 clock-names = "axi", "chi", "refclk";
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 2105 uint16_t clo, chi; in ar5416GetTargetPowers() local 2144 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowers() 2147 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi, in ar5416GetTargetPowers() 2165 uint16_t clo, chi; in ar5416GetTargetPowersLeg() local 2204 chi = fbin2freq(powInfo[lowIndex + 1].bChannel, IEEE80211_IS_CHAN_2GHZ(chan)); in ar5416GetTargetPowersLeg() 2207 pNewPower->tPow2x[i] = (uint8_t)ath_ee_interpolate(freq, clo, chi, in ar5416GetTargetPowersLeg()
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3326-gameforce-chi.dts | 15 compatible = "gameforce,chi", "rockchip,rk3326"; 329 compatible = "gameforce,chi-panel";
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentHTMLNamedCharacterReferences.td | 140 def : NCR<"chi", 0x003C7>;
|
/freebsd/share/misc/ |
H A D | iso639 | 118 zh chi zho Chinese
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | wordprocessors | 478 # chi: file(1) magic for ChiWriter files
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 1592 def CHI : CompareRI<"chi", 0xA7E, z_scmp, GR32, imm32sx16>;
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 1282 # The GENERATE_CHI flag controls if a separate .chi index file is generated
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 1465 # The GENERATE_CHI flag controls if a separate .chi index file is generated
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 1398 # The GENERATE_CHI flag controls if a separate .chi index file is generated
|