Searched refs:int16_t (Results 501 - 518 of 518) sorted by relevance

<<21

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_da.c5196 int16_t *ptr;
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c1558 group->temp = (int16_t)le16toh(rgroup.temp);
/freebsd-12-stable/sys/dev/sound/usb/
H A Duaudio.c5358 val = (int16_t)val;
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A Dconfigure16369 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
16370 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
16412 2) acx_cv_type_intptr_t=int16_t ;;
22026 typedef $acx_cv_type_int16_t int16_t;
22041 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
22214 typedef int16_t int_least16_t;
/freebsd-12-stable/contrib/binutils/bfd/
H A Dconfigure15240 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
15241 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
15283 2) acx_cv_type_intptr_t=int16_t ;;
22556 typedef $acx_cv_type_int16_t int16_t;
22571 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
22744 typedef int16_t int_least16_t;
/freebsd-12-stable/sys/dev/sym/
H A Dsym_hipd.c111 typedef int16_t s16;
/freebsd-12-stable/sys/netinet/
H A Dsctputil.c96 sctp_log_closing(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int16_t loc)
/freebsd-12-stable/sbin/camcontrol/
H A Dcamcontrol.c2277 int16_t *ptr;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c6268 regs[rd] = (int16_t)dtrace_load16(regs[r1]);
6313 regs[rd] = (int16_t)
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_softdep.c937 static struct jaddref *newjaddref(struct inode *, ino_t, off_t, int16_t,
4056 newjaddref(struct inode *dp, ino_t ino, off_t diroff, int16_t nlink,
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c2650 int16_t used;
2659 return (int16_t)(sc->tx_ring_size) - used;
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c2291 sc->eeprom_voltage = (int16_t)le16toh(val);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2177 int16_t ValueofRHS = cast<ConstantSDNode>(RHS)->getZExtValue();
/freebsd-12-stable/contrib/unbound/
H A Dconfigure14803 ac_fn_c_check_type "$LINENO" "int16_t" "ac_cv_type_int16_t" "$ac_includes_default"
14809 #define int16_t short
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp16343 int16_t result;
16360 result = (int16_t)(arg1)->GetSignedInt16(*arg2,arg3);
[all...]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7682 # define INT16_TYPE int16_t
[all...]
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure30875 typedef int16_t my_int16_t;
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c14411 # define INT16_TYPE int16_t
[all...]

Completed in 1807 milliseconds

<<21