Searched refs:int8_t (Results 51 - 75 of 318) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h36 enum class RoundingMode : int8_t {
72 enum DenormalModeKind : int8_t {
/openbsd-current/sys/dev/usb/
H A Dif_uathvar.h35 int8_t wr_dbm_antsignal;
H A Dif_athn_usb.h168 int8_t nodeindex;
347 int8_t rs_rssi;
348 int8_t rs_rssi_ctl[AR_MAX_CHAINS];
349 int8_t rs_rssi_ext[AR_MAX_CHAINS];
/openbsd-current/sys/arch/landisk/dev/
H A Dpower.c95 status = (int8_t)_reg_read_1(LANDISK_BTNSTAT);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_hdmi_types.h47 int8_t id[15];/* "DP-HDMI ADAPTOR"*/
/openbsd-current/sys/dev/hil/
H A Dhilms.c267 dx = (int8_t)dx;
278 dy = (int8_t)dy;
289 dz = (int8_t)dz;
/openbsd-current/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp36 EW.write(static_cast<int8_t>(i));
42 EW.write(static_cast<int8_t>(i));
175 void Writer::writeExt(int8_t Type, MemoryBufferRef Buffer) {
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dsmu71_discrete.h230 int8_t SclkIndex;
231 int8_t MclkIndex;
396 int8_t Padding;
424 int8_t CurrLevel;
425 int8_t TargLevel;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp288 } else if (Value >= std::numeric_limits<int8_t>::min() &&
289 Value <= std::numeric_limits<int8_t>::max()) {
343 } else if (Value >= std::numeric_limits<int8_t>::min() &&
344 Value <= std::numeric_limits<int8_t>::max()) {
347 if (auto EC = Writer->writeInteger<int8_t>(Value))
/openbsd-current/sys/dev/ic/
H A Dbwivar.h353 int8_t ctrl_lo;
354 int8_t ctrl_hi;
373 int8_t rf_nrssi_table[BWI_NRSSI_TBLSZ];
395 int8_t rf_txpower_map0[BWI_TSSI_MAX];
399 int8_t rf_txpower_map[BWI_TSSI_MAX];
499 int8_t wr_antsignal;
500 int8_t wr_antnoise;
H A Drt2661var.h144 int8_t txpow[38];
H A Dathnvar.h48 int8_t wr_dbm_antsignal;
495 int8_t tx_gain_tbl[AR9280_TX_GAIN_TABLE_SIZE];
496 int8_t pdadc;
497 int8_t tcomp;
H A Danvar.h88 int8_t ar_antsignal;
/openbsd-current/sys/netinet/
H A Din.h263 int8_t sin_zero[8];
276 int8_t Ip_opts[40]; /* cannot have same name as class */
278 int8_t ip_opts[40]; /* actually variable in size */
/openbsd-current/games/monop/
H A Dmonop.h40 #define bool int8_t
/openbsd-current/sys/dev/i2c/
H A Dlis331dl.c121 s[i].value = (int8_t)lisa_readreg(sc, lisa_axis[i].reg);
/openbsd-current/sys/sys/
H A Dtypes.h75 typedef __int8_t int8_t; typedef
/openbsd-current/sys/dev/fdt/
H A Dqcpmic.c47 int8_t sc_sid;
H A Dqcpon.c40 int8_t sc_sid;
H A Dqcsdam.c34 int8_t sc_sid;
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTensorSpec.h37 M(int8_t, Int8) \
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp87 return Variant{static_cast<int8_t>(N)};
/openbsd-current/sys/ufs/ffs/
H A Dfs.h255 int8_t fs_fmod; /* super block modified flag */
256 int8_t fs_clean; /* file system is clean flag */
257 int8_t fs_ronly; /* mounted read-only flag */
258 int8_t fs_ffs1_flags; /* see FS_ below */
/openbsd-current/sys/dev/ata/
H A Datavar.h38 int8_t ata_vers; /* ATA version supported */
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dsmu7_fusion.h211 int8_t SclkIndex;
212 int8_t MclkIndex;

Completed in 215 milliseconds

1234567891011>>