Searched refs:int16_t (Results 101 - 125 of 477) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/tws/
H A Dtws.h176 volatile int16_t head;
177 volatile int16_t tail;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c105 result = *((const int16_t *)p);
106 p += sizeof(int16_t);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Ddel_enctype.c102 int16_t ignore = 1;
/freebsd-11-stable/lib/msun/src/
H A De_acosl.c48 int16_t expsign, expt;
H A De_asinl.c38 int16_t expsign, expt;
H A Ds_atanl.c38 int16_t expsign, expt;
/freebsd-11-stable/tools/bus_space/C/
H A Dlibbus.h33 int16_t bus_read_1(int rid, long ofs);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfsrvcache.h65 int16_t refcnt;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c393 int16_t
424 int16_t twice_array_gain, cdd_power = 0;
442 ((int16_t)AH_MIN((ahp->twice_antenna_reduction -
471 ((int16_t)AH_MIN((ahp->twice_antenna_reduction -
629 int16_t twice_array_gain, cdd_power = 0;
663 ((int16_t)AH_MIN((ahp->twice_antenna_reduction -
677 ((int16_t)AH_MIN((ahp->twice_antenna_reduction -
841 int16_t twice_array_gain, stbc_power = 0;
860 ((int16_t)AH_MIN((ahp->twice_antenna_reduction -
953 int16_t twice_array_gai
[all...]
H A Dar9300.h110 int16_t paramVal[NUM_CORNER_FIX_BITS_2133];
408 int16_t max;
409 int16_t min;
410 int16_t nominal;
493 int16_t ah_tx_power_index_offset;
682 int16_t twice_antenna_gain; /* Antenna Gain */
689 int16_t upper_limit[AR9300_MAX_CHAINS];
692 int16_t txpower[AR9300_MAX_RATES][AR9300_MAX_CHAINS];
695 int16_t txpower_stbc[AR9300_MAX_RATES][AR9300_MAX_CHAINS];
888 int16_t nf_cw_int_delt
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dinode.h94 int16_t i_nlink; /* File link count. */
/freebsd-11-stable/contrib/ldns/
H A Dhigher.c327 int16_t rdf;
332 for (rdf = (int16_t)rdfnum; rdf != -1; rdf = (int16_t)va_arg(va_rdf, int))
/freebsd-11-stable/sys/dev/ow/
H A Dow_temp.c169 sc->temp = (int16_t)((scratch[0] & 0xfe) |
173 sc->temp = (int16_t)(scratch[0] | (scratch[1] << 8)) << 3;
175 sc->temp = (int16_t)(scratch[0] | (scratch[1] << 8));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_impl.h165 int16_t zap_num_entries;
166 int16_t zap_num_chunks;
167 int16_t zap_alloc_next;
/freebsd-11-stable/usr.bin/etdump/
H A Detdump.c96 int16_t checksum, sum;
107 sum += (int16_t)csptr[i];
108 sum += 256 * (int16_t)csptr[i + 1];
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c41 int16_t ar5212GetNf(struct ath_hal *, struct ieee80211_channel *);
49 const struct ieee80211_channel *, int16_t tpcScaleReduction,
50 int16_t powerLimit,
51 HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
132 int16_t cckOfdmPwrDelta = 0;
1300 int16_t
1303 int16_t nf = (OS_REG_READ(ah, AR_PHY(25)) >> 19) & 0x1ff;
1311 int16_t *nft)
1358 updateNFHistBuff(struct ar5212NfCalHist *h, int16_t n
[all...]
/freebsd-11-stable/sys/dev/bwi/
H A Dbwiphy.h42 int16_t tbl_gain1;
43 int16_t tbl_gain2;
44 int16_t phy_gain;
54 int16_t bwi_nrssi_read(struct bwi_mac *, uint16_t);
55 void bwi_nrssi_write(struct bwi_mac *, uint16_t, int16_t);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp777 ArrayRef<int16_t> SplitParts = getRegSplitParts(RC, EltSize);
882 ArrayRef<int16_t> SplitParts = getRegSplitParts(RC, EltSize);
1504 ArrayRef<int16_t> SIRegisterInfo::getRegSplitParts(const TargetRegisterClass *RC,
1507 static const int16_t Sub0_31[] = {
1518 static const int16_t Sub0_15[] = {
1525 static const int16_t Sub0_7[] = {
1530 static const int16_t Sub0_4[] = {
1534 static const int16_t Sub0_3[] = {
1538 static const int16_t Sub0_2[] = {
1542 static const int16_t Sub0_
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c58 const struct ieee80211_channel *chan, int16_t *ratesArray,
918 int16_t minPower, maxPower;
956 const struct ieee80211_channel *chan, const int16_t ratesArray[])
1056 int16_t txPowerIndexOffset = 0;
1063 int16_t maxPower;
1125 (int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
1748 int16_t *ratesArray,
1805 int16_t *ratesArray, uint16_t cfgCtl,
1819 int16_t twiceLargestAntenna;
1824 int16_t scaledPowe
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c110 static int16_t ar5211RunNoiseFloor(struct ath_hal *,
111 uint8_t runTime, int16_t startingNF);
788 int16_t chan5111, chanIEEE;
822 static int16_t
825 int16_t nf;
839 int16_t
840 ar5211RunNoiseFloor(struct ath_hal *ah, uint8_t runTime, int16_t startingNF)
893 int16_t *nft)
924 int16_t nf, nfThresh;
966 int16_t n
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dspe.h36 typedef short int16_t; typedef
525 __ev_create_s16 (int16_t a, int16_t b, int16_t c, int16_t d)
530 int16_t i[4];
758 static inline int16_t
764 int16_t i[4];
909 __ev_set_s16_internal (__ev64_opaque__ a, int16_t b, uint32_t pos)
914 int16_t
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c73 int16_t y;
434 int16_t val16;
438 if (val < (int16_t)0x8000
442 val16 = (int16_t)val;
443 bcopy(&val16, buf, sizeof(int16_t));
444 *buflen = sizeof(int16_t);
455 int16_t val;
457 bcopy(data + *off, &val, sizeof(int16_t));
476 *off += sizeof(int16_t);
484 int16_t va
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dpcm.h110 #define _PCM_READ_S16_LE(b8) INTPCM_T(*((int16_t *)(b8)))
119 *((int16_t *)(b8)) = (val); \
140 INTPCM_T((int16_t)(*((uint16_t *)(b8)) ^ 0x8000))
184 #define _PCM_READ_S16_BE(b8) INTPCM_T(*((int16_t *)(b8)))
202 *((int16_t *)(b8)) = (val); \
214 INTPCM_T((int16_t)(*((uint16_t *)(b8)) ^ 0x8000))
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c1043 static const int16_t NOISE_FLOOR[] = { -96, -93, -98, -96, -93 };
1053 int16_t
1085 const struct ieee80211_channel *chan, int16_t *nf_ctl,
1086 int16_t *nf_ext)
1158 int16_t correct2, correct5;
1159 int16_t lowest2, lowest5;
1170 int16_t nf;
1351 int16_t
1353 int16_t targetLeft, int16_t targetRigh
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h364 int16_t eeprom_temp;
365 int16_t eeprom_temp_high;
366 int16_t eeprom_voltage;

Completed in 275 milliseconds

1234567891011>>