Home
last modified time | relevance | path

Searched defs:left_justify (Results 1 – 4 of 4) 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/jemalloc_new/src/
Dmalloc_io.c344 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument
415 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
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java1191 …public static String format( final int i, final int length, final boolean left_justify, final char… in format()
1205 …public static String fillup( final String str, final int length, final boolean left_justify, final… in fillup()