Searched refs:int16_t (Results 176 - 200 of 405) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/mips/mips/
H A Delf_machdep.c276 ahl += (int16_t)addend;
287 addend |= ((ahl + addr) - (int16_t)(ahl + addr)) >> 16;
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32.h132 int16_t f_spares1;
134 int16_t f_spares2 __packed;
/freebsd-11.0-release/sys/dev/asmc/
H A Dasmc.c83 static int asmc_sms_read(device_t, const char *key, int16_t *val);
1187 asmc_sms_read(device_t dev, const char *key, int16_t *val)
1205 *val = ((int16_t)buf[0] << 8) | buf[1];
1304 int16_t val;
1319 int16_t val;
1334 int16_t val;
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwnvar.h355 int16_t pg_max_lb_gain;
356 int16_t pg_trsw_rx_gain;
357 int16_t pg_lna_lod_gain;
358 int16_t pg_lna_gain;
359 int16_t pg_pga_gain;
364 int16_t pg_nrssi[2];
H A Dif_bwn_phy_g.c113 static int16_t bwn_nrssi_read(struct bwn_mac *, uint16_t);
117 static void bwn_set_all_gains(struct bwn_mac *, int16_t, int16_t,
118 int16_t);
158 int16_t pab0, pab1, pab2;
163 pab0 = (int16_t)siba_sprom_get_pa0b0(sc->sc_dev);
164 pab1 = (int16_t)siba_sprom_get_pa0b1(sc->sc_dev);
165 pab2 = (int16_t)siba_sprom_get_pa0b2(sc->sc_dev);
2116 bwn_lo_measure_gain_values(struct bwn_mac *mac, int16_t max_rx_gain,
2659 static int16_t
[all...]
/freebsd-11.0-release/sys/dev/bwi/
H A Dbwirf.c112 static int bwi_rf_calc_txpower(int8_t *, uint8_t, const int16_t[]);
158 static __inline int16_t
161 int16_t val;
165 val = (int16_t)__SHIFTOUT(PHY_READ(mac, 0x47f), NRSSI_11G_MASK);
1045 bwi_rf_calc_txpower(int8_t *txpwr, uint8_t idx, const int16_t pa_params[])
1089 int16_t pa_params[3];
1166 pa_params[i] = (int16_t)bwi_read_sprom(sc, sprom_ofs + (i * 2));
1651 int16_t nrssi[2];
1682 nrssi[0] = (int16_t)PHY_READ(mac, 0x27);
1707 nrssi[1] = (int16_t)PHY_REA
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c572 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)0));
573 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT8_MIN));
574 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT8_MAX));
575 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MIN));
576 ATF_REQUIRE(sdp_put_int16(&test, (int16_t)INT16_MAX));
/freebsd-11.0-release/sys/contrib/x86emu/
H A Dx86emu.c79 static uint16_t decode_and_fetch_word_disp(struct x86emu *, int16_t);
80 static uint32_t decode_and_fetch_long_disp(struct x86emu *, int16_t);
987 decode_and_fetch_word_disp(struct x86emu *emu, int16_t disp)
1001 decode_and_fetch_long_disp(struct x86emu *emu, int16_t disp)
1397 int16_t imm;
1413 res = (int16_t)srcval * imm;
1441 target = (uint16_t) (emu->x86.R_IP + (int16_t) offset);
1649 int16_t imm;
3631 int16_t ip;
3634 ip += (int16_t) em
[all...]
/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c256 int16_t nfarray[HAL_NUM_NF_READINGS])
258 int16_t nf;
322 int16_t ar9300_get_min_cca_pwr(struct ath_hal *ah)
324 int16_t nf;
346 void ar9300_chain_noise_floor(struct ath_hal *ah, int16_t *nf_buf,
409 int16_t ar9300_get_nf_from_reg(struct ath_hal *ah, struct ieee80211_channel *chan, int wait_time)
411 int16_t nfarray[HAL_NUM_NF_READINGS] = {0};
437 static int16_t
441 int16_t nfval;
442 int16_t sor
[all...]
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A Dserver.c280 /* n_key_data will be squeezed into an int16_t below. */
298 int16_t dummy = i;
317 int16_t dummy = n_key_data;
327 int16_t dummy = n_key_data;
H A Dank.c260 int16_t dummy = 3;
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_dump.c235 int16_t mlid_ho = 0;
236 int16_t mlid_start_ho;
238 int16_t block_num = 0;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp527 const int16_t *Member = DiagArrays + Group->Members;
536 const int16_t *SubGroups = DiagSubGroups + Group->SubGroups;
537 for (; *SubGroups != (int16_t)-1; ++SubGroups)
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp319 case dwarf::DW_FORM_data2: return sizeof(int16_t);
565 case dwarf::DW_FORM_block2: return Size + sizeof(int16_t);
614 case dwarf::DW_FORM_block2: return Size + sizeof(int16_t);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h215 #ifndef __int8_t_defined /* glibc sys/types.h also defines int16_t*/
216 typedef __INT16_TYPE__ int16_t; typedef
219 # define __int_least16_t int16_t
221 # define __int_least8_t int16_t
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DDwarfInstructions.hpp289 svalue = (int16_t) addressSpace.get16(p);
518 svalue = (int16_t) addressSpace.get16(p);
526 svalue = (int16_t) addressSpace.get16(p);
/freebsd-11.0-release/sys/dev/usb/input/
H A Datp.c322 int16_t origin; /* zero when switching track finger */
323 int16_t abs_x; /* absolute x coordinate */
324 int16_t abs_y; /* absolute y coordinate */
325 int16_t rel_x; /* relative x coordinate */
326 int16_t rel_y; /* relative y coordinate */
327 int16_t tool_major; /* tool area, major axis */
328 int16_t tool_minor; /* tool area, minor axis */
329 int16_t orientation; /* 16384 when point, else 15 bit angle */
330 int16_t touch_major; /* touch area, major axis */
331 int16_t touch_mino
[all...]
/freebsd-11.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c241 int16_t checksum;
263 checksum += (int16_t)csptr[i];
264 checksum += 256 * (int16_t)csptr[i + 1];
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.c40 *(int16_t *)val = pModal[0].noiseFloorThreshCh[0];
43 *(int16_t *)val = pModal[1].noiseFloorThreshCh[0];
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210.h142 extern int16_t ar5210GetNoiseFloor(struct ath_hal *);
143 extern int16_t ar5210GetNfAdjust(struct ath_hal *,
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h72 int16_t paramVal[4];
165 extern int16_t ar5211GetNfAdjust(struct ath_hal *,
/freebsd-11.0-release/sys/net/
H A Dbpf_filter.c234 if (k > buflen || sizeof(int16_t) > buflen - k) {
304 sizeof(int16_t) > buflen - k) {
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr.c342 xdr_int16_t(XDR *xdrs, int16_t *int16_p)
356 *int16_p = (int16_t) l;
/freebsd-11.0-release/sys/ufs/ffs/
H A Dfs.h478 int16_t cg_old_ncyl; /* number of cyl's this cg */
479 int16_t cg_old_niblk; /* number of inode blocks this cg */
/freebsd-11.0-release/sys/xdr/
H A Dxdr.c312 xdr_int16_t(XDR *xdrs, int16_t *int16_p)
326 *int16_p = (int16_t) l;

Completed in 236 milliseconds

1234567891011>>