/hal_espressif-latest/components/bt/common/osi/ |
D | buffer.c | 24 buffer_t *root; member 40 buffer->root = buffer; in buffer_new() 65 ret->root = buf->root; in buffer_new_slice() 69 ++buf->root->refcount; in buffer_new_slice() 80 if (buffer->root != buffer) { in buffer_free() 82 if (--buffer->root->refcount == 0) { in buffer_free() 83 osi_free(buffer->root); in buffer_free() 95 return buf->root->data + buf->root->length - buf->length; in buffer_ptr()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_binding.c | 23 float root = 0.0, last = 0.0, diff = 0.0; in bt_mesh_sqrt() local 25 root = square / 3.0; in bt_mesh_sqrt() 33 last = root; in bt_mesh_sqrt() 34 root = (root + square / root) / 2.0; in bt_mesh_sqrt() 35 diff = root - last; in bt_mesh_sqrt() 38 return root; in bt_mesh_sqrt()
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | json.c | 222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; in json_parse() local 240 if (!root) in json_parse() 241 root = token; in json_parse() 462 if (!root) in json_parse() 463 root = token; in json_parse() 468 if (json_check_tree_state(root) < 0) { in json_parse() 473 return root; in json_parse() 476 json_free(root); in json_parse() 574 void json_print_tree(struct json_token *root, char *buf, size_t buflen) in json_print_tree() argument 577 json_print_token(root, 1, buf, buflen); in json_print_tree()
|
D | json.h | 40 void json_print_tree(struct json_token *root, char *buf, size_t buflen);
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 4419 struct json_token *root = NULL, *token; in dpp_conf_req_rx() local 4485 root = json_parse((const char *) config_attr, config_attr_len); in dpp_conf_req_rx() 4486 if (!root) { in dpp_conf_req_rx() 4491 token = json_get_member(root, "name"); in dpp_conf_req_rx() 4498 token = json_get_member(root, "wi-fi_tech"); in dpp_conf_req_rx() 4511 token = json_get_member(root, "netRole"); in dpp_conf_req_rx() 4530 token = json_get_member(root, "mudurl"); in dpp_conf_req_rx() 4534 token = json_get_member(root, "bandSupport"); in dpp_conf_req_rx() 4552 json_free(root); in dpp_conf_req_rx() 4562 struct json_token *root, *token; in dpp_parse_jws_prot_hdr() local [all …]
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 228 …ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). How… 229 …default length of a beacon frame can simultaneously hold only five root node identifier structures, 230 …meaning that a root node conflict of up to five nodes can be detected at one time. In the occurenc… 231 …more root nodes conflict involving more than five root nodes, the conflict resolution process will… 232 …five of the root nodes, resolve the conflict, and re-detect more root nodes. This process will rep… 233 …until all root node conflicts are resolved. However this process can generally take a very long ti… 235 …To counter this situation, the beacon frame length can be increased such that more root nodes can … 236 …detected simultaneously. Each additional root node will require 36 bytes and should be added ontop… 238 …752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the be… 242 …Setting a longer beacon length also assists with debugging as the conflicting root nodes can be id…
|
/hal_espressif-latest/components/efuse/ |
D | Kconfig | 15 relative to the project root directory.
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 344 for root, _, files in os.walk(root_path): 347 filename = os.path.join(root, basename)
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 768 int root, leaf, next, avbl, used, dpth; in tdefl_calculate_minimum_redundancy() local 777 root = 0; in tdefl_calculate_minimum_redundancy() 781 if (leaf >= n || A[root].m_key < A[leaf].m_key) in tdefl_calculate_minimum_redundancy() 783 A[next].m_key = A[root].m_key; in tdefl_calculate_minimum_redundancy() 784 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy() 788 if (leaf >= n || (root < next && A[root].m_key < A[leaf].m_key)) in tdefl_calculate_minimum_redundancy() 790 A[next].m_key = (mz_uint16)(A[next].m_key + A[root].m_key); in tdefl_calculate_minimum_redundancy() 791 A[root++].m_key = (mz_uint16)next; in tdefl_calculate_minimum_redundancy() 801 root = n - 2; in tdefl_calculate_minimum_redundancy() 805 while (root >= 0 && (int)A[root].m_key == dpth) in tdefl_calculate_minimum_redundancy() [all …]
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 313 bool "Enable trusted root certificate bundle" 316 Enable support for large number of default root certificates 319 as customer specific root certificates in compressed format rather 320 … than storing full certificate. For the root certificates the public key and the subject name 348 relative to the project root directory.
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 168 …rerequisites) can be easily run with the following command in the esptool root folder: ``pytest -m…
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | cacrt_all.pem | 7 ## (CA). These were automatically extracted from Mozilla's root certificates 113 Comodo AAA Services root
|