Home
last modified time | relevance | path

Searched refs:s8 (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dconst_time.h142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8()
144 return (s8) const_time_select(mask, (unsigned int) true_val, in const_time_select_s8()
Dcommon.h28 typedef int8_t s8; typedef
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu_asm.S76 sw s8, RV_SLP_CTX_S8(t0)
219 lw s8, RV_SLP_CTX_S8(t0)
/hal_espressif-latest/components/riscv/
Dvectors.S46 sw s8, RV_STK_S8(sp)
86 lw s8, RV_STK_S8(sp)
/hal_espressif-latest/components/riscv/include/riscv/
Drvruntime-frames.h70 STRUCT_FIELD (long, 4, RV_STK_S8, s8)
Drvsleep-frames.h72 STRUCT_FIELD (long, 4, RV_SLP_CTX_S8, s8)
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h792 s8 tx_power;
793 s8 max_tp;
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c770 s8 power; in esp_get_tx_power()