Searched refs:colPrint (Results 1 – 1 of 1) sorted by relevance
/dalvik/opcode-gen/ |
D | opcode-gen.awk | 185 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 16, 2, " "); 204 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 7, 9, " "); 214 col = colPrint(value, (i == MAX_PACKED_OPCODE), col, 3, 19, " "); 236 function colPrint(value, isLast, col, numCols, colWidth, linePrefix) { function
|