Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-2.0.3/test/unit/core/
A Dtest_pbuf.c44 struct pbuf *p1, *p2, *p3; in START_TEST() local
52 fail_unless(p1 != NULL); in START_TEST()
53 fail_unless(p1->ref == 1); in START_TEST()
60 pbuf_cat(p1, p2); in START_TEST()
61 fail_unless(p1->ref == 1); in START_TEST()
65 err = pbuf_copy(p3, p1); in START_TEST()
68 pbuf_free(p1); in START_TEST()
107 fail_unless(p1 != NULL); in START_TEST()
119 pbuf_cat(p1, p2); in START_TEST()
120 pbuf_cat(p1, p3); in START_TEST()
[all …]
A Dtest_mem.c34 void *p1, *p2; in START_TEST() local
40 p1 = mem_malloc(SIZE1); in START_TEST()
41 fail_unless(p1 != NULL); in START_TEST()
50 mem_trim(p1, SIZE1_2); in START_TEST()
55 mem_free(p1); in START_TEST()
/components/net/lwip/lwip-2.1.2/test/unit/core/
A Dtest_pbuf.c76 struct pbuf *p1, *p2, *p3; in START_TEST() local
84 fail_unless(p1 != NULL); in START_TEST()
85 fail_unless(p1->ref == 1); in START_TEST()
92 pbuf_cat(p1, p2); in START_TEST()
93 fail_unless(p1->ref == 1); in START_TEST()
97 err = pbuf_copy(p3, p1); in START_TEST()
100 pbuf_free(p1); in START_TEST()
139 fail_unless(p1 != NULL); in START_TEST()
151 pbuf_cat(p1, p2); in START_TEST()
152 pbuf_cat(p1, p3); in START_TEST()
[all …]
A Dtest_mem.c36 void *p1, *p2; in START_TEST() local
42 p1 = mem_malloc(SIZE1); in START_TEST()
43 fail_unless(p1 != NULL); in START_TEST()
52 mem_trim(p1, SIZE1_2); in START_TEST()
57 mem_free(p1); in START_TEST()
/components/net/lwip/lwip-1.4.1/test/unit/core/
A Dtest_mem.c34 void *p1, *p2; in START_TEST() local
44 p1 = mem_malloc(SIZE1); in START_TEST()
45 fail_unless(p1 != NULL); in START_TEST()
54 mem_trim(p1, SIZE1_2); in START_TEST()
59 mem_free(p1); in START_TEST()
/components/drivers/usb/cherryusb/common/
A Dusb_osal.h17 #define CONFIG_USB_OSAL_THREAD_SET_ARGV void *p1, void *p2, void *p3
18 #define CONFIG_USB_OSAL_THREAD_GET_ARGV ((uintptr_t)p1)
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtest_tcp.c274 p1 = tcp_create_rx_segment(pcb, counters.expected_data, data_len, 0, 0, 0); in START_TEST()
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtest_tcp.c348 p1 = tcp_create_rx_segment(pcb, counters.expected_data, data_len, 0, 0, 0); in START_TEST()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtest_tcp.c591 p1 = tcp_create_rx_segment(pcb, counters.expected_data, data_len, 0, 0, 0); in START_TEST()

Completed in 20 milliseconds