Searched refs:cmdIndex (Results 1 – 2 of 2) sorted by relevance
149 size_t cmdIndex = code & 0xff; in printReturnCommand() local153 } else if (cmdIndex >= N) { in printReturnCommand()157 out << kReturnStrings[cmdIndex]; in printReturnCommand()210 size_t cmdIndex = code & 0xff; in printCommand() local212 if (cmdIndex >= N) { in printCommand()216 out << kCommandStrings[cmdIndex]; in printCommand()
152 size_t cmdIndex = code & 0xff; in printReturnCommand() local156 } else if (cmdIndex >= N) { in printReturnCommand()160 out << kReturnStrings[cmdIndex]; in printReturnCommand()213 size_t cmdIndex = code & 0xff; in printCommand() local215 if (cmdIndex >= N) { in printCommand()219 out << kCommandStrings[cmdIndex]; in printCommand()