Searched defs:left_justify (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/src/ |
D | util.c | 336 #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/ |
D | malloc_io.c | 344 #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/ |
D | Format.h | 130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify() function
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Utility.java | 1191 …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()
|