Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 181) sorted by relevance

12345678

/hal_espressif-3.4.0/components/freertos/test/
Dtest_timers.c11 volatile int *count; in timer_callback() local
19 volatile int count = 0; variable
43 volatile int count = 0; variable
76 volatile int count = 0; variable
/hal_espressif-3.4.0/components/esp_event/test/
Dtest_event.c142 int* count = (int*) arg->data; in test_event_simple_handler() local
215 int* count = (int*) arg->data; in test_handler_post_w_task() local
240 int* count = (int*) arg->data; in test_handler_post_wo_task() local
277 int *count = (int*) unregister_data->data; in test_handler_instance_unregister_itself() local
401 int count = 0; variable
486 int count = 0; variable
517 int count = 0; variable
549 int count = 0; variable
587 int count = 0; variable
627 int count = 0; variable
[all …]
Dtest_default_loop.c63 int* count = (int*) arg->data; in test_event_simple_handler() local
99 int count = 0; variable
/hal_espressif-3.4.0/components/console/argtable3/
Dargtable3.h99 int count; /* Number of matching command line args */ member
105 int count; /* Number of matching command line args */ member
112 int count; /* Number of matching command line args */ member
119 int count; /* Number of matching command line args */ member
126 int count; /* Number of matching command line args */ member
133 int count; /* Number of matching command line args*/ member
143 int count; /* Number of matching command line args */ member
151 int count; /* Number of errors encountered */ member
/hal_espressif-3.4.0/components/nvs_flash/test_nvs_host/
Dtest_nvs_partition.cpp33 for(int count = 0; count < NVS_KEY_SIZE; count++) { variable
46 for(int count = 0; count < NVS_KEY_SIZE; count++) { variable
Dtest_nvs.cpp41 void dumpBytes(const uint8_t* data, size_t count) in dumpBytes()
306 const size_t count = 128; variable
783 int count; in __anond5cb17fa0102() local
1175 for (size_t count = 0; count < testIters; ++count) { variable
1249 esp_err_t doRandomThings(nvs_handle_t handle, TGen gen, size_t& count) { in doRandomThings()
1507 size_t count = 1000; variable
1548 size_t count = iter_count; variable
2269 for(uint8_t count = 1; count <= 12; count++) { variable
2274 for(uint8_t count = 13; count <= 20; count++) { variable
2371 size_t count = 200; variable
[all …]
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c196 uint16_t count = 0; in gattc_profile_a_event_handler() local
241 uint16_t count = 0; in gattc_profile_a_event_handler() local
396 uint16_t count = 0; in gattc_profile_b_event_handler() local
443 uint16_t count = 0; in gattc_profile_b_event_handler() local
595 uint16_t count = 0; in gattc_profile_c_event_handler() local
641 uint16_t count = 0; in gattc_profile_c_event_handler() local
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c237 static void btc_gattc_fill_gatt_db_conversion(uint16_t count, uint16_t num, esp_gatt_db_attr_type_t… in btc_gattc_fill_gatt_db_conversion()
309 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_service()
350 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_char()
378 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_descr()
408 uint16_t *count) in btc_ble_gattc_get_char_by_uuid()
441 uint16_t *count) in btc_ble_gattc_get_descr_by_uuid()
476 uint16_t *count) in btc_ble_gattc_get_descr_by_char_handle()
510 uint16_t *count) in btc_ble_gattc_get_include_service()
547 uint16_t *count) in btc_ble_gattc_get_attr_count()
559 esp_gattc_db_elem_t *db, uint16_t *count) in btc_ble_gattc_get_db()
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c342 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetServiceWithUUID()
348 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllChar()
363 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllDescriptor()
378 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetCharByUUID()
394 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByUUID()
409 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByCharHandle()
424 tBT_UUID *incl_uuid, btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetIncludeService()
438 void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *count) in BTA_GATTC_GetDBSize()
444 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in BTA_GATTC_GetDBSizeByType()
463 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetGattDb()
/hal_espressif-3.4.0/components/wpa_supplicant/test/
Dtest_crypto.c55 uint8_t count; variable
86 uint8_t count; variable
117 uint8_t count; variable
148 uint8_t count; variable
179 uint8_t count; variable
215 uint8_t count; variable
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c161 … esp_gattc_service_elem_t *result, uint16_t *count, uint16_t offset) in esp_ble_gattc_get_service()
179 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_char()
200 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_descr()
222 uint16_t *count) in esp_ble_gattc_get_char_by_uuid()
247 uint16_t *count) in esp_ble_gattc_get_descr_by_uuid()
264 uint16_t *count) in esp_ble_gattc_get_descr_by_char_handle()
287 uint16_t *count) in esp_ble_gattc_get_include_service()
310 uint16_t *count) in esp_ble_gattc_get_attr_count()
328 esp_gattc_db_elem_t *db, uint16_t *count) in esp_ble_gattc_get_db()
/hal_espressif-3.4.0/components/driver/test/
Dtest_ledc.c158 int16_t count; in frequency_set_get() local
484 uint32_t count; variable
515 int16_t count; variable
575 int16_t count; in ledc_cpu_reset_test_second_stage() local
Dtest_spi_bus_lock.c52 int count=0; in spi_task1() local
76 int count=0; in spi_task2() local
110 int count=0; in spi_task3() local
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/
Dsha1-pbkdf2.c15 size_t ssid_len, int iterations, unsigned int count, in pbkdf2_sha1_f()
75 unsigned int count = 0; in pbkdf2_sha1() local
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_reset.c79 static esp_err_t genie_reset_write_count(uint8_t count) in genie_reset_write_count()
135 uint8_t count = 0; in genie_reset_by_repeat_init() local
/hal_espressif-3.4.0/components/fatfs/diskio/
Ddiskio_rawflash.c38 DRESULT ff_raw_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ff_raw_read()
52 DRESULT ff_raw_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ff_raw_write()
Ddiskio.c68 DRESULT ff_disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count) in ff_disk_read()
72 DRESULT ff_disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count) in ff_disk_write()
Ddiskio_wl.c41 DRESULT ff_wl_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ff_wl_read()
54 DRESULT ff_wl_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ff_wl_write()
Ddiskio_sdmmc.c46 DRESULT ff_sdmmc_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count) in ff_sdmmc_read()
58 DRESULT ff_sdmmc_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count) in ff_sdmmc_write()
/hal_espressif-3.4.0/components/fatfs/src/
Ddiskio.c103 UINT count /* Number of sectors to read */ in disk_read()
153 UINT count /* Number of sectors to write */ in disk_write()
/hal_espressif-3.4.0/components/wear_levelling/
DWL_Ext_Safe.cpp45 uint32_t count; member
116 esp_err_t WL_Ext_Safe::erase_sector_fit(uint32_t start_sector, uint32_t count) in erase_sector_fit()
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/
Deap_fast_pac.c417 int count = 0; in eap_fast_load_pac() local
625 int ret, count = 0; in eap_fast_save_pac() local
677 size_t count; in eap_fast_pac_list_truncate() local
758 size_t count = 0; in eap_fast_load_pac_bin() local
879 size_t len, count = 0; in eap_fast_save_pac_bin() local
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/src/
Ddiskio_usb.c30 static DRESULT usb_disk_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in usb_disk_read()
52 static DRESULT usb_disk_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in usb_disk_write()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c122 static uint8_t check_sum(uint8_t *addr, uint16_t count) in check_sum()
199 uint16_t count = 0; in gattc_profile_event_handler() local
245 uint16_t count = 0; in gattc_profile_event_handler() local
/hal_espressif-3.4.0/examples/system/unit_test/components/testable/
Dmean.c14 int testable_mean(const int* values, int count) in testable_mean()

12345678