Home
last modified time | relevance | path

Searched refs:LINE_LENGTH (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
DPemWriter.java17 private static final int LINE_LENGTH = 64; field in PemWriter
20 private char[] buf = new char[LINE_LENGTH];
69 size += dataLen + (((dataLen + LINE_LENGTH - 1) / LINE_LENGTH) * nlLength); in getOutputSize()
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp153 #define LINE_LENGTH 72 macro
164 if (lineBreak > LINE_LENGTH) { in print_indented()
167 int spaceIndex = LINE_LENGTH - 1; in print_indented()
174 spaceIndex = LINE_LENGTH; in print_indented()
/external/skia/tools/flags/
DSkCommandLineFlags.cpp153 #define LINE_LENGTH 72 macro
164 if (lineBreak > LINE_LENGTH) { in print_indented()
167 int spaceIndex = LINE_LENGTH - 1; in print_indented()
174 spaceIndex = LINE_LENGTH; in print_indented()
/external/fio/
Dstat.c653 #define LINE_LENGTH 75 in show_block_infos() macro
654 char str[LINE_LENGTH]; in show_block_infos()
655 int strln = snprintf(str, LINE_LENGTH, " %3.2fth=%u%c", in show_block_infos()
658 assert(strln < LINE_LENGTH); in show_block_infos()
659 if (pos + strln > LINE_LENGTH) { in show_block_infos()
665 #undef LINE_LENGTH in show_block_infos()