Home
last modified time | relevance | path

Searched refs:CommandCopyLen (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dhistogram.c82 pos += CommandCopyLen(cmd); in BrotliBuildHistogramsWithContext()
83 if (CommandCopyLen(cmd)) { in BrotliBuildHistogramsWithContext()
H A Dblock_splitter.c72 from_pos = (from_pos + insert_len + CommandCopyLen(&cmds[i])) & mask; in CopyLiteralsToByteArray()
176 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in BrotliSplitBlock()
H A Dmetablock.c72 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in RecomputeDistancePrefixes()
103 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in ComputeDistanceCost()
593 pos += CommandCopyLen(&cmd); in BrotliBuildMetaBlockGreedyInternal()
594 if (CommandCopyLen(&cmd)) { in BrotliBuildMetaBlockGreedyInternal()
H A Dbrotli_bit_stream.c1041 pos += CommandCopyLen(&cmd); in BrotliStoreMetaBlock()
1042 if (CommandCopyLen(&cmd)) { in BrotliStoreMetaBlock()
1087 pos += CommandCopyLen(&cmd); in BuildHistograms()
1088 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in BuildHistograms()
1122 pos += CommandCopyLen(&cmd); in StoreDataWithHuffmanCodes()
1123 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in StoreDataWithHuffmanCodes()
1215 pos += CommandCopyLen(&cmd); in BrotliStoreMetaBlockFast()
H A Dcommand.h176 static BROTLI_INLINE uint32_t CommandCopyLen(const Command* self) { in CommandCopyLen() function
H A Dbackward_references_hq.c157 size_t copylength = CommandCopyLen(&commands[i]); in ZopfliCostModelSetFromCommands()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhistogram.c82 pos += CommandCopyLen(cmd); in BrotliBuildHistogramsWithContext()
83 if (CommandCopyLen(cmd)) { in BrotliBuildHistogramsWithContext()
H A Dblock_splitter.c72 from_pos = (from_pos + insert_len + CommandCopyLen(&cmds[i])) & mask; in CopyLiteralsToByteArray()
176 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in BrotliSplitBlock()
H A Dmetablock.c72 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in RecomputeDistancePrefixes()
103 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in ComputeDistanceCost()
593 pos += CommandCopyLen(&cmd); in BrotliBuildMetaBlockGreedyInternal()
594 if (CommandCopyLen(&cmd)) { in BrotliBuildMetaBlockGreedyInternal()
H A Dbrotli_bit_stream.c1041 pos += CommandCopyLen(&cmd); in BrotliStoreMetaBlock()
1042 if (CommandCopyLen(&cmd)) { in BrotliStoreMetaBlock()
1087 pos += CommandCopyLen(&cmd); in BuildHistograms()
1088 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in BuildHistograms()
1122 pos += CommandCopyLen(&cmd); in StoreDataWithHuffmanCodes()
1123 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in StoreDataWithHuffmanCodes()
1215 pos += CommandCopyLen(&cmd); in BrotliStoreMetaBlockFast()
H A Dcommand.h176 static BROTLI_INLINE uint32_t CommandCopyLen(const Command* self) { in CommandCopyLen() function
H A Dbackward_references_hq.c157 size_t copylength = CommandCopyLen(&commands[i]); in ZopfliCostModelSetFromCommands()

Completed in 22 milliseconds