Lines Matching full:cmds
41 static size_t CountLiterals(const Command* cmds, const size_t num_commands) {
46 total_length += cmds[i].insert_len_;
51 static void CopyLiteralsToByteArray(const Command* cmds,
61 size_t insert_len = cmds[i].insert_len_;
73 from_pos = (from_pos + insert_len + CommandCopyLen(&cmds[i])) & mask;
126 const Command* cmds,
136 size_t literals_count = CountLiterals(cmds, num_commands);
140 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals);
158 insert_and_copy_codes[i] = cmds[i].cmd_prefix_;
178 const Command* cmd = &cmds[i];