Home
last modified time | relevance | path

Searched defs:w (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/
Dmemprot_ll.h174 static inline uint32_t memprot_ll_iram0_set_permissions(bool r, bool w, bool x) in memprot_ll_iram0_set_permissions()
190 static inline void memprot_ll_iram0_set_pms_area_0(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_0()
195 static inline void memprot_ll_iram0_set_pms_area_1(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_1()
200 static inline void memprot_ll_iram0_set_pms_area_2(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_2()
205 static inline void memprot_ll_iram0_set_pms_area_3(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_3()
210 static inline void memprot_ll_iram0_get_permissions(uint32_t perms, bool *r, bool *w, bool *x) in memprot_ll_iram0_get_permissions()
217 static inline void memprot_ll_iram0_get_pms_area_0(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_0()
223 static inline void memprot_ll_iram0_get_pms_area_1(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_1()
229 static inline void memprot_ll_iram0_get_pms_area_2(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_2()
235 static inline void memprot_ll_iram0_get_pms_area_3(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_3()
[all …]
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/
Dmemprot_ll.h162 static inline uint32_t memprot_ll_iram0_set_permissions(bool r, bool w, bool x) in memprot_ll_iram0_set_permissions()
178 static inline void memprot_ll_iram0_set_pms_area_0(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_0()
183 static inline void memprot_ll_iram0_set_pms_area_1(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_1()
188 static inline void memprot_ll_iram0_set_pms_area_2(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_2()
193 static inline void memprot_ll_iram0_set_pms_area_3(bool r, bool w, bool x) in memprot_ll_iram0_set_pms_area_3()
198 static inline void memprot_ll_iram0_get_permissions(uint32_t perms, bool *r, bool *w, bool *x) in memprot_ll_iram0_get_permissions()
205 static inline void memprot_ll_iram0_get_pms_area_0(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_0()
211 static inline void memprot_ll_iram0_get_pms_area_1(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_1()
217 static inline void memprot_ll_iram0_get_pms_area_2(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_2()
223 static inline void memprot_ll_iram0_get_pms_area_3(bool *r, bool *w, bool *x) in memprot_ll_iram0_get_pms_area_3()
[all …]
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/
Dsha1-internal.c144 #define R0(v,w,x,y,z,i) \ argument
147 #define R1(v,w,x,y,z,i) \ argument
150 #define R2(v,w,x,y,z,i) \ argument
152 #define R3(v,w,x,y,z,i) \ argument
155 #define R4(v,w,x,y,z,i) \ argument
Dmd5-internal.c200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
Dmd4-internal.c189 #define MD4STEP(f, w, x, y, z, data, s) \ argument
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/
DuECC_verify_antifault.c132 for (unsigned int w = 0; w < hash_words; w++) { in uECC_verify_antifault() local
137 for (int w = hash_words; w < curve->num_words; w++) { in uECC_verify_antifault() local
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/
Daes.c95 #define sb_data(w) { /* S Box data values */ \ argument
129 #define isb_data(w) { /* inverse S Box data values */ \ argument
163 #define mm_data(w) { /* basic data for forming finite field tables */ \ argument
272 uint_32t w = x; in fwd_affine() local
284 uint_32t w = x; in inv_affine() local
Dsmp_keys.c1486 BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5()
1678 BOOLEAN smp_calculate_f5_key(UINT8 *w, UINT8 *t) in smp_calculate_f5_key()
1827 BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap, UINT8 *a1, in smp_calculate_f6()
2068 BOOLEAN smp_calculate_h6(UINT8 *w, UINT8 *keyid, UINT8 *c) in smp_calculate_h6()
/hal_espressif-3.4.0/components/esp_hw_support/test/
Dtest_fastbus.c47 volatile int w; in tskOne() local
Dtest_ahb_arb.c257 volatile int w; in tskTwo() local
/hal_espressif-3.4.0/components/bootloader_support/src/esp32/
Dbootloader_sha.c36 const uint32_t *w = (const uint32_t *)data; in bootloader_sha256_data() local
/hal_espressif-3.4.0/components/esp_rom/linux/
Desp_rom_md5.c156 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/hal_espressif-3.4.0/components/pthread/
Dpthread_cond_var.c164 esp_pthread_cond_waiter_t w; in pthread_cond_timedwait() local
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Desp_memprot.c230 bool w = flags & MEMPROT_OP_WRITE; in esp_mprot_set_pms_area() local
278 bool w = false; in esp_mprot_get_pms_area() local
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h99 OI_UINT8 *w; member
/hal_espressif-3.4.0/components/esp_rom/patches/
Desp_rom_tjpgd.c630 uint32_t x, y, r, g, b, s, w, a; in mcu_output() local
699 uint16_t w, *d = (uint16_t*)s; in mcu_output() local
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-sbc.c223 OI_INT32 w, x; in default_mul_16s_32s_hi() local
/hal_espressif-3.4.0/tools/kconfig/lxdialog/
Ddialog.h51 #define wbkgdset(w,p) /*nothing */ argument
/hal_espressif-3.4.0/tools/kconfig/
Dgconf.c472 gint w, h; in on_window1_size_request() local
739 gint w, h; in on_split_clicked() local
/hal_espressif-3.4.0/components/bootloader_support/src/
Desp_image_format.c619 uint32_t w = src[w_i]; in process_segment_data() local
/hal_espressif-3.4.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp1724 uint32_t w; variable
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c2102 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, s… in tdefl_write_image_to_png_file_in_memory_ex()
2180 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size… in tdefl_write_image_to_png_file_in_memory()
/hal_espressif-3.4.0/components/fatfs/src/
Dff.c6436 UINT i, j, w; local