Searched defs:hexCols (Results 1 – 3 of 3) sorted by relevance
57 private final int hexCols; field in BaseDumper93 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
66 private int hexCols; field in ByteArrayAnnotatedOutput430 int hexCols = (((annotationWidth - 7) / 15) + 1) & ~1; in enableAnnotations() local