Searched defs:hexCols (Results 1 – 3 of 3) sorted by relevance
58 private final int hexCols; field in BaseDumper99 int hexCols = (((width - 5) / 15) + 1) & ~1; in BaseDumper() local
63 private int hexCols; field in ByteArrayAnnotatedOutput434 int hexCols = (((annotationWidth - 7) / 15) + 1) & ~1; in enableAnnotations() local
67 private int hexCols; field in ByteArrayAnnotatedOutput450 int hexCols = (((annotationWidth - 7) / 15) + 1) & ~1; in enableAnnotations() local