/external/marisa-trie/lib/marisa/ |
H A D | progress.h | 13 bool is_last() const { function in class:marisa::Progress
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
H A D | progress.h | 13 bool is_last() const { function in class:marisa_alpha::Progress
|
/external/libmicrohttpd/src/microspdy/ |
H A D | 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/include/asio/detail/ |
H A D | hash_map.hpp | 175 bool is_last = (it == buckets_[bucket].last); local 176 if (is_first && is_last) 180 else if (is_last)
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A D | 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/ |
H A D | serializer-common.h | 227 bool is_last() const { return IsLastChunkBits::decode(reservation_); } function in class:v8::internal::SerializedData::Reservation
|
/external/mksh/src/ |
H A D | histrap.c | 1280 runtrap(Trap *p, bool is_last) argument 1333 if (is_last && trap_exstat != -1) {
|
/external/fio/ |
H A D | 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)
|
/external/flac/include/FLAC/ |
H A D | format.h | 840 FLAC__bool is_last; member in struct:__anon6117
|
/external/flac/libFLAC/ |
H A D | 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 1418 is_last = x? true : false; 1427 if(!read_metadata_streaminfo_(decoder, is_last, length)) 1437 if(!read_metadata_seektable_(decoder, is_last, length)) 1450 block.is_last = is_last; 1574 if(is_last) { 1584 FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigne argument 1655 read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length) argument [all...] |
/external/libavc/test/encoder/ |
H A D | main.c | 1521 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; local 1742 is_last = 1; 1788 is_last = 1; 1794 if ( is_last == 1 || ((ps_app_ctxt->u4_max_num_frms) <= u4_timestamp_low) ) 1796 is_last = 1; 1802 ps_video_encode_ip->u4_is_last = is_last;
|
/external/webp/src/enc/ |
H A D | backward_references.c | 564 int is_last, int use_color_cache, double prev_cost, float* const cost, 568 if (!is_last) { 561 AddSingleLiteralWithCostModel( const uint32_t* const argb, VP8LHashChain* const hash_chain, VP8LColorCache* const hashers, const CostModel* const cost_model, int idx, int is_last, int use_color_cache, double prev_cost, float* const cost, uint16_t* const dist_array) argument
|
/external/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_decodeframe.c | 1373 // based on 'is_last'. 1375 int is_last, 1382 if (!is_last) { 1417 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); local 1420 get_tile_buffer(data_end, is_last, &pbi->common.error, &data, 1374 get_tile_buffer(const uint8_t *const data_end, int is_last, struct vpx_internal_error_info *error_info, const uint8_t **data, vpx_decrypt_cb decrypt_cb, void *decrypt_state, TileBuffer *buf) argument
|
/external/v8/src/regexp/ |
H A D | jsregexp.cc | 4165 bool is_last = i == choice_count - 1; local 4166 bool fall_through_on_failure = !is_last; 4181 if (!is_last) {
|