Searched refs:maxsize (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | strcache.c | 186 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/ |
D | time.h | 43 size_t strftime_l(char *s, size_t maxsize, const char *format,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ctime | 40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format,
|
D | cwchar | 89 size_t wcsftime(wchar_t* restrict s, size_t maxsize, const wchar_t* restrict format,
|
/ndk/ |
D | ndk-gdb.py | 77 is64bit = True if sys.maxsize > 2**32 else False
|