Searched refs:int16_t (Results 151 - 175 of 477) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/vm/
H A Duma_int.h166 int16_t ub_cnt; /* Count of free items. */
167 int16_t ub_entries; /* Max items. */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32.h117 int16_t f_spares1;
119 int16_t f_spares2 __packed;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp122 int16_t max_index = -1;
145 max_index = std::max(max_index, static_cast<int16_t>(index));
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c137 int16_t *src; /* stereo peer buffer */
138 int16_t *sink; /* channel buffer pointer */
471 u_int32_t wpwa, u_int16_t size, int16_t pan, u_int dv)
1068 interleave(int16_t *l, int16_t *r, int16_t *p, unsigned n)
1070 int16_t *end;
1082 int16_t *src2;
1110 mixdown(int16_t *src, int16_t *des
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c315 int16_t nf_buf[HAL_NUM_NF_READINGS];
558 int16_t ar9300_get_ctl_chan_nf(struct ath_hal *ah)
560 int16_t nf;
578 int16_t ar9300_get_ext_chan_nf(struct ath_hal *ah)
580 int16_t nf;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h279 detail::packed_endian_specific_integral<int16_t, little, unaligned>;
293 detail::packed_endian_specific_integral<int16_t, little, aligned>;
307 detail::packed_endian_specific_integral<int16_t, big, unaligned>;
321 detail::packed_endian_specific_integral<int16_t, big, aligned>;
335 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dstore.c462 int16_t value)
487 return krb5_store_int16(sp, (int16_t)value);
504 int16_t *value)
536 int16_t v;
1046 int16_t tmp;
1151 int16_t t;
1261 int16_t tmp2;
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h215 typedef short int int16_t; typedef
219 typedef short int16_t; typedef
221 typedef long int16_t; typedef
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h330 int16_t max_pf_number; /**< Largest PF RID (lower PFs may be hidden) */
388 int16_t num_q_allocs;
602 int16_t offset_millivolts;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h204 #ifndef __int8_t_defined /* glibc sys/types.h also defines int16_t*/
205 typedef __INT16_TYPE__ int16_t; typedef
208 # define __int_least16_t int16_t
210 # define __int_least8_t int16_t
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp282 } else if (Value >= std::numeric_limits<int16_t>::min()) {
331 } else if (Value >= std::numeric_limits<int16_t>::min()) {
334 if (auto EC = Writer->writeInteger<int16_t>(Value))
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c217 *(int16_t *)v = val;
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h182 int32_t (*update_message)( VCHI_MDRIVER_HANDLE_T *handle, void *dest, int16_t *slot_count );
/freebsd-11-stable/lib/msun/ld128/
H A De_rem_pio2l.h69 int16_t expsign;
/freebsd-11-stable/lib/msun/ld80/
H A De_rem_pio2l.h80 int16_t expsign;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dkadm5-private.h103 int16_t /*n_key_data*/,
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h270 typedef signed short int16_t; typedef
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_cuseeme.c151 int16_t family;
/freebsd-11-stable/sys/dev/mxge/
H A Dmxge_mcp.h39 typedef signed short int16_t; typedef
/freebsd-11-stable/tools/bus_space/C/
H A Dlang.c37 int16_t
/freebsd-11-stable/sys/dev/iicbus/
H A Dad7417.c477 read = *((int16_t*)buf);
482 *temp = (((int16_t)(read & 0xffc0)) >> 6) * 25 / 10;
536 diode_offset = (int16_t)(eeprom[1][0x11] & 0xffff) << 12;
539 diode_offset = (int16_t)(eeprom[0][0x11] & 0xffff) << 12;
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxpvar.h148 int16_t revid; /* -1 matches anything */
/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_audio.c90 int16_t sc_data_buf[2][G_AUDIO_BUFSIZE / 2];
406 g_audio_make_samples(struct g_audio_softc *sc, int16_t *ptr, int samples)
434 int16_t *ptr;
497 int16_t *ptr;
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_usievar.h238 int16_t sc_rssi;
/freebsd-11-stable/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c210 eep = calloc(4096, sizeof(int16_t));

Completed in 158 milliseconds

1234567891011>>