Home
last modified time | relevance | path

Searched refs:maxsize (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dstrcache.c186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; in strcache_print_stats() local
199 maxsize = (sz > maxsize ? sz : maxsize); in strcache_print_stats()
213 prefix, totsize, maxsize, minsize, avgsize); in strcache_print_stats()
/ndk/sources/android/support/include/
Dtime.h43 size_t strftime_l(char *s, size_t maxsize, const char *format,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dctime40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format,
Dcwchar89 size_t wcsftime(wchar_t* restrict s, size_t maxsize, const wchar_t* restrict format,
/ndk/
Dndk-gdb.py77 is64bit = True if sys.maxsize > 2**32 else False