Home
last modified time | relevance | path

Searched refs:chi (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/openssl/crypto/
H A Do_str.c143 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 Dathrd.c1328 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 Dmath_config.h496 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 Dlog2.c113 r = (z - T2[i].chi - T2[i].clo) * invc; in log2()
H A Dlog.c133 r = (z - T2[i].chi - T2[i].clo) * invc; in log()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2494 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 Dlog10_2u.c113 r = (z - T2[i].chi - T2[i].clo) * invc; in log10()
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dax_prog_doxygen.m424 # 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 Dax_prog_doxygen.m424 # 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 Dsha512-parisc.pl390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
441 and $ahi,$chi,$a3
448 and $bhi,$chi,$a3
H A Dsha512-ppc.pl472 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 Dr9a08g045.dtsi366 clock-names = "axi", "chi", "refclk";
385 clock-names = "axi", "chi", "refclk";
H A Dr9a07g043.dtsi691 clock-names = "axi", "chi", "refclk";
711 clock-names = "axi", "chi", "refclk";
H A Dr9a09g011.dtsi208 clock-names = "axi", "chi", "gptp";
H A Dr9a07g044.dtsi1095 clock-names = "axi", "chi", "refclk";
1115 clock-names = "axi", "chi", "refclk";
H A Dr9a07g054.dtsi1103 clock-names = "axi", "chi", "refclk";
1123 clock-names = "axi", "chi", "refclk";
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2105 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 Drk3326-gameforce-chi.dts15 compatible = "gameforce,chi", "rockchip,rk3326";
329 compatible = "gameforce,chi-panel";
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLNamedCharacterReferences.td140 def : NCR<"chi", 0x003C7>;
/freebsd/share/misc/
H A Diso639118 zh chi zho Chinese
/freebsd/contrib/file/magic/Magdir/
H A Dwordprocessors478 # chi: file(1) magic for ChiWriter files
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1592 def CHI : CompareRI<"chi", 0xA7E, z_scmp, GR32, imm32sx16>;
/freebsd/contrib/bearssl/
H A DDoxyfile1282 # The GENERATE_CHI flag controls if a separate .chi index file is generated
/freebsd/contrib/libcbor/
H A DDoxyfile1465 # The GENERATE_CHI flag controls if a separate .chi index file is generated
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in1398 # The GENERATE_CHI flag controls if a separate .chi index file is generated

12