Home
last modified time | relevance | path

Searched refs:SZT_F (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/include/lwip/
Darch.h170 #ifndef SZT_F
171 #define SZT_F PRIuPTR macro
Dmem.h51 #define MEM_SIZE_F SZT_F
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c684 fprintf(struct_file, "{%d, 0x%04x, %"SZT_F"}," NEWLINE, offset, chksum, len); in write_checksums()
937 fprintf(data_file, "/* %s (%"SZT_F" chars) */" NEWLINE, qualifiedName, strlen(qualifiedName) + 1); in process_file()
1063 fprintf(data_file, NEWLINE "/* \"%s\" (%"SZT_F" bytes) */" NEWLINE, cur_string, cur_len); in file_write_http_header()
1073 fprintf(data_file, NEWLINE "/* \"%s\" (%"SZT_F" bytes) */" NEWLINE, cur_string, cur_len); in file_write_http_header()
1114 …fprintf(data_file, NEWLINE "/* \"%s%d\r\n\" (%"SZT_F"+ bytes) */" NEWLINE, cur_string, content_len… in file_write_http_header()
1150 …fprintf(data_file, NEWLINE "/* \"%s\"\r\n\" (%"SZT_F"+ bytes) */" NEWLINE, cur_string, cur_len + 2… in file_write_http_header()
1178 fprintf(data_file, NEWLINE "/* \"%s\" (%"SZT_F" bytes) */" NEWLINE, cur_string, cur_len); in file_write_http_header()
1204 fprintf(data_file, NEWLINE "/* \"%s\" (%"SZT_F" bytes) */" NEWLINE, cur_string, cur_len); in file_write_http_header()
/third_party/lwip/src/core/
Dmem.c1005 …LWIP_DEBUGF(MEM_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("mem_calloc: could not allocate %"SZT_F" bytes\n"… in mem_calloc()
/third_party/lwip/src/api/
Dsockets.c1248 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags)); in lwip_recvfrom_internal()
1432 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_send(%d, data=%p, size=%"SZT_F", flags=0x%x)\n", in lwip_send()
1461 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_send(%d) err=%d written=%"SZT_F"\n", s, err, written)); in lwip_send()
/third_party/lwip/
D0016-lstack-support-mysql-mode.patch451 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags));
D0002-adapt-lstack.patch1129 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags));
DCHANGELOG2364 * cc.h: Added printf formatter for size_t: SZT_F