/hal_espressif-2.7.6/components/perfmon/ |
D | xtensa_perfmon_apis.c | 49 uint32_t p1 = xtensa_perfmon_value(1); in xtensa_perfmon_exec() local 50 result_value += (float)p1 / config->repeat_count; in xtensa_perfmon_exec() 57 ESP_LOGV(TAG, "p0 = %i, p1 = %i", p0, p1); in xtensa_perfmon_exec()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 531 void smp_gen_p1_4_confirm( tSMP_CB *p_cb, BT_OCTET16 p1) in smp_gen_p1_4_confirm() argument 533 UINT8 *p = (UINT8 *)p1; in smp_gen_p1_4_confirm() 567 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1", 16); in smp_gen_p1_4_confirm() 626 BT_OCTET16 p1; in smp_calculate_comfirm() local 632 smp_gen_p1_4_confirm(p_cb, p1); in smp_calculate_comfirm() 635 smp_xor_128(p1, rand); in smp_calculate_comfirm() 637 smp_debug_print_nbyte_little_endian ((UINT8 *)p1, (const UINT8 *)"P1' = r XOR p1", 16); in smp_calculate_comfirm() 640 if (!SMP_Encrypt(p_cb->tk, BT_OCTET16_LEN, p1, BT_OCTET16_LEN, &output)) { in smp_calculate_comfirm() 2019 UINT8 *p1; in smp_calculate_long_term_key_from_link_key() local 2021 p1 = rev_link_key; in smp_calculate_long_term_key_from_link_key() [all …]
|
D | aes.c | 237 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local 247 p2 ^= (p1 * n2) & 0xff; /* and remove from larger one */ in gf_inv() 258 p1 ^= p2 * n1; in gf_inv() 260 n1 = hibit(p1); in gf_inv()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 1220 char *p1, *p2; in bta_hf_client_dump_at() local 1222 p1 = bta_hf_client_cb.scb.at_cb.buf; in bta_hf_client_dump_at() 1225 while (*p1 != '\0') { in bta_hf_client_dump_at() 1226 if (*p1 == '\r') { in bta_hf_client_dump_at() 1229 } else if (*p1 == '\n') { in bta_hf_client_dump_at() 1233 *p2 = *p1; in bta_hf_client_dump_at() 1236 p1++; in bta_hf_client_dump_at()
|
/hal_espressif-2.7.6/components/console/argtable3/ |
D | argtable3.c | 3188 unsigned short p0 = 0, p1 = 0; in trex_element() local 3190 … case TREX_SYMBOL_GREEDY_ZERO_OR_MORE: p0 = 0; p1 = 0xFFFF; exp->_p++; isgreedy = TRex_True; break; in trex_element() 3191 case TREX_SYMBOL_GREEDY_ONE_OR_MORE: p0 = 1; p1 = 0xFFFF; exp->_p++; isgreedy = TRex_True; break; in trex_element() 3192 case TREX_SYMBOL_GREEDY_ZERO_OR_ONE: p0 = 0; p1 = 1; exp->_p++; isgreedy = TRex_True; break; in trex_element() 3200 p1 = p0; exp->_p++; in trex_element() 3204 p1 = 0xFFFF; in trex_element() 3206 p1 = (unsigned short)trex_parsenumber(exp); in trex_element() 3221 exp->_nodes[nnode].right = ((p0)<<16)|p1; in trex_element() 3323 int p0 = (node->right >> 16)&0x0000FFFF, p1 = node->right&0x0000FFFF, nmaches = 0; in trex_matchnode() local 3333 while((nmaches == 0xFFFF || nmaches < p1)) { in trex_matchnode() [all …]
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 3344 static void bta_dm_rs_cback (tBTM_ROLE_SWITCH_CMPL *p1) in bta_dm_rs_cback() argument 3346 UNUSED(p1); in bta_dm_rs_cback() 6315 UINT8 *p1; in bta_dm_proc_open_evt() local 6318 p1 = bta_dm_search_cb.peer_bdaddr; in bta_dm_proc_open_evt() 6323 ((p1[0]) << 24) + ((p1[1]) << 16) + ((p1[2]) << 8) + (p1[3]), in bta_dm_proc_open_evt() 6324 ((p1[4]) << 8) + p1[5], in bta_dm_proc_open_evt() 6328 UNUSED(p1); in bta_dm_proc_open_evt()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 170 typedef void (tBTM_CMPL_CB) (void *p1); 177 typedef void (tBTM_VSC_CMPL_CB) (tBTM_VSC_CMPL *p1); 709 typedef void (tBTM_INQ_DB_CHANGE_CB) (void *p1, BOOLEAN is_new);
|
D | btm_ble_api.h | 280 typedef void (tBTM_RAND_ENC_CB) (tBTM_RAND_ENC *p1);
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 784 void BTM_VendorHciEchoCmdCallback(tBTM_VSC_CMPL *p1) in BTM_VendorHciEchoCmdCallback() argument 787 if (!p1) { in BTM_VendorHciEchoCmdCallback() 790 uint8_t *p = p1->p_param_buf; in BTM_VendorHciEchoCmdCallback() 3292 UINT8 *p1; in btm_ble_update_inq_result() local 3303 p1 = (p + data_len); in btm_ble_update_inq_result() 3304 STREAM_TO_UINT8 (rssi, p1); in btm_ble_update_inq_result()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/ |
D | generic_server.c | 2330 static inline int property_id_compare(const void *p1, const void *p2) in property_id_compare() argument 2332 if (*(uint16_t *)p1 < * (uint16_t *)p2) { in property_id_compare() 2335 if (*(uint16_t *)p1 > *(uint16_t *)p2) { in property_id_compare()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 622 UINT8 rem_id, UINT16 p1, UINT16 p2);
|
/hal_espressif-2.7.6/components/nvs_flash/test_nvs_host/ |
D | test_nvs.cpp | 1804 PartitionEmulation p1(&emu, 5 * SPI_FLASH_SEC_SIZE, 5 * SPI_FLASH_SEC_SIZE, "nvs2"); variable 1806 TEST_ESP_OK( NVSPartitionManager::get_instance()->init_custom(&p1, 5, 5) ); 1819 TEST_ESP_OK(nvs_flash_deinit_partition(p1.get_partition_name()));
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 500 UINT16 p1, UINT16 p2) in l2cu_send_peer_cmd_reject() argument 526 UINT16_TO_STREAM (p, p1); in l2cu_send_peer_cmd_reject()
|