Searched refs:SZT_F (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | arch.h | 108 #ifndef SZT_F 109 #define SZT_F PRIuPTR macro
|
A D | mem.h | 50 #define MEM_SIZE_F SZT_F
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | arch.h | 108 #ifndef SZT_F 109 #define SZT_F PRIuPTR macro
|
A D | mem.h | 50 #define MEM_SIZE_F SZT_F
|
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/ |
A D | cc.h | 69 #define SZT_F U32_F macro 128 #define SZT_F "uz"
|
/AliOS-Things-master/hardware/chip/rtl872xd/arch/ |
A D | cc.h | 65 #define SZT_F U32_F macro 126 #define SZT_F "uz"
|
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/arch/ |
A D | cc.h | 25 #define SZT_F "u" macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 973 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags)); in lwip_recvfrom() 1038 …LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom: buflen=%"U16_F" len=%"SZT_F" off=%d sock->lastoffset=%… in lwip_recvfrom() 1161 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_send(%d, data=%p, size=%"SZT_F", flags=0x%x)\n", in lwip_send() 1188 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_send(%d) err=%d written=%"SZT_F"\n", s, err, written)); in lwip_send()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | af_packet.c | 288 … LWIP_DEBUGF(PACKETS_DEBUG, ("packet_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags)); in packet_recvfrom()
|
Completed in 16 milliseconds