Lines Matching refs:num_commands
40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) {
44 for (i = 0; i < num_commands; ++i) {
51 const size_t num_commands,
59 for (i = 0; i < num_commands; ++i) {
124 const size_t num_commands,
133 size_t literals_count = CountLiterals(cmds, num_commands);
137 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals);
151 uint16_t* insert_and_copy_codes = BROTLI_ALLOC(m, uint16_t, num_commands);
154 for (i = 0; i < num_commands; ++i) {
159 m, insert_and_copy_codes, num_commands,
170 uint16_t* distance_prefixes = BROTLI_ALLOC(m, uint16_t, num_commands);
174 for (i = 0; i < num_commands; ++i) {