Searched refs:p2 (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/platform/nrfx/drivers/ |
A D | nrfx_common.h | 96 #define NRFX_CONCAT_2(p1, p2) NRFX_CONCAT_2_(p1, p2) argument 99 #define NRFX_CONCAT_2_(p1, p2) p1 ## p2 argument 117 #define NRFX_CONCAT_3(p1, p2, p3) NRFX_CONCAT_3_(p1, p2, p3) argument 120 #define NRFX_CONCAT_3_(p1, p2, p3) p1 ## p2 ## p3 argument
|
/lk-master/external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
A D | code.h | 126 …(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | ((func << 3)) | ((… argument 127 …th_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | ((func << 3… argument 128 …th_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | ((func << 3… argument 136 …3pins_with_names(p0, name0, p1, name1, p2, name2) bi_pin_mask_with_names((1u << (p0)) | (1u << (p… argument 137 …with_names(p0, name0, p1, name1, p2, name2, p3, name3) bi_pin_mask_with_names((1u << (p0)) | (1u … argument
|
/lk-master/dev/virtio/net/ |
A D | virtio-net.c | 186 static status_t virtio_net_queue_tx_pktbuf(struct virtio_net_dev *ndev, pktbuf_t *p2) { in virtio_net_queue_tx_pktbuf() argument 228 ndev->pending_tx_packet[desc->next] = p2; in virtio_net_queue_tx_pktbuf() 237 desc->addr = pktbuf_data_phys(p2); in virtio_net_queue_tx_pktbuf() 238 desc->len = p2->dlen; in virtio_net_queue_tx_pktbuf()
|
/lk-master/external/lib/lwip/core/ |
A D | tcp_out.c | 548 struct pbuf *p2; in tcp_write() local 552 if ((p2 = pbuf_alloc(PBUF_TRANSPORT, seglen, PBUF_ROM)) == NULL) { in tcp_write() 561 p2->payload = (u8_t*)arg + pos; in tcp_write() 567 pbuf_free(p2); in tcp_write() 572 pbuf_cat(p/*header*/, p2/*data*/); in tcp_write()
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 1008 mul32_32_64 r1,r3, r4,r3, r5,r6,r7,r4,r3 @ i64 p2=(ui64)(a2*a2)*(ui64)y; // Q62 r4:r3 1012 adds r4,#0x20 @ i32 r2=(p2>>26)+0x20; // Q36 r4
|
Completed in 10 milliseconds