Searched refs:s8 (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | const_time.h | 142 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()
|
D | common.h | 28 typedef int8_t s8; typedef
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu_asm.S | 76 sw s8, RV_SLP_CTX_S8(t0) 219 lw s8, RV_SLP_CTX_S8(t0)
|
/hal_espressif-latest/components/riscv/ |
D | vectors.S | 46 sw s8, RV_STK_S8(sp) 86 lw s8, RV_STK_S8(sp)
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | rvruntime-frames.h | 70 STRUCT_FIELD (long, 4, RV_STK_S8, s8)
|
D | rvsleep-frames.h | 72 STRUCT_FIELD (long, 4, RV_SLP_CTX_S8, s8)
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | ieee802_11_defs.h | 792 s8 tx_power; 793 s8 max_tp;
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_common.c | 770 s8 power; in esp_get_tx_power()
|