Searched refs:n_commands (Results 1 – 6 of 6) sorted by relevance
/external/brotli/c/enc/ |
D | brotli_bit_stream.h | 48 const Command* commands, size_t n_commands, const MetaBlockSplit* mb, 58 const Command* commands, size_t n_commands, 68 const Command* commands, size_t n_commands,
|
D | brotli_bit_stream.c | 939 const Command* commands, size_t n_commands, const MetaBlockSplit* mb, in BrotliStoreMetaBlock() argument 1016 for (i = 0; i < n_commands; ++i) { in BrotliStoreMetaBlock() 1073 size_t n_commands, in BuildHistograms() argument 1079 for (i = 0; i < n_commands; ++i) { in BuildHistograms() 1098 size_t n_commands, in StoreDataWithHuffmanCodes() argument 1109 for (i = 0; i < n_commands; ++i) { in StoreDataWithHuffmanCodes() 1137 const Command* commands, size_t n_commands, in BrotliStoreMetaBlockTrivial() argument 1157 BuildHistograms(input, start_pos, mask, commands, n_commands, in BrotliStoreMetaBlockTrivial() 1178 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial() 1190 const Command* commands, size_t n_commands, in BrotliStoreMetaBlockFast() argument [all …]
|
D | metablock.c | 542 const Command* commands, size_t n_commands, MetaBlockSplit* mb) { in BrotliBuildMetaBlockGreedyInternal() argument 551 for (i = 0; i < n_commands; ++i) { in BrotliBuildMetaBlockGreedyInternal() 566 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal() 569 InitBlockSplitterDistance(m, &dist_blocks, 64, 512, 100.0, n_commands, in BrotliBuildMetaBlockGreedyInternal() 574 for (i = 0; i < n_commands; ++i) { in BrotliBuildMetaBlockGreedyInternal() 629 size_t n_commands, in BrotliBuildMetaBlockGreedy() argument 633 prev_byte2, literal_context_lut, 1, NULL, commands, n_commands, mb); in BrotliBuildMetaBlockGreedy() 637 commands, n_commands, mb); in BrotliBuildMetaBlockGreedy()
|
D | metablock.h | 93 const Command* commands, size_t n_commands, MetaBlockSplit* mb);
|
/external/vboot_reference/utility/ |
D | tpmc.c | 416 static int n_commands = sizeof(command_table) / sizeof(command_table[0]); variable 438 for (c = command_table; c < command_table + n_commands; c++) { in main() 446 for (c = command_table; c < command_table + n_commands; c++) { in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | cxl_mem.h | 114 __u32 n_commands; member
|