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

  /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/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/v8/src/snapshot/
serializer-common.h 229 bool is_last() const { return IsLastChunkBits::decode(reservation_); } function in class:v8::internal::SerializedData::Reservation
  /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...]
  /art/runtime/gc/allocator/
rosalloc.cc 842 bool is_last = slot->Next() == nullptr; local
    [all...]
  /external/flac/include/FLAC/
format.h 840 FLAC__bool is_last; member in struct:__anon19154
    [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...]
  /external/libavc/test/encoder/
main.c 1521 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1362 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 4160 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 584 milliseconds