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

  /external/marisa-trie/lib/marisa/
progress.h 13 bool is_last() const { function in class:marisa::Progress
trie-build.cc 211 if ((progress.tail() != MARISA_WITHOUT_TAIL) || !progress.is_last()) {
262 if (progress.is_last()) {
285 if (progress.is_last()) {
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
progress.h 13 bool is_last() const { function in class:marisa_alpha::Progress
trie-build.cc 221 !progress.is_last()) {
276 if (progress.is_last()) {
299 if (progress.is_last()) {
  /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...]
metadata_object.c 442 object->is_last = false;
531 to->is_last = object->is_last;
877 if(block1->is_last != block2->is_last) {
    [all...]
stream_encoder_framing.c 51 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->is_last, FLAC__STREAM_METADATA_IS_LAST_LEN))
stream_encoder.c     [all...]
  /external/marisa-trie/tests/
unit-test.cc 228 while (!progress.is_last()) {
231 ASSERT(progress.is_last());
253 ASSERT(!progress.is_last());
265 ASSERT(!progress.is_last());
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 231 while (!progress.is_last()) {
234 ASSERT(progress.is_last());
257 ASSERT(!progress.is_last());
269 ASSERT(!progress.is_last());
  /external/flac/include/FLAC/
format.h 840 FLAC__bool is_last; member in struct:__anon9309
    [all...]
  /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/libavc/test/encoder/
main.c 1452 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; local
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
indentation.py 254 is_last = self._IsLastCodeInLine(token)
255 if is_last:
  /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/mksh/src/
histrap.c 1224 runtrap(Trap *p, bool is_last)
1276 if (is_last && trap_exstat != -1) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 751 // based on 'is_last'.
753 int is_last,
758 if (!is_last) {
    [all...]
  /external/v8/src/
jsregexp.cc 4118 bool is_last = i == choice_count - 1; local
    [all...]

Completed in 670 milliseconds