Home
last modified time | relevance | path

Searched defs:is_last (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhash_map.hpp175 bool is_last = (it == buckets_[bucket].last); in erase() local
/external/libmicrohttpd/src/microspdy/
Dstructures.c307 bool is_last; in SPDYF_response_queue_create() local
/external/flac/libFLAC/
Dstream_decoder.c1411 FLAC__bool is_last; in read_metadata_() local
1584 FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned len… in read_metadata_streaminfo_()
1655 FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned leng… in read_metadata_seektable_()
/external/fio/
Dstat.c129 int is_last; in calc_clat_percentiles() local
189 int is_last, per_line, scale_down; in show_clat_percentiles() local
/external/mksh/src/
Dhistrap.c1280 runtrap(Trap *p, bool is_last) in runtrap()
/external/v8/src/snapshot/
Dserialize.h293 bool is_last() const { return IsLastChunkBits::decode(reservation_); } in is_last() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1375 int is_last, in get_tile_buffer()
1417 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); in get_tile_buffers() local
/external/flac/include/FLAC/
Dformat.h840 FLAC__bool is_last; member
/external/libavc/test/encoder/
Dmain.c1462 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; in synchronous_encode() local
/external/webp/src/enc/
Dbackward_references.c564 int is_last, int use_color_cache, double prev_cost, float* const cost, in AddSingleLiteralWithCostModel()
/external/v8/src/regexp/
Djsregexp.cc4102 bool is_last = i == choice_count - 1; in EmitChoices() local