Searched refs:p2 (Results 1 – 4 of 4) sorted by relevance
| /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
|
| /external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
| A D | code.h | 133 …(p0, p1, p2, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | ((func << 3)) | ((… argument 134 …th_func(p0, p1, p2, p3, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | ((func << 3… argument 135 …th_func(p0, p1, p2, p3, p4, func) __bi_encoded_pins_with_func(BI_PINS_ENCODING_MULTI | ((func << 3… argument 143 …3pins_with_names(p0, name0, p1, name1, p2, name2) bi_pin_mask_with_names((1u << (p0)) | (1u << (p… argument 144 …with_names(p0, name0, p1, name1, p2, name2, p3, name3) bi_pin_mask_with_names((1u << (p0)) | (1u … argument
|
| /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()
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 1006 mul32_32_64 r1,r3, r4,r3, r5,r6,r7,r4,r3 @ i64 p2=(ui64)(a2*a2)*(ui64)y; // Q62 r4:r3 1010 adds r4,#0x20 @ i32 r2=(p2>>26)+0x20; // Q36 r4
|
Completed in 10 milliseconds