Searched refs:int16_t (Results 51 - 75 of 477) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c56 const struct ieee80211_channel *chan, int16_t *ratesArray,
63 int16_t *pTxPowerIndexOffset);
67 uint16_t tPdGainOverlap, int16_t *pMinCalPower,
80 int16_t txPowerIndexOffset = 0;
87 int16_t maxPower;
141 AH5416(ah)->ah_ratesArray[i] = (int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
398 int16_t *ratesArray, uint16_t cfgCtl,
411 int16_t twiceLargestAntenna;
416 int16_t scaledPower, minCtlPower;
431 twiceLargestAntenna = (int16_t)AH_MI
[all...]
/freebsd-11-stable/sys/dev/isci/
H A Denvironment.h50 typedef int16_t S16;
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
H A Dmain.c55 eep = calloc(4096, sizeof(int16_t));
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dmain.c55 eep = calloc(4096, sizeof(int16_t));
/freebsd-11-stable/lib/libefivar/
H A Defi-osdep.h46 typedef int16_t INT16;
/freebsd-11-stable/sbin/hastd/
H A Dnv.h61 void nv_add_int16(struct nv *nv, int16_t value, const char *namefmt, ...)
77 void nv_add_int16_array(struct nv *nv, const int16_t *value, size_t size,
100 int16_t nv_get_int16(struct nv *nv, const char *namefmt, ...)
116 const int16_t *nv_get_int16_array(struct nv *nv, size_t *sizep,
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h51 typedef short int16_t; typedef
64 typedef short int16_t; typedef
76 typedef short int16_t; typedef
100 typedef int16_t INT16;
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h51 typedef short int16_t; typedef
64 typedef short int16_t; typedef
76 typedef short int16_t; typedef
100 typedef int16_t INT16;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.h151 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_int16, int16_t);
181 NVLIST_PRINTCTL_AVDECL(nvlist_prtctlop_int16_array, int16_t *);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c105 int32_t val1 = (int16_t) ins;
131 gprs [ins >> 21 & 0x1F] = src + (int16_t) ins;
137 gprs [ins >> 21 & 0x1F] = src + ((int16_t) ins << 16);
143 uint32_t *p = (uint32_t *)(src + (int16_t) ins);
151 uint32_t *p = (uint32_t *)(gprs [ins >> 16 & 0x1F] += (int16_t) ins);
163 uint32_t *p = (uint32_t *)(src + (int16_t) ins);
172 uint32_t *p = (uint32_t *)(src + (int16_t) ins);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp22 std::pair<uint64_t, int16_t> ScaledNumbers::multiply64(uint64_t LHS,
57 std::pair<uint32_t, int16_t> ScaledNumbers::divide32(uint32_t Dividend,
80 std::pair<uint64_t, int16_t> ScaledNumbers::divide64(uint64_t Dividend,
201 std::string ScaledNumberBase::toString(uint64_t D, int16_t E, int Width,
214 if (int Shift = std::min(int16_t(countLeadingZeros64(D)), E)) {
315 raw_ostream &ScaledNumberBase::print(raw_ostream &OS, uint64_t D, int16_t E,
320 void ScaledNumberBase::dump(uint64_t D, int16_t E, int Width) {
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h261 int16_t weight; /* percent weight */
262 int16_t pktsize; /* average packet size */
385 int16_t txq;
386 int16_t rxq;
387 int16_t mss;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c82 int16_t chan5111, chanIEEE;
356 int16_t lRatio;
391 int16_t *pMinPower, int16_t *pMaxPower,
402 int16_t *pScaledUpDbm;
403 int16_t minScaledPwr;
404 int16_t maxScaledPwr;
405 int16_t pwr;
629 int16_t *maxPow, int16_t *minPo
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dnameser.h247 int16_t r_zone; /* zone number */
248 int16_t r_class; /* class number */
249 int16_t r_type; /* type number */
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c777 int16_t tpcScaleReduction, int16_t powerLimit,
778 int16_t *pMinPower, int16_t *pMaxPower);
783 int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow)
785 int16_t minpow;
875 const struct ieee80211_channel *chans, int16_t *txpow)
929 intersect(struct ieee80211_channel *dst, int16_t *dtxpo
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp44 static const int16_t cSledLength = 12;
46 static const int16_t cSledLength = 32;
48 static const int16_t cSledLength = 28;
50 static const int16_t cSledLength = 48;
52 static const int16_t cSledLength = 64;
54 static const int16_t cSledLength = 8;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d43 int16_t new_int16;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d50 int16_t new_int16;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionDataTypes.d51 int16_t new_int16;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-access.h122 CVMX_FUNCTION void cvmx_write64_int16(uint64_t address, int16_t value);
133 CVMX_FUNCTION int16_t cvmx_read64_int16(uint64_t address);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_aic.c43 int16_t dir_path_gain_lin;
44 int16_t quad_path_gain_lin;
218 static int16_t
223 int16_t i;
248 static int16_t
249 ar9300_aic_find_index (u_int8_t type, int16_t value)
251 int16_t i = -1;
290 int16_t i;
337 int16_t start_idx, end_idx;
424 int16_t rot_dir_path_att_d
[all...]
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h47 #define Short int16_t
/freebsd-11-stable/lib/msun/src/
H A De_acoshl.c69 int16_t hx;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dfree.c40 int16_t *n_key_data,
H A Dkadm5-protos.h77 int16_t */*n_key_data*/,

Completed in 290 milliseconds

1234567891011>>