Home
last modified time | relevance | path

Searched defs:left_justify (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dutil.c336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument
405 bool left_justify = false; in malloc_vsnprintf() local
/external/llvm/include/llvm/Support/
DFormat.h130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify() function