HomeSort by relevance Sort by last modified time
    Searched defs:is_last (Results 1 - 9 of 9) sorted by null

  /external/marisa-trie/lib/marisa/
progress.h 13 bool is_last() const { function in class:marisa::Progress
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
progress.h 13 bool is_last() const { function in class:marisa_alpha::Progress
  /external/fio/
stat.c 129 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)
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 739 // based on 'is_last'.
741 int is_last,
748 if (!is_last) {
783 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); local
786 get_tile_buffer(data_end, is_last, &pbi->common.error, &data,
    [all...]
  /external/flac/include/FLAC/
format.h 840 FLAC__bool is_last; member in struct:__anon9309
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 91 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
    [all...]
stream_decoder.c 88 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
89 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
1411 FLAC__bool is_last; local
    [all...]
  /external/libavc/test/encoder/
main.c 1452 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; local
    [all...]
  /external/v8/src/
jsregexp.cc 4118 bool is_last = i == choice_count - 1; local
    [all...]

Completed in 771 milliseconds