Searched refs:int16_t (Results 251 - 275 of 477) sorted by relevance

<<11121314151617181920

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp145 return (int16_t)getU16(offset_ptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h221 Stream &operator<<(int16_t sval) = delete;
/freebsd-11-stable/sys/sys/
H A Dfiledesc.h49 int16_t fc_nioctls; /* fc_ioctls array size */
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c184 int16_t maxPower_t4;
341 eePower.pDataPerChannel[i].pwr1_xg0 = (int16_t)
343 eePower.pDataPerChannel[i].pwr2_xg0 = (int16_t)
347 eePower.pDataPerChannel[i].pwr3_xg0 = (int16_t)
349 eePower.pDataPerChannel[i].pwr4_xg0 = (int16_t)
361 eePower.pDataPerChannel[i].pwr1_xg3 = (int16_t)
363 eePower.pDataPerChannel[i].pwr2_xg3 = (int16_t)
367 eePower.pDataPerChannel[i].pwr3_xg3 = (int16_t)
375 eePower.pDataPerChannel[i].maxPower_t4 = (int16_t)
719 pRawXPD->pwr_t4[kk] = (int16_t)(pRawXP
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c1019 value_sz = sizeof (int16_t);
1060 value_sz = (uint64_t)nelem * sizeof (int16_t);
1298 nvlist_add_int16(nvlist_t *nvl, const char *name, int16_t val)
1373 nvlist_add_int16_array(nvlist_t *nvl, const char *name, int16_t *a, uint_t n)
1656 nvlist_lookup_int16(nvlist_t *nvl, const char *name, int16_t *val)
1741 int16_t **a, uint_t *n)
2114 nvpair_value_int16(nvpair_t *nvp, int16_t *val)
2194 nvpair_value_int16_array(nvpair_t *nvp, int16_t **val, uint_t *nelem)
3339 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (int16_t),
3340 sizeof (int16_t), (xdrproc_
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c41 krb5_error_code (*sockaddr2port)(const struct sockaddr *, int16_t *);
74 ipv4_sockaddr2port (const struct sockaddr *sa, int16_t *port)
267 ipv6_sockaddr2port (const struct sockaddr *sa, int16_t *port)
869 * @param port a pointer to an int16_t store the port in.
879 const struct sockaddr *sa, int16_t *port)
1479 krb5_address **res, const krb5_address *addr, int16_t port)
H A Dkrb5.h627 int16_t local_port;
628 int16_t remote_port;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c249 case sizeof (int16_t):
251 (int32_t)*((int16_t *)addr) / n));
615 case sizeof (int16_t):
616 c = *(int16_t *)addr;
1273 case sizeof (int16_t):
1274 *ip = (int)*((int16_t *)addr);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_drv.h249 int16_t cursor_x, cursor_y;
250 int16_t cursor_width, cursor_height;
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c267 CMPid(sizeof(int16_t), ECX);
339 CMPid(sizeof(int16_t), ECX);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c37 extern int16_t ar5212GetNf(struct ath_hal *, const struct ieee80211_channel *);
103 int16_t cckOfdmPwrDelta = 0;
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c280 CMPid(sizeof(int16_t), ECX);
357 CMPid(sizeof(int16_t), ECX);
/freebsd-11-stable/sys/netgraph/
H A Dng_patch.c430 *((int16_t *) &val) = - *((int16_t *) &val);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dusb_mouse.c144 int16_t x; /* x position */
145 int16_t y; /* y position */
/freebsd-11-stable/sys/ufs/ffs/
H A Dfs.h491 int16_t cg_old_ncyl; /* number of cyl's this cg */
492 int16_t cg_old_niblk; /* number of inode blocks this cg */
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c41 int16_t i16 = 0;
/freebsd-11-stable/sys/dev/bwi/
H A Dbwiphy.c292 bwi_nrssi_write(struct bwi_mac *mac, uint16_t ofs, int16_t data)
298 int16_t
302 return (int16_t)PHY_READ(mac, BWI_PHYR_NRSSI_DATA);
780 bwi_nrssi_write(mac, 0xba98, (int16_t)0x7654); /* XXX */
/freebsd-11-stable/lib/libsdp/
H A Dutil.c286 int16_t int16;
/freebsd-11-stable/include/rpc/
H A Dxdr.h290 extern bool_t xdr_int16_t(XDR *, int16_t *);
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h672 int16_t pending; /* num. pending packets */
/freebsd-11-stable/sys/netsmb/
H A Dsmb_conn.h104 int16_t sv_tz; /* offset in min relative to UTC */
/freebsd-11-stable/sys/rpc/
H A Dxdr.h297 extern bool_t xdr_int16_t(XDR *, int16_t *);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
H A Dnvpair_json.c327 int16_t *val;
/freebsd-11-stable/sbin/dhclient/
H A Ddhcpd.h343 int16_t getShort(unsigned char *);
/freebsd-11-stable/stand/libsa/
H A Drpc.c288 int16_t uh_ulen; /* udp length */

Completed in 205 milliseconds

<<11121314151617181920