Home | History | Annotate | Download | only in strace

Lines Matching full:1024

39 	static char buf[sizeof(uint64_t)*3 + sizeof("*1024")];
44 if (lim > 1024 && lim % 1024 == 0)
45 sprintf(buf, "%" PRIu64 "*1024", lim / 1024);
70 static char buf[sizeof(uint32_t)*3 + sizeof("*1024")];
75 if (lim > 1024 && lim % 1024 == 0)
76 sprintf(buf, "%" PRIu32 "*1024", lim / 1024);