Searched refs:SZT_F (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | arch.h | 170 #ifndef SZT_F 171 #define SZT_F PRIuPTR macro
|
D | mem.h | 51 #define MEM_SIZE_F SZT_F
|
/third_party/lwip/src/apps/http/makefsdata/ |
D | makefsdata.c | 684 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/ |
D | mem.c | 1005 …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/ |
D | sockets.c | 1248 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/ |
D | 0016-lstack-support-mysql-mode.patch | 451 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags));
|
D | 0002-adapt-lstack.patch | 1129 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags));
|
D | CHANGELOG | 2364 * cc.h: Added printf formatter for size_t: SZT_F
|