Home
last modified time | relevance | path

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

/dalvik/opcode-gen/
Dopcode-gen.awk185 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