Home
last modified time | relevance | path

Searched refs:num (Results 1 – 25 of 135) sorted by relevance

123456

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dcache_sram_mmu.c38 #define FLASH_MMU_EDGE_CHECK(mmu_val,num) (((mmu_val) + (num)) > 256) argument
40 #define SRAM_MMU_EDGE_CHECK(mmu_val,num,psize) (((mmu_val) + (num)) > ((8*1024)/(psize))) argument
45 …_sram_mmu_set_rom(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num);
56 …cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) in cache_sram_mmu_set() argument
61 return cache_sram_mmu_set_rom(cpu_no, pid, vaddr, paddr, psize, num); in cache_sram_mmu_set()
112 for ( i = 0; i < num; i++){ in cache_sram_mmu_set()
132 …che_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) { in cache_sram_mmu_set() argument
133 return cache_sram_mmu_set_rom(cpu_no, pid, vaddr, paddr, psize, num); in cache_sram_mmu_set()
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_default_ap.c22 int num = wifi_sta_list->num; in esp_wifi_ap_get_sta_list_with_ip() local
23 wifi_sta_ip_mac_list->num = num; in esp_wifi_ap_get_sta_list_with_ip()
24 for (int i = 0; i < num; i++) { in esp_wifi_ap_get_sta_list_with_ip()
28 return esp_netif_dhcps_get_clients_by_mac(ap, num, wifi_sta_ip_mac_list->sta); in esp_wifi_ap_get_sta_list_with_ip()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddragonfly.c113 struct crypto_bignum *r, *num, *qr_or_qnr = NULL; in dragonfly_is_quadratic_residue_blind() local
136 num = crypto_bignum_init(); in dragonfly_is_quadratic_residue_blind()
137 if (!num || in dragonfly_is_quadratic_residue_blind()
138 crypto_bignum_mulmod(val, r, prime, num) < 0 || in dragonfly_is_quadratic_residue_blind()
139 crypto_bignum_mulmod(num, r, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
159 crypto_bignum_mulmod(num, qr_or_qnr, prime, num) < 0) in dragonfly_is_quadratic_residue_blind()
165 res = crypto_bignum_legendre(num, prime); in dragonfly_is_quadratic_residue_blind()
175 crypto_bignum_deinit(num, 1); in dragonfly_is_quadratic_residue_blind()
/hal_espressif-latest/components/hal/
Dcam_hal.c19 static void cam_hal_set_line_int_num(cam_hal_context_t *hal, uint32_t num) in cam_hal_set_line_int_num() argument
21 if (num > 0) { in cam_hal_set_line_int_num()
23 cam_ll_set_line_int_num(hal->hw, num); in cam_hal_set_line_int_num()
38 static void cam_hal_set_vsync_filter_num(cam_hal_context_t *hal, uint32_t num) in cam_hal_set_vsync_filter_num() argument
40 if (num > 0) { in cam_hal_set_vsync_filter_num()
42 cam_ll_set_vsync_filter_thres(hal->hw, num); in cam_hal_set_vsync_filter_num()
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dcache.h68 …che_flash_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) in cache_flash_mmu_set() argument
70 …lash_mmu_set_rom(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num); in cache_flash_mmu_set()
75 ret = cache_flash_mmu_set_rom(cpu_no, pid, vaddr, paddr, psize, num); in cache_flash_mmu_set()
111 …ache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num);
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dio_mux_reg.h122 #define GPIO_PAD_PULLUP(num) do{PIN_PULLDWN_DIS(IOMUX_REG_GPIO##num);PIN_PULLUP_EN(IOMUX_REG_GPIO## argument
123 #define GPIO_PAD_PULLDOWN(num) do{PIN_PULLUP_DIS(IOMUX_REG_GPIO##num);PIN_PULLDWN_EN(IOMUX_REG_GPIO… argument
124 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c297 static void hci_adv_credits_consumed(uint16_t num) in hci_adv_credits_consumed() argument
300 assert(hci_hal_env.adv_credits >= num); in hci_adv_credits_consumed()
301 hci_hal_env.adv_credits -= num; in hci_adv_credits_consumed()
305 int hci_adv_credits_prep_to_release(uint16_t num) in hci_adv_credits_prep_to_release() argument
307 if (num == 0) { in hci_adv_credits_prep_to_release()
312 int credits_to_release = hci_hal_env.adv_credits_to_release + num; in hci_adv_credits_prep_to_release()
317 if (credits_to_release == num && num != 0) { in hci_adv_credits_prep_to_release()
340 static int hci_adv_credits_release_rollback(uint16_t num) in hci_adv_credits_release_rollback() argument
343 hci_hal_env.adv_credits -= num; in hci_adv_credits_release_rollback()
344 hci_hal_env.adv_credits_to_release += num; in hci_adv_credits_release_rollback()
[all …]
/hal_espressif-latest/components/esp_coex/
DKconfig65 int "Actual IO num for Debug IO ID0"
79 int "Actual IO num for Debug IO ID1"
93 int "Actual IO num for Debug IO ID2"
107 int "Actual IO num for Debug IO ID3"
121 int "Actual IO num for Debug IO ID4"
135 int "Actual IO num for Debug IO ID5"
149 int "Actual IO num for Debug IO ID6"
163 int "Actual IO num for Debug IO ID7"
177 int "Actual IO num for Debug IO ID8"
191 int "Actual IO num for Debug IO ID9"
[all …]
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dio_mux_reg.h121 #define GPIO_PAD_PULLUP(num) do{PIN_PULLDWN_DIS(IOMUX_REG_GPIO##num);PIN_PULLUP_EN(IOMUX_REG_GPIO## argument
122 #define GPIO_PAD_PULLDOWN(num) do{PIN_PULLUP_DIS(IOMUX_REG_GPIO##num);PIN_PULLDWN_EN(IOMUX_REG_GPIO… argument
123 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h108 int hci_adv_credits_prep_to_release(uint16_t num);
109 int hci_adv_credits_try_release(uint16_t num);
110 int hci_adv_credits_force_release(uint16_t num);
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dio_mux_reg.h128 #define GPIO_PAD_PULLUP(num) do{PIN_PULLDWN_DIS(IOMUX_REG_GPIO##num);PIN_PULLUP_EN(IOMUX_REG_GPIO## argument
129 #define GPIO_PAD_PULLDOWN(num) do{PIN_PULLUP_DIS(IOMUX_REG_GPIO##num);PIN_PULLDWN_EN(IOMUX_REG_GPIO… argument
130 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dio_mux_reg.h147 #define GPIO_PAD_PULLUP(num) do{PIN_PULLDWN_DIS(IOMUX_REG_GPIO##num);PIN_PULLUP_EN(IOMUX_REG_GPIO## argument
148 #define GPIO_PAD_PULLDOWN(num) do{PIN_PULLUP_DIS(IOMUX_REG_GPIO##num);PIN_PULLDWN_EN(IOMUX_REG_GPIO… argument
149 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dio_mux_reg.h142 #define GPIO_PAD_PULLDOWN(num) do{PIN_PULLDWN_DIS(IOMUX_REG_GPIO##num);PIN_PULLUP_EN(IOMUX_REG_GPIO… argument
143 #define GPIO_PAD_PULLUP(num) do{PIN_PULLUP_DIS(IOMUX_REG_GPIO##num);PIN_PULLDWN_EN(IOMUX_REG_GPIO## argument
144 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
Dtracemem_config.h16 #error Invalid TRAX block 0 num!
19 #error Invalid TRAX block 1 num!
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dio_mux_reg.h142 #define GPIO_PAD_PULLDOWN(num) do{PIN_PULLDWN_DIS(IOMUX_REG_GPIO##num);PIN_PULLUP_EN(IOMUX_REG_GPIO… argument
143 #define GPIO_PAD_PULLUP(num) do{PIN_PULLUP_DIS(IOMUX_REG_GPIO##num);PIN_PULLDWN_EN(IOMUX_REG_GPIO## argument
144 #define GPIO_PAD_SET_DRV(num, drv) PIN_SET_DRV(IOMUX_REG_GPIO##num, drv) argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c175 UINT8 num = cache_env->num_addr; in cacheReset() local
177 for(UINT8 i = index; i < (num - 1); i++) { in cacheReset()
181 memset(&cache_env->cache_addr[num-1], 0, sizeof(cache_addr_info_t)); in cacheReset()
471 UINT8 num = cache_env->num_addr; in bta_gattc_co_addr_in_cache() local
473 for (addr_index = 0; addr_index < num; addr_index++) { in bta_gattc_co_addr_in_cache()
485 UINT8 num = cache_env->num_addr; in bta_gattc_co_find_addr_in_cache() local
488 for (addr_index = 0; addr_index < num; addr_index++, addr_info++) { in bta_gattc_co_find_addr_in_cache()
500 UINT8 num = cache_env->num_addr; in bta_gattc_co_find_hash_in_cache() local
502 for (index = 0; index < num; index++) { in bta_gattc_co_find_hash_in_cache()
522 UINT8 num = cache_env->num_addr; in bta_gattc_co_get_addr_list() local
[all …]
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h359 void *heap_caps_malloc_prefer( size_t size, size_t num, ... );
370 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... );
381 void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... );
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dcache.h205 …, uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
233 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
604 #define Cache_Dbus_MMU_Set(ext_ram, vaddr, paddr, psize, num, fixed) \ argument
605 …ets_efuse_cache_encryption_enabled() ? MMU_SENSITIVE : 0, ext_ram, vaddr, paddr, psize, num, fixed)
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dcache.h209 …, uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
237 …et(uint32_t ext_ram, uint32_t vaddr, uint32_t paddr, uint32_t psize, uint32_t num, uint32_t fixed);
607 #define Cache_Dbus_MMU_Set(ext_ram, vaddr, paddr, psize, num, fixed) \ argument
608 …ets_efuse_cache_encryption_enabled() ? MMU_SENSITIVE : 0, ext_ram, vaddr, paddr, psize, num, fixed)
/hal_espressif-latest/components/mbedtls/port/dynamic/
Desp_ssl_srv.c74 size_t num; in manage_resource() local
76 buffer_len += esp_mbedtls_get_crt_size(key_cert->cert, &num); in manage_resource()
77 buffer_len += num * 3; in manage_resource()
Desp_ssl_cli.c111 size_t num; in manage_resource() local
113 buffer_len += esp_mbedtls_get_crt_size(key_cert->cert, &num); in manage_resource()
114 buffer_len += num * 3; in manage_resource()
/hal_espressif-latest/components/wpa_supplicant/src/drivers/
Ddriver.h87 size_t num; member
185 u8 num; member
/hal_espressif-latest/components/heap/
Dheap_caps.c285 HEAP_IRAM_ATTR void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer() argument
288 va_start( argp, num ); in heap_caps_malloc_prefer()
291 while (num--) { in heap_caps_malloc_prefer()
309 HEAP_IRAM_ATTR void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer() argument
312 va_start( argp, num ); in heap_caps_realloc_prefer()
315 while (num--) { in heap_caps_realloc_prefer()
333 HEAP_IRAM_ATTR void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer() argument
336 va_start( argp, num ); in heap_caps_calloc_prefer()
339 while (num--) { in heap_caps_calloc_prefer()
/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c93 int z_strcasecmp(const char * str1, const char * str2, size_t num) in z_strcasecmp() argument
99 while ((ch_compared < num) && (tolower(*u1) == tolower(*u2++))) { in z_strcasecmp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c368 UINT8 A2D_BitsSet(UINT8 num) in A2D_BitsSet() argument
372 if (num == 0) { in A2D_BitsSet()
375 count = (num & (num - 1)); in A2D_BitsSet()

123456