HomeSort by: relevance | last modified time | path
    Searched refs:is_last (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/enc/
compress_fragment_two_pass.h 29 If "is_last" is 1, emits an additional empty last meta-block.
31 REQUIRES: "input_size" is greater than zero, or "is_last" is 1.
42 BROTLI_BOOL is_last,
compress_fragment.h 26 If "is_last" is 1, emits an additional empty last meta-block.
30 If "is_last" is 0, they are updated to reflect the statistics
36 command and distance prefix codes. If "is_last" is 0, these are also
39 REQUIRES: "input_size" is greater than zero, or "is_last" is 1.
48 BROTLI_BOOL is_last,
brotli_bit_stream.h 46 uint8_t prev_byte, uint8_t prev_byte2, BROTLI_BOOL is_last,
57 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
67 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
encode.c 558 const BROTLI_BOOL is_last,
588 BrotliStoreUncompressedMetaBlock(is_last, data,
599 bytes, mask, is_last, params,
605 bytes, mask, is_last, params,
641 is_last,
656 BrotliStoreUncompressedMetaBlock(is_last, data,
953 data. If |is_last| or |force_flush| is BROTLI_TRUE, an output meta-block is
954 always created. However, until |is_last| is BROTLI_TRUE encoder may retain up
961 BrotliEncoderState* s, const BROTLI_BOOL is_last,
977 if (is_last) s->is_last_block_emitted_ = BROTLI_TRUE
1266 BROTLI_BOOL is_last; local
1651 BROTLI_BOOL is_last = local
1868 BROTLI_BOOL is_last = TO_BROTLI_BOOL( local
    [all...]
hash.h 422 size_t input_size, BROTLI_BOOL is_last) {
423 BROTLI_BOOL one_shot = (position == 0 && is_last);
468 BROTLI_BOOL is_last) {
469 HasherSetup(m, hasher, params, data, position, input_size, is_last);
compress_fragment.c 427 BROTLI_BOOL is_last, int* table, size_t table_bits, uint8_t cmd_depth[128],
721 if (!is_last) {
736 BROTLI_BOOL is_last, int* table, uint8_t cmd_depth[128], \
739 BrotliCompressFragmentFastImpl(m, input, input_size, is_last, table, B, \
747 BROTLI_BOOL is_last, int* table, size_t table_size, uint8_t cmd_depth[128],
754 BROTLI_DCHECK(is_last);
765 m, input, input_size, is_last, table, cmd_depth, cmd_bits, \
779 if (is_last) {
compress_fragment_two_pass.c 559 BROTLI_BOOL is_last, uint32_t* command_buf, uint8_t* literal_buf,
565 BROTLI_UNUSED(is_last);
601 BROTLI_BOOL is_last, uint32_t* command_buf, uint8_t* literal_buf, \
604 BrotliCompressFragmentTwoPassImpl(m, input, input_size, is_last, command_buf,\
612 BROTLI_BOOL is_last, uint32_t* command_buf, uint8_t* literal_buf,
620 m, input, input_size, is_last, command_buf, \
634 if (is_last) {
brotli_bit_stream.c 937 uint8_t prev_byte, uint8_t prev_byte2, BROTLI_BOOL is_last,
955 StoreCompressedMetaBlockHeader(is_last, length, storage_ix, storage);
1064 if (is_last) {
1136 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
1151 StoreCompressedMetaBlockHeader(is_last, length, storage_ix, storage);
1182 if (is_last) {
1189 BROTLI_BOOL is_last, const BrotliEncoderParams* params,
1196 StoreCompressedMetaBlockHeader(is_last, length, storage_ix, storage);
1272 if (is_last) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_instruction_alu.h 111 bool is_last() const {return m_flags.test(alu_last_instr);}
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_pack.c 721 bool is_last = (clause->link.next == &block->clauses); local
729 if (is_last) {
741 if (!is_last)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_llvm_ps.c 409 bool is_last, unsigned color_type, struct si_ps_exports *exp)
451 if (is_last && last == c) {
465 if (is_last) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader.c 3689 bool is_last, struct si_ps_exports *exp)
3728 if (is_last && last == c) {
3742 if (is_last) {

Completed in 63 milliseconds