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

1234567891011>>

/freebsd-13-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c58 const struct ieee80211_channel *chan, int16_t *ratesArray,
65 int16_t *pTxPowerIndexOffset);
69 uint16_t tPdGainOverlap, int16_t *pMinCalPower,
82 int16_t txPowerIndexOffset = 0;
89 int16_t maxPower;
143 AH5416(ah)->ah_ratesArray[i] = (int16_t)(txPowerIndexOffset + AH5416(ah)->ah_ratesArray[i]);
400 int16_t *ratesArray, uint16_t cfgCtl,
413 int16_t twiceLargestAntenna;
418 int16_t scaledPower, minCtlPower;
433 twiceLargestAntenna = (int16_t)AH_MI
[all...]
/freebsd-13-stable/lib/libefivar/
H A Defi-osdep.h45 typedef int16_t INT16;
/freebsd-13-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-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_conf.h35 int16_t max_jobs; /* max zedlets to run at one time */
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dctypes.py46 int16_t = _ffi_cast('int16_t') variable
61 _ffi.typeof('int16_t'): ('int16', 'int16'),
/freebsd-13-stable/sys/dev/isci/
H A Denvironment.h52 typedef int16_t S16;
/freebsd-13-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-13-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-13-stable/crypto/openssl/crypto/ec/curve448/
H A Dword.h32 typedef int16_t hsword_t;
/freebsd-13-stable/tools/tools/ath/ath_ee_9287_print/
H A Dmain.c55 eep = calloc(4096, sizeof(int16_t));
/freebsd-13-stable/tools/tools/ath/ath_ee_v4k_print/
H A Dmain.c55 eep = calloc(4096, sizeof(int16_t));
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibnvpair.h151 NVLIST_PRINTCTL_SVDECL(nvlist_prtctlop_int16, int16_t);
181 NVLIST_PRINTCTL_AVDECL(nvlist_prtctlop_int16_array, int16_t *);
/freebsd-13-stable/sys/ufs/ufs/
H A Ddinode.h129 int16_t di_nlink; /* 2: File link count. */
173 int16_t di_nlink; /* 2: File link count. */
/freebsd-13-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-13-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h264 int16_t weight; /* percent weight */
265 int16_t pktsize; /* average packet size */
388 int16_t txq;
389 int16_t rxq;
390 int16_t mss;
/freebsd-13-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-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c84 int16_t chan5111, chanIEEE;
357 int16_t lRatio;
392 int16_t *pMinPower, int16_t *pMaxPower,
403 int16_t *pScaledUpDbm;
404 int16_t minScaledPwr;
405 int16_t maxScaledPwr;
406 int16_t pwr;
630 int16_t *maxPow, int16_t *minPo
[all...]
/freebsd-13-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-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d43 int16_t new_int16;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d50 int16_t new_int16;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionDataTypes.d51 int16_t new_int16;
/freebsd-13-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-13-stable/stand/libsa/zfs/
H A Dlibzfs.h129 int nvlist_add_int16(nvlist_t *, const char *, int16_t);
140 int nvlist_add_int16_array(nvlist_t *, const char *, int16_t *, uint32_t);
/freebsd-13-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-13-stable/crypto/heimdal/lib/kadm5/
H A Dfree.c40 int16_t *n_key_data,

Completed in 148 milliseconds

1234567891011>>