/third_party/skia/third_party/externals/brotli/c/enc/ |
D | block_splitter.c | 40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { in CountLiterals() argument 44 for (i = 0; i < num_commands; ++i) { in CountLiterals() 51 const size_t num_commands, in CopyLiteralsToByteArray() argument 59 for (i = 0; i < num_commands; ++i) { in CopyLiteralsToByteArray() 124 const size_t num_commands, in BrotliSplitBlock() argument 133 size_t literals_count = CountLiterals(cmds, num_commands); in BrotliSplitBlock() 137 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals); in BrotliSplitBlock() 151 uint16_t* insert_and_copy_codes = BROTLI_ALLOC(m, uint16_t, num_commands); in BrotliSplitBlock() 154 for (i = 0; i < num_commands; ++i) { in BrotliSplitBlock() 159 m, insert_and_copy_codes, num_commands, in BrotliSplitBlock() [all …]
|
D | metablock.c | 59 size_t num_commands, in RecomputeDistancePrefixes() argument 70 for (i = 0; i < num_commands; ++i) { in RecomputeDistancePrefixes() 83 size_t num_commands, in ComputeDistanceCost() argument 101 for (i = 0; i < num_commands; i++) { in ComputeDistanceCost() 134 size_t num_commands, in BrotliBuildMetaBlock() argument 164 cmds, num_commands, in BrotliBuildMetaBlock() 177 ComputeDistanceCost(cmds, num_commands, in BrotliBuildMetaBlock() 185 RecomputeDistancePrefixes(cmds, num_commands, in BrotliBuildMetaBlock() 188 BrotliSplitBlock(m, cmds, num_commands, in BrotliBuildMetaBlock() 226 BrotliBuildHistogramsWithContext(cmds, num_commands, in BrotliBuildMetaBlock()
|
D | backward_references_hq.c | 140 size_t num_commands, in ZopfliCostModelSetFromCommands() argument 155 for (i = 0; i < num_commands; i++) { in ZopfliCostModelSetFromCommands() 557 size_t num_commands = 0; in ComputeShortestPathFromNodes() local 565 num_commands++; in ComputeShortestPathFromNodes() 567 return num_commands; in ComputeShortestPathFromNodes() 726 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateZopfliBackwardReferences() argument 730 *num_commands += BrotliZopfliComputeShortestPath(m, num_bytes, in BrotliCreateZopfliBackwardReferences() 743 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateHqZopfliBackwardReferences() argument 810 orig_num_commands = *num_commands; in BrotliCreateHqZopfliBackwardReferences() 822 ringbuffer_mask, commands, *num_commands - orig_num_commands, in BrotliCreateHqZopfliBackwardReferences() [all …]
|
D | encode.c | 515 const size_t bytes, const size_t num_literals, const size_t num_commands) { in ShouldCompress() argument 518 if (num_commands < (bytes >> 8) + 2) { in ShouldCompress() 564 const size_t num_commands, in WriteMetaBlockInternal() argument 584 num_literals, num_commands)) { in WriteMetaBlockInternal() 600 commands, num_commands, in WriteMetaBlockInternal() 606 commands, num_commands, in WriteMetaBlockInternal() 623 literal_context_map, commands, num_commands, &mb); in WriteMetaBlockInternal() 628 commands, num_commands, in WriteMetaBlockInternal() 644 commands, num_commands, in WriteMetaBlockInternal() 1261 size_t num_commands = 0; in BrotliCompressBufferQuality10() local [all …]
|
D | backward_references_hq.h | 31 Command* commands, size_t* num_commands, size_t* num_literals); 38 Command* commands, size_t* num_commands, size_t* num_literals);
|
D | backward_references.c | 127 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateBackwardReferences() argument 134 last_insert_len, commands, num_commands, num_literals); \ in BrotliCreateBackwardReferences()
|
D | histogram.c | 44 const Command* cmds, const size_t num_commands, in BrotliBuildHistogramsWithContext() argument 60 for (i = 0; i < num_commands; ++i) { in BrotliBuildHistogramsWithContext()
|
D | compress_fragment_two_pass.c | 457 const uint32_t* commands, const size_t num_commands, in StoreCommands() argument 489 for (i = 0; i < num_commands; ++i) { in StoreCommands() 501 for (i = 0; i < num_commands; ++i) { in StoreCommands() 577 const size_t num_commands = (size_t)(commands - command_buf); in BrotliCompressFragmentTwoPassImpl() local 581 StoreCommands(m, literal_buf, num_literals, command_buf, num_commands, in BrotliCompressFragmentTwoPassImpl()
|
D | backward_references_inc.h | 15 Command* commands, size_t* num_commands, size_t* num_literals) { in EXPORT_FN() 162 *num_commands += (size_t)(commands - orig_commands); in EXPORT_FN()
|
D | backward_references.h | 33 Command* commands, size_t* num_commands, size_t* num_literals);
|
D | block_splitter.h | 38 const size_t num_commands,
|
/third_party/node/deps/brotli/c/enc/ |
D | block_splitter.c | 40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { in CountLiterals() argument 44 for (i = 0; i < num_commands; ++i) { in CountLiterals() 51 const size_t num_commands, in CopyLiteralsToByteArray() argument 59 for (i = 0; i < num_commands; ++i) { in CopyLiteralsToByteArray() 124 const size_t num_commands, in BrotliSplitBlock() argument 133 size_t literals_count = CountLiterals(cmds, num_commands); in BrotliSplitBlock() 137 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals); in BrotliSplitBlock() 151 uint16_t* insert_and_copy_codes = BROTLI_ALLOC(m, uint16_t, num_commands); in BrotliSplitBlock() 154 for (i = 0; i < num_commands; ++i) { in BrotliSplitBlock() 159 m, insert_and_copy_codes, num_commands, in BrotliSplitBlock() [all …]
|
D | metablock.c | 59 size_t num_commands, in RecomputeDistancePrefixes() argument 70 for (i = 0; i < num_commands; ++i) { in RecomputeDistancePrefixes() 83 size_t num_commands, in ComputeDistanceCost() argument 101 for (i = 0; i < num_commands; i++) { in ComputeDistanceCost() 134 size_t num_commands, in BrotliBuildMetaBlock() argument 164 cmds, num_commands, in BrotliBuildMetaBlock() 177 ComputeDistanceCost(cmds, num_commands, in BrotliBuildMetaBlock() 185 RecomputeDistancePrefixes(cmds, num_commands, in BrotliBuildMetaBlock() 188 BrotliSplitBlock(m, cmds, num_commands, in BrotliBuildMetaBlock() 226 BrotliBuildHistogramsWithContext(cmds, num_commands, in BrotliBuildMetaBlock()
|
D | backward_references_hq.c | 140 size_t num_commands, in ZopfliCostModelSetFromCommands() argument 155 for (i = 0; i < num_commands; i++) { in ZopfliCostModelSetFromCommands() 557 size_t num_commands = 0; in ComputeShortestPathFromNodes() local 565 num_commands++; in ComputeShortestPathFromNodes() 567 return num_commands; in ComputeShortestPathFromNodes() 726 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateZopfliBackwardReferences() argument 730 *num_commands += BrotliZopfliComputeShortestPath(m, num_bytes, in BrotliCreateZopfliBackwardReferences() 743 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateHqZopfliBackwardReferences() argument 810 orig_num_commands = *num_commands; in BrotliCreateHqZopfliBackwardReferences() 822 ringbuffer_mask, commands, *num_commands - orig_num_commands, in BrotliCreateHqZopfliBackwardReferences() [all …]
|
D | encode.c | 515 const size_t bytes, const size_t num_literals, const size_t num_commands) { in ShouldCompress() argument 518 if (num_commands < (bytes >> 8) + 2) { in ShouldCompress() 564 const size_t num_commands, in WriteMetaBlockInternal() argument 584 num_literals, num_commands)) { in WriteMetaBlockInternal() 600 commands, num_commands, in WriteMetaBlockInternal() 606 commands, num_commands, in WriteMetaBlockInternal() 623 literal_context_map, commands, num_commands, &mb); in WriteMetaBlockInternal() 628 commands, num_commands, in WriteMetaBlockInternal() 644 commands, num_commands, in WriteMetaBlockInternal() 1261 size_t num_commands = 0; in BrotliCompressBufferQuality10() local [all …]
|
D | backward_references_hq.h | 31 Command* commands, size_t* num_commands, size_t* num_literals); 38 Command* commands, size_t* num_commands, size_t* num_literals);
|
D | backward_references.c | 127 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateBackwardReferences() argument 134 last_insert_len, commands, num_commands, num_literals); \ in BrotliCreateBackwardReferences()
|
D | histogram.c | 44 const Command* cmds, const size_t num_commands, in BrotliBuildHistogramsWithContext() argument 60 for (i = 0; i < num_commands; ++i) { in BrotliBuildHistogramsWithContext()
|
D | compress_fragment_two_pass.c | 457 const uint32_t* commands, const size_t num_commands, in StoreCommands() argument 489 for (i = 0; i < num_commands; ++i) { in StoreCommands() 501 for (i = 0; i < num_commands; ++i) { in StoreCommands() 577 const size_t num_commands = (size_t)(commands - command_buf); in BrotliCompressFragmentTwoPassImpl() local 581 StoreCommands(m, literal_buf, num_literals, command_buf, num_commands, in BrotliCompressFragmentTwoPassImpl()
|
D | backward_references_inc.h | 15 Command* commands, size_t* num_commands, size_t* num_literals) { in EXPORT_FN() 162 *num_commands += (size_t)(commands - orig_commands); in EXPORT_FN()
|
D | backward_references.h | 33 Command* commands, size_t* num_commands, size_t* num_literals);
|
D | block_splitter.h | 38 const size_t num_commands,
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | RaspiCLI.c | 63 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, … in raspicli_get_command_id() argument 75 for (j = 0; j < num_commands; j++) in raspicli_get_command_id() 99 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands) in raspicli_display_help() argument 108 for (i = 0; i < num_commands; i++) in raspicli_display_help()
|
D | RaspiCLI.h | 49 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands); 50 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, …
|
/third_party/libdrm/tegra/ |
D | job.c | 47 size = (job->num_commands + 1) * sizeof(*commands); in drm_tegra_job_add_command() 53 command = &commands[job->num_commands]; in drm_tegra_job_add_command() 59 job->num_commands++; in drm_tegra_job_add_command() 142 args.num_cmds = job->num_commands; in drm_tegra_job_submit()
|