Home
last modified time | relevance | path

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

12345678910>>...32

/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h52 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded()
64 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32()
70 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64()
79 inline std::pair<DigitsT, int16_t> getAdjusted(uint64_t Digits,
80 int16_t Scale = 0) {
94 inline std::pair<uint32_t, int16_t> getAdjusted32(uint64_t Digits,
95 int16_t Scale = 0) {
100 inline std::pair<uint64_t, int16_t> getAdjusted64(uint64_t Digits,
101 int16_t Scale = 0) {
108 std::pair<uint64_t, int16_t> multiply64(uint64_t LHS, uint64_t RHS);
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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 …]
H A 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/
H A 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 …]
H A 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/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dsat_arithmetic.c70 int16_t c = (int16_t) a + (int16_t) b; in __hsail_sat_add_s8()
79 int16_t
80 __hsail_sat_add_s16 (int16_t a, int16_t b) in __hsail_sat_add_s16()
112 int16_t c = (uint16_t) a - (uint16_t) b; in __hsail_sat_sub_u8()
150 int16_t c = (int16_t) a - (int16_t) b; in __hsail_sat_sub_s8()
159 int16_t
160 __hsail_sat_sub_s16 (int16_t a, int16_t b) in __hsail_sat_sub_s16()
230 int16_t c = (int16_t) a * (int16_t) b; in __hsail_sat_mul_s8()
239 int16_t
240 __hsail_sat_mul_s16 (int16_t a, int16_t b) in __hsail_sat_mul_s16()
/netbsd-src/sys/dev/qbus/
H A 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/
H A 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/
H A 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/
H A 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/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu7_discrete.h440 int16_t TempMin;
441 int16_t TempMed;
442 int16_t TempMax;
443 int16_t Slope1;
444 int16_t Slope2;
445 int16_t FdoMin;
446 int16_t HystUp;
447 int16_t HystDown;
448 int16_t HystSlope;
449 int16_t TempRespLim;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsmu7_discrete.h439 int16_t TempMin;
440 int16_t TempMed;
441 int16_t TempMax;
442 int16_t Slope1;
443 int16_t Slope2;
444 int16_t FdoMin;
445 int16_t HystUp;
446 int16_t HystDown;
447 int16_t HystSlope;
448 int16_t TempRespLim;
[all …]
H A Dsislands_smc.h255 int16_t temp_min;
256 int16_t temp_med;
257 int16_t temp_max;
258 int16_t slope1;
259 int16_t slope2;
260 int16_t fdo_min;
261 int16_t hys_up;
262 int16_t hys_down;
263 int16_t hys_slope;
264 int16_t temp_resp_lim;
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A 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/
H A 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/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Dsislands_smc.h255 int16_t temp_min;
256 int16_t temp_med;
257 int16_t temp_max;
258 int16_t slope1;
259 int16_t slope2;
260 int16_t fdo_min;
261 int16_t hys_up;
262 int16_t hys_down;
263 int16_t hys_slope;
264 int16_t temp_resp_lim;
[all …]

12345678910>>...32