• Home
  • Raw
  • Download

Lines Matching refs:num_commands

169                                       size_t num_commands,  in RecomputeDistancePrefixes()  argument
176 for (i = 0; i < num_commands; ++i) { in RecomputeDistancePrefixes()
503 const size_t bytes, const size_t num_literals, const size_t num_commands) { in ShouldCompress() argument
504 if (num_commands < (bytes >> 8) + 2) { in ShouldCompress()
536 const size_t num_commands, in WriteMetaBlockInternal() argument
556 num_literals, num_commands)) { in WriteMetaBlockInternal()
573 num_commands, in WriteMetaBlockInternal()
580 commands, num_commands, in WriteMetaBlockInternal()
586 commands, num_commands, in WriteMetaBlockInternal()
604 literal_context_map, commands, num_commands, &mb); in WriteMetaBlockInternal()
613 commands, num_commands, in WriteMetaBlockInternal()
629 commands, num_commands, in WriteMetaBlockInternal()
1165 size_t num_commands = 0; in BrotliCompressBufferQuality10() local
1198 num_commands + path_size + 1); in BrotliCompressBufferQuality10()
1204 memcpy(new_commands, commands, sizeof(Command) * num_commands); in BrotliCompressBufferQuality10()
1211 &commands[num_commands], &num_literals); in BrotliCompressBufferQuality10()
1212 num_commands += path_size; in BrotliCompressBufferQuality10()
1217 num_commands > max_commands_per_metablock) { in BrotliCompressBufferQuality10()
1223 InitInsertCommand(&commands[num_commands++], last_insert_len); in BrotliCompressBufferQuality10()
1239 metablock_size, num_literals, num_commands)) { in BrotliCompressBufferQuality10()
1261 commands, num_commands, in BrotliCompressBufferQuality10()
1277 commands, num_commands, in BrotliCompressBufferQuality10()