Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/mdns/host_test/components/freertos_linux/
Dqueue_unique_ptr.cpp23 auto * q = new QueueMock<std::vector<uint8_t>>(); in create_q() local
27 extern "C" void destroy_q(void* q) in destroy_q()
33 extern "C" bool send_q(void* q, uint8_t *data, size_t len) in send_q()
42 extern "C" bool recv_q(void* q, uint8_t *data, size_t len, uint32_t ms) in recv_q()
Dqueue_unique_ptr.hpp52 std::queue<std::unique_ptr<T>> q; member in QueueMock
Dfreertos_linux.c35 void * q; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/
Dp_256_ecc_pp.c39 static void p_256_init_point(Point *q) in p_256_init_point()
44 static void p_256_copy_point(Point *q, Point *p) in p_256_copy_point()
50 static void ECC_Double(Point *q, Point *p, uint32_t keyLength) in ECC_Double()
96 static void ECC_Add(Point *r, Point *p, Point *q, uint32_t keyLength) in ECC_Add()
195 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength) in ECC_PointMult_Bin_NAF()
/hal_espressif-3.5.0/components/lwip/test_afl_host/
Dnetwork_mock.c23 struct pbuf* q = in; in pbuf_skip() local
39 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_try_get_at() local
51 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_put_at() local
62 struct pbuf* q = pbuf_skip(p, offset, &q_idx); in pbuf_get_at() local
159 err_t etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) in etharp_query()
/hal_espressif-3.5.0/components/wpa_supplicant/test/
Dtest_crypto.c390 struct crypto_ec_point *q = crypto_ec_point_init(e); variable
429 struct crypto_ec_point *q = crypto_ec_point_init(e); variable
467 struct crypto_ec_point *q = crypto_ec_point_init(e); variable
503 struct crypto_ec_point *q = crypto_ec_point_init(e); variable
/hal_espressif-3.5.0/components/lwip/port/esp32/netif/
Dopenthreadif.c30 struct pbuf *q = p; in openthread_output_ip6() local
Dethernetif.c109 struct pbuf *q = p; in ethernet_low_level_output() local
Dwlanif.c133 struct pbuf *q = p; in low_level_output() local
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/smp/include/
Dp_256_ecc_pp.h72 #define ECC_PointMult(q, p, n, keyLength) ECC_PointMult_Bin_NAF(q, p, n, keyLength) argument
/hal_espressif-3.5.0/components/mdns/
Dmdns.c930 static uint16_t _mdns_append_question(uint8_t * packet, uint16_t * index, mdns_out_question_t * q) in _mdns_append_question()
1131 mdns_out_question_t * q; in _mdns_dispatch_tx_packet() local
1195 mdns_out_question_t * q = packet->questions; in _mdns_free_tx_packet() local
1231 mdns_tx_packet_t * q = _mdns_server->tx_queue_head; in _mdns_schedule_tx_packet() local
1244 mdns_tx_packet_t * q; in _mdns_clear_tx_queue_head() local
1260 mdns_tx_packet_t * q, * p; in _mdns_clear_pcb_tx_queue_head() local
1288 mdns_tx_packet_t * q = _mdns_server->tx_queue_head; in _mdns_get_next_pcb_packet() local
1307 mdns_tx_packet_t * q = _mdns_server->tx_queue_head; in _mdns_remove_scheduled_answer() local
1478 mdns_parsed_question_t *q = parsed_packet->questions; in _mdns_create_answer_from_parsed_packet() local
1624 mdns_out_question_t *q = (mdns_out_question_t *)malloc(sizeof(mdns_out_question_t)); in _mdns_append_host_question() local
[all …]
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dcrypto_internal-modexp.c62 struct bignum *p, *q, *tmp; in crypto_dh_derive_secret() local
Dlibtommath.h1577 mp_digit q; in mp_count_bits() local
1638 mp_int ta, tb, tq, q; in mp_div() local
1721 mp_int q, x, y, t1, t2; in mp_div() local
2185 mp_int q; in mp_reduce_2k_l() local
2295 mp_int q; in mp_reduce() local
/hal_espressif-3.5.0/components/lwip/apps/dhcpserver/
Ddhcpserver.c477 struct pbuf *p, *q; in send_offer() local
556 struct pbuf *p, *q; in send_nak() local
634 struct pbuf *p, *q; in send_ack() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/
Drsa.c24 struct bignum *q; /* prime q (factor of n) */ member
Dlibtommath.h1573 mp_digit q; in mp_count_bits() local
1634 mp_int ta, tb, tq, q; in mp_div() local
1717 mp_int q, x, y, t1, t2; in mp_div() local
2181 mp_int q; in mp_reduce_2k_l() local
2291 mp_int q; in mp_reduce() local
/hal_espressif-3.5.0/examples/protocols/https_server/wss_server/main/
Dkeep_alive.c40 QueueHandle_t q; member
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/
Dsae.c392 struct crypto_bignum *q; in get_random_qr_qnr() local
Ddpp.c2051 struct crypto_bignum *lx, *sum, *q; in dpp_auth_derive_l_responder() local
/hal_espressif-3.5.0/zephyr/esp32/src/bt/
Desp_bt_adapter.c561 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
/hal_espressif-3.5.0/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c594 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
/hal_espressif-3.5.0/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c585 struct bt_queue_t *q = (struct bt_queue_t *) queue; in queue_delete_wrapper() local
/hal_espressif-3.5.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c1389 const mz_uint16 *s = (const mz_uint16 *)(d->m_dict + pos), *p, *q; in tdefl_find_match() local
1442 const mz_uint8 *s = d->m_dict + pos, *p, *q; in tdefl_find_match() local
1536 const mz_uint16 *q = (const mz_uint16 *)(d->m_dict + probe_pos); in tdefl_compress_fast() local