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

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
hash_map.hpp 175 bool is_last = (it == buckets_[bucket].last); local
176 if (is_first && is_last)
180 else if (is_last)
  /external/libmicrohttpd/src/microspdy/
structures.c 307 bool is_last; local
321 is_last = (i + SPDY_MAX_SUPPORTED_FRAME_SIZE) >= data_size;
338 if(is_last && closestream)
345 if(is_last)
353 response_to_queue->data_size = is_last
  /external/v8/src/snapshot/
serializer-common.h 227 bool is_last() const { return IsLastChunkBits::decode(reservation_); } function in class:v8::internal::SerializedData::Reservation
snapshot-common.cc 97 if (reservation.is_last()) {
deserializer.cc 25 if (r.is_last()) current_space++;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dynobj.h 443 write(const Stringpool*, bool is_last, unsigned char*) const;
530 write(const Stringpool*, bool is_last, unsigned char*) const;
dynobj.cc     [all...]
  /external/flac/include/FLAC/
format.h 840 FLAC__bool is_last; member in struct:__anon11206
    [all...]
  /external/flac/libFLAC/
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...]
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/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/chromium-trace/catapult/third_party/closure_linter/closure_linter/
indentation.py 244 is_last = self._IsLastCodeInLine(token)
245 if is_last:
  /external/libavc/test/encoder/
main.c 1521 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; local
    [all...]
  /external/mksh/src/
histrap.c 1280 runtrap(Trap *p, bool is_last)
1333 if (is_last && trap_exstat != -1) {
    [all...]
  /external/webp/src/enc/
backward_references.c 564 int is_last, int use_color_cache, double prev_cost, float* const cost,
568 if (!is_last) {
    [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/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1417 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 849 bool is_last = slot->Next() == nullptr; local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 4165 bool is_last = i == choice_count - 1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 17424 int is_last; local
17498 int is_last; local
    [all...]

Completed in 799 milliseconds