Searched refs:int8_t (Results 426 - 450 of 479) sorted by relevance

<<11121314151617181920

/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c700 int8_t reentrancy_level = tsd_reentrancy_level_get(tsd);
2050 int8_t reentrancy_level;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2886 sizeof(int8_t) + // Pointer Size (in bytes)
2887 sizeof(int8_t); // Segment Size (in bytes)
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwi.c1189 int8_t rssi, nf;
2815 iwi_set_sensitivity(struct iwi_softc *sc, int8_t rssi_dbm)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c267 int8_t bit_addr; /* Current bit pointer inside current byte. */
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1784 remaining = *((int8_t *)addr);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c179 int8_t split_sc_frame; /**< The low order bits of the frame number the split complete should be sent on */
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c1169 int8_t rssi, nf;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1158 int8_t pwr_table_offset;
/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c463 int8_t action; /* action */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1475 OutOffset += sizeof(int8_t);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp300 int8_t TruncOffset = (RealOffset & 0xFF);
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2460 int8_t dest[12];
/freebsd-13-stable/sys/dev/ral/
H A Drt2560.c1098 int8_t rssi, nf;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c2713 int8_t nf;
H A Dif_upgt.c2216 int8_t nf;
H A Dif_ural.c858 int8_t rssi = 0, nf = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp860 bool IsByte = std::is_same<int8_t, std::make_signed_t<T>>::value;
877 bool IsByte = std::is_same<int8_t, std::make_signed_t<T>>::value;
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpi.c1941 le32toh(desc->len), len, (int8_t)stat->rssi,
2024 tap->wr_dbm_antsignal = (int8_t)(stat->rssi + WPI_RSSI_OFFSET);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.c14240 int8_t port = 0;
14241 int8_t port_of_path = 0;
14364 int8_t port;
14458 int8_t port, reset_gpio;
14462 int8_t port_of_path;
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c3837 static int8_t fwcap_to_fec(uint32_t caps, bool unset_means_none)
3839 int8_t fec = 0;
3857 static uint32_t fec_to_fwcap(int8_t fec)
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwn.c2630 int8_t maxpwr;
3148 tap->wr_dbm_antsignal = (int8_t)rssi;
3149 tap->wr_dbm_antnoise = (int8_t)nf;
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.c4112 *signed_info = (int8_t)fru_desc->fru;
4170 *signed_info = (int8_t)sense->fru;
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c429 int mmu_radix_enter(pmap_t, vm_offset_t, vm_page_t, vm_prot_t, u_int, int8_t);
2798 vm_prot_t prot, u_int flags, int8_t psind)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp748 {eFormatDecimal, eFormatVectorOfSInt8, sizeof(int8_t)},
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2695 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128.

Completed in 371 milliseconds

<<11121314151617181920