Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dmdmx.c75 #define QH_MIN ((int16_t)0x8000)
76 #define QH_MAX ((int16_t)0x7FFF)
79 #define QH_CLAMP(x) ((int16_t)((x) < QH_MIN ? QH_MIN : \
87 ((int16_t)(((v) >> (((fmtsel) & 0xC) << 2)) & 0xFFFF))
92 typedef int16_t (*QH_FUNC)(int16_t, int16_t);
97 static int16_t
98 AndQH(int16_t ts, int16_t tt) in AndQH()
100 return (int16_t)((uint16_t)ts & (uint16_t)tt); in AndQH()
109 static int16_t
110 NorQH(int16_t ts, int16_t tt) in NorQH()
[all …]
/netbsd/src/external/mit/xorg/lib/libxcb/files/
Dxv.h482 int16_t vid_x;
483 int16_t vid_y;
486 int16_t drw_x;
487 int16_t drw_y;
505 int16_t vid_x;
506 int16_t vid_y;
509 int16_t drw_x;
510 int16_t drw_y;
528 int16_t vid_x;
529 int16_t vid_y;
[all …]
Dshape.h74 int16_t extents_x;
75 int16_t extents_y;
129 int16_t x_offset;
130 int16_t y_offset;
147 int16_t x_offset;
148 int16_t y_offset;
167 int16_t x_offset;
168 int16_t y_offset;
185 int16_t x_offset;
186 int16_t y_offset;
[all …]
Drender.h477 int16_t x;
478 int16_t y;
479 int16_t x_off;
480 int16_t y_off;
672 int16_t clip_x_origin;
673 int16_t clip_y_origin;
704 int16_t src_x;
705 int16_t src_y;
706 int16_t mask_x;
707 int16_t mask_y;
[all …]
Dxproto.h218 int16_t x;
219 int16_t y;
235 int16_t x;
236 int16_t y;
254 int16_t x;
255 int16_t y;
258 int16_t angle1;
259 int16_t angle2;
553 int16_t root_x;
554 int16_t root_y;
[all …]
Dpresent.h141 int16_t x_off;
142 int16_t y_off;
243 int16_t x_off;
244 int16_t y_off;
288 int16_t x;
289 int16_t y;
292 int16_t off_x;
293 int16_t off_y;
367 int16_t x_off;
368 int16_t y_off;
[all …]
Dxfixes.h206 int16_t x;
207 int16_t y;
428 int16_t dx;
429 int16_t dy;
490 int16_t x_origin;
491 int16_t y_origin;
507 int16_t x_offset;
508 int16_t y_offset;
524 int16_t x_origin;
525 int16_t y_origin;
[all …]
Dshm.h143 int16_t dst_x;
144 int16_t dst_y;
171 int16_t x;
172 int16_t y;
461 int16_t dst_x,
462 int16_t dst_y,
513 int16_t dst_x,
514 int16_t dst_y,
544 int16_t x,
545 int16_t y,
[all …]
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5112.c51 int16_t *power, int16_t maxPower, int16_t *retVals);
52 static int16_t getPminAndPcdacTableFromPowerTable(int16_t *pwrTableT4,
54 static int16_t getPminAndPcdacTableFromTwoPowerTables(int16_t *pwrTableLXpdT4,
55 int16_t *pwrTableHXpdT4, uint16_t retVals[], int16_t *pMid);
56 static int16_t interpolate_signed(uint16_t target,
58 int16_t targetLeft, int16_t targetRight);
341 int16_t *pPowerMin, int16_t *pPowerMax, HAL_CHANNEL_INTERNAL *chan, in ar5112SetPowerTable()
348 int16_t powerMid, *pPowerMid = &powerMid; in ar5112SetPowerTable()
354 int16_t minPwr_t4, maxPwr_t4, Pmin, Pmid; in ar5112SetPowerTable()
359 int16_t pwr_table0[64]; in ar5112SetPowerTable()
[all …]
Dar2317.c236 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex()
239 int16_t target = v; in GetLowerUpperIndex()
240 const int16_t *ep = lp+listSize; in GetLowerUpperIndex()
241 const int16_t *tp; in GetLowerUpperIndex()
262 *vlo = *vhi = tp - (const int16_t *) lp; in GetLowerUpperIndex()
270 *vlo = tp - (const int16_t *) lp; in GetLowerUpperIndex()
281 ar2317FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax, in ar2317FillVpdTable()
282 const int16_t *pwrList, const int16_t *VpdList, in ar2317FillVpdTable()
286 int16_t currPwr = (int16_t)(2*Pmin); in ar2317FillVpdTable()
320 static int16_t
[all …]
Dar2316.c259 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex()
262 int16_t target = v; in GetLowerUpperIndex()
263 const int16_t *ep = lp+listSize; in GetLowerUpperIndex()
264 const int16_t *tp; in GetLowerUpperIndex()
285 *vlo = *vhi = tp - (const int16_t *) lp; in GetLowerUpperIndex()
293 *vlo = tp - (const int16_t *) lp; in GetLowerUpperIndex()
304 ar2316FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax, in ar2316FillVpdTable()
305 const int16_t *pwrList, const int16_t *VpdList, in ar2316FillVpdTable()
309 int16_t currPwr = (int16_t)(2*Pmin); in ar2316FillVpdTable()
343 static int16_t
[all …]
Dar2425.c254 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex()
257 int16_t target = v; in GetLowerUpperIndex()
299 ar2425FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax, in ar2425FillVpdTable()
300 const int16_t *pwrList, const uint16_t *VpdList, in ar2425FillVpdTable()
305 int16_t currPwr = (int16_t)(2*Pmin); in ar2425FillVpdTable()
339 static int16_t
341 int16_t targetLeft, int16_t targetRight) in interpolate_signed()
343 int16_t rv; in interpolate_signed()
362 int16_t *pMinCalPower, uint16_t pPdGainBoundaries[], in ar2425getGainBoundariesAndPdadcsForPowers()
380 static int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL]; in ar2425getGainBoundariesAndPdadcsForPowers()
[all …]
Dar2413.c253 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex()
256 int16_t target = v; in GetLowerUpperIndex()
298 ar2413FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax, in ar2413FillVpdTable()
299 const int16_t *pwrList, const uint16_t *VpdList, in ar2413FillVpdTable()
303 int16_t currPwr = (int16_t)(2*Pmin); in ar2413FillVpdTable()
337 static int16_t
339 int16_t targetLeft, int16_t targetRight) in interpolate_signed()
341 int16_t rv; in interpolate_signed()
360 int16_t *pMinCalPower, uint16_t pPdGainBoundaries[], in ar2413getGainBoundariesAndPdadcsForPowers()
375 int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL]; in ar2413getGainBoundariesAndPdadcsForPowers()
[all …]
Dar5413.c288 GetLowerUpperIndex(int16_t v, const uint16_t *lp, uint16_t listSize, in GetLowerUpperIndex()
291 int16_t target = v; in GetLowerUpperIndex()
333 ar5413FillVpdTable(uint32_t pdGainIdx, int16_t Pmin, int16_t Pmax, in ar5413FillVpdTable()
334 const int16_t *pwrList, const uint16_t *VpdList, in ar5413FillVpdTable()
339 int16_t currPwr = (int16_t)(2*Pmin); in ar5413FillVpdTable()
373 static int16_t
375 int16_t targetLeft, int16_t targetRight) in interpolate_signed()
377 int16_t rv; in interpolate_signed()
396 int16_t *pMinCalPower, uint16_t pPdGainBoundaries[], in ar5413getGainBoundariesAndPdadcsForPowers()
411 int16_t Pmin_t2[MAX_NUM_PDGAINS_PER_CHANNEL]; in ar5413getGainBoundariesAndPdadcsForPowers()
[all …]
/netbsd/src/sys/dev/ic/
Dbmx280var.h29 int16_t dig_T2;
30 int16_t dig_T3;
33 int16_t dig_P2;
34 int16_t dig_P3;
35 int16_t dig_P4;
36 int16_t dig_P5;
37 int16_t dig_P6;
38 int16_t dig_P7;
39 int16_t dig_P8;
40 int16_t dig_P9;
[all …]
Ddc503reg.h76 int16_t pad1;
78 int16_t pad2;
80 int16_t pad3;
82 int16_t pad4;
84 int16_t pad5;
86 int16_t pad6;
88 int16_t pad7[9];
90 int16_t pad8;
92 int16_t pad9;
94 int16_t pad10;
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dlibcrux_mlkem768_sha3.h681 int16_t case_Ok[16U];
694 static inline void unwrap_41_f9(Result_c0 self, int16_t ret[16U]) { in unwrap_41_f9()
696 int16_t f0[16U]; in unwrap_41_f9()
697 memcpy(f0, self.val.case_Ok, (size_t)16U * sizeof(int16_t)); in unwrap_41_f9()
698 memcpy(ret, f0, (size_t)16U * sizeof(int16_t)); in unwrap_41_f9()
5823 static const int16_t libcrux_ml_kem_polynomial_ZETAS_TIMES_MONTGOMERY_R[128U] =
5824 {(int16_t)-1044, (int16_t)-758, (int16_t)-359, (int16_t)-1517,
5825 (int16_t)1493, (int16_t)1422, (int16_t)287, (int16_t)202,
5826 (int16_t)-171, (int16_t)622, (int16_t)1577, (int16_t)182,
5827 (int16_t)962, (int16_t)-1202, (int16_t)-1474, (int16_t)1468,
[all …]
/netbsd/src/sys/dev/qbus/
Dif_dereg.h115 int16_t pcbb0; /* function */
116 int16_t pcbb2; /* command specific */
117 int16_t pcbb4;
118 int16_t pcbb6;
148 int16_t b_tdrbl; /* Transmit desc ring base low 16 bits */
151 int16_t b_trlen; /* Number of entries in the XMIT desc ring */
152 int16_t b_rdrbl; /* Receive desc ring base low 16 bits */
155 int16_t b_rrlen; /* Number of entries in the RECV desc ring */
162 int16_t r_slen; /* Segment length */
163 int16_t r_segbl; /* Segment address (low 16 bits) */
/netbsd/src/sys/external/isc/atheros_hal/dist/
Dah_eeprom_v3.h172 int16_t PwrValues[64];
182 int16_t PwrValues[NUM_PCDAC_VALUES];
237 int16_t pwr_t4[NUM_POINTS_XPD0]; /* or gainF */
242 int16_t maxPower_t4;
256 int16_t pwr1_xg0;
258 int16_t pwr2_xg0;
260 int16_t pwr3_xg0;
262 int16_t pwr4_xg0;
263 int16_t maxPower_t4;
264 int16_t pwr1_xg3; /* pcdac = 20 */
[all …]
/netbsd/src/external/bsd/ntp/dist/include/
Dmbg_gps166.h119 int16_t handshake; ///< handshake mode, yet only ::HS_NONE supported
407 int16_t year; ///< year number, 0..9999
410 int16_t yday; ///< day of year, 1..365, or 366 in case of leap year
493 int16_t channel; ///< -1: the current on-board time; >= 0 the capture channel number
633 int16_t freq; ///< four digits used; scale: 0.1 Hz; e.g. 1234 -> 123.4 Hz
634 int16_t range; ///< scale factor for freq; 0..::MAX_SYNTH_RANGE
635 int16_t phase; ///< -::MAX_SYNTH_PHASE..+::MAX_SYNTH_PHASE; >0 -> pulses later
753 int16_t status; ///< current status of antenna, see ::ANT_STATUS_CODES
780 int16_t valid; ///< flag data are valid
834 int16_t valid; ///< Flag indicating %UTC parameters are valid
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
Dadmin.h115 int16_t key_data_ver; /* Version */
116 int16_t key_data_kvno; /* Key Version */
117 int16_t key_data_type[2]; /* Array of types */
118 int16_t key_data_length[2]; /* Array of lengths */
123 int16_t type;
129 int16_t tl_data_type;
130 int16_t tl_data_length;
167 int16_t n_key_data;
168 int16_t n_tl_data;
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar9285_reset.c52 HAL_CHANNEL_INTERNAL *chan, int16_t *ratesArray,
59 int16_t *pTxPowerIndexOffset);
60 static int16_t interpolate(uint16_t target, uint16_t srcLeft,
61 uint16_t srcRight, int16_t targetLeft, int16_t targetRight);
67 uint16_t tPdGainOverlap, int16_t *pMinCalPower,
98 int16_t ratesArray[Ar5416RateSize]; in ar9285SetTransmitPower()
99 int16_t txPowerIndexOffset = 0; in ar9285SetTransmitPower()
107 int16_t maxPower; in ar9285SetTransmitPower()
159 ratesArray[i] = (int16_t)(txPowerIndexOffset + ratesArray[i]); in ar9285SetTransmitPower()
316 int16_t *ratesArray, uint16_t cfgCtl, in ar9285SetPowerPerRateTable()
[all …]
/netbsd/src/sys/fs/efs/
Defs_sb.h41 int16_t sb_cgisize; /* 12: inodes/cg (in bb) */
42 int16_t sb_sectors; /* 14: geom: sectors/track */
43 int16_t sb_heads; /* 16: geom: heads/cylinder (unused) */
44 int16_t sb_ncg; /* 18: num of cg's in the filesystem */
45 int16_t sb_dirty; /* 20: non-0 indicates fsck required */
46 int16_t sb_pad0; /* 22: */
/netbsd/src/sys/fs/v7fs/
Dv7fs.h102 int16_t nfreeblock; /* # of freeblock in superblock cache. */
104 int16_t nfreeinode; /* # of free inode in superblock cache. */
124 int16_t nfreeblock;
149 int16_t mode;
150 int16_t nlink; /* [DIR] # of child directories. [REG] link count. */
151 int16_t uid;
152 int16_t gid;
/netbsd/src/sys/sys/
Dvmmeter.h40 int16_t t_rq; /* length of the run queue */
41 int16_t t_dw; /* jobs in ``disk wait'' (neg priority) */
42 int16_t t_pw; /* jobs in page wait */
43 int16_t t_sl; /* jobs sleeping in core */
44 int16_t _reserved1;

12345678910>>...21