Searched refs:is_last (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.h53 const bool is_last,
H A Dencode.cc144 bool is_last,
147 WriteBits(1, is_last, storage_ix, storage);
148 if (is_last) {
166 if (!is_last) {
795 const bool is_last,
802 EncodeMetaBlockLength(length, is_last, false, storage_ix, storage);
940 const bool is_last,
982 StoreMetaBlock(mb, is_last, ringbuffer_.start(), kRingBufferMask,
984 size_t output_size = is_last ? ((storage_ix_ + 7) >> 3) : (storage_ix_ >> 3);
994 if (is_last) {
143 EncodeMetaBlockLength(size_t meta_block_size, bool is_last, bool is_uncompressed, int* storage_ix, uint8_t* storage) argument
794 StoreMetaBlock(const MetaBlock& mb, const bool is_last, const uint8_t* ringbuffer, const size_t mask, size_t* pos, int* storage_ix, uint8_t* storage) argument
938 WriteMetaBlock(const size_t input_size, const uint8_t* input_buffer, const bool is_last, size_t* encoded_size, uint8_t* encoded_buffer) argument
1040 bool is_last = false; local
[all...]
/external/flac/libFLAC/
H A Dmetadata_iterators.c91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length);
356 FLAC__bool is_last; member in struct:FLAC__Metadata_SimpleIterator
534 if(iterator->is_last)
587 return iterator->is_last;
652 block->is_last = iterator->is_last;
694 block->is_last = iterator->is_last;
700 ret = write_metadata_block_stationary_with_padding_(iterator, block, iterator->length - FLAC__STREAM_METADATA_HEADER_LENGTH - block->length, block->is_last);
717 if(iterator->is_last) {
1208 FLAC__bool is_last; local
2079 read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length) argument
[all...]
H A Dstream_decoder.c111 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
112 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
1435 FLAC__bool is_last; local
1442 is_last = x? true : false;
1451 if(!read_metadata_streaminfo_(decoder, is_last, length))
1461 if(!read_metadata_seektable_(decoder, is_last, length))
1473 block.is_last = is_last;
1593 if(is_last) {
1603 FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigne argument
1674 read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length) argument
[all...]
H A Dmetadata_object.c442 object->is_last = false;
531 to->is_last = object->is_last;
877 if(block1->is_last != block2->is_last) {
H A Dstream_encoder_framing.c55 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->is_last, FLAC__STREAM_METADATA_IS_LAST_LEN))
H A Dstream_encoder.c1055 encoder->private_->streaminfo.is_last = false; /* we will have at a minimum a VORBIS_COMMENT afterwards */
1098 vorbis_comment.is_last = (encoder->protected_->num_metadata_blocks == 0);
1118 encoder->protected_->metadata[i]->is_last = (i == encoder->protected_->num_metadata_blocks - 1);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dindentation.py254 is_last = self._IsLastCodeInLine(token)
255 if is_last:
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dindentation.py255 is_last = self._IsLastCodeInLine(token)
256 if is_last:
/external/flac/include/FLAC/
H A Dformat.h837 FLAC__bool is_last; member in struct:__anon21489
/external/fio/
H A Dstat.c129 int is_last; local
152 is_last = 0;
153 for (i = 0; i < FIO_IO_U_PLAT_NR && !is_last; i++) {
169 is_last = (j == len - 1);
170 if (is_last)
189 int is_last, per_line, scale_down; local
219 is_last = (j == len - 1);
229 log_info(" %sth=[%5u]%c", fbuf, ovals[j], is_last ? '\n' : ',');
231 if (is_last)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c779 // based on 'is_last'.
781 int is_last,
788 if (!is_last) {
823 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); local
826 get_tile_buffer(data_end, is_last, &pbi->common.error, &data,
780 get_tile_buffer(const uint8_t *const data_end, int is_last, struct vpx_internal_error_info *error_info, const uint8_t **data, vpx_decrypt_cb decrypt_cb, void *decrypt_state, TileBuffer *buf) argument
/external/mksh/src/
H A Dhistrap.c1221 runtrap(Trap *p, bool is_last) argument
1273 if (is_last && trap_exstat != -1) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c749 // based on 'is_last'.
751 int is_last,
756 if (!is_last) {
750 get_tile(const uint8_t *const data_end, int is_last, struct vpx_internal_error_info *error_info, const uint8_t **data) argument
/external/chromium_org/v8/src/
H A Djsregexp.cc4118 bool is_last = i == choice_count - 1; local
4119 bool fall_through_on_failure = !is_last;
4134 if (!is_last) {

Completed in 329 milliseconds