Home
last modified time | relevance | path

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

/external/lisa/libs/utils/analysis/
Dtasks_analysis.py630 def _plotTaskSignals(self, axes, tid, signals, is_last=False): argument
694 def _plotTaskResidencies(self, axes, tid, signals, is_last=False): argument
Dfrequency_analysis.py521 is_first, is_last, xmax, title=''): argument
578 n_plots, is_first, is_last, res_type): argument
/external/brotli/enc/
Dencode.c531 const BROTLI_BOOL is_last, in WriteMetaBlockInternal()
887 BrotliEncoderState* s, const BROTLI_BOOL is_last, in EncodeData()
1170 BROTLI_BOOL is_last; in BrotliCompressBufferQuality10() local
1541 BROTLI_BOOL is_last = in BrotliEncoderCompressStreamFast() local
1743 BROTLI_BOOL is_last = TO_BROTLI_BOOL( in BrotliEncoderCompressStream() local
1806 BrotliEncoderState* s, const BROTLI_BOOL is_last, in BrotliEncoderWriteData()
Dhash.h377 size_t input_size, BROTLI_BOOL is_last) { in HasherSetup()
450 BROTLI_BOOL is_last) { in InitOrStitchToPreviousBlock()
Dbrotli_bit_stream.c954 BROTLI_BOOL is_last, in BrotliStoreMetaBlock()
1152 BROTLI_BOOL is_last, in BrotliStoreMetaBlockTrivial()
1207 BROTLI_BOOL is_last, in BrotliStoreMetaBlockFast()
Dcompress_fragment_two_pass.c528 BROTLI_BOOL is_last, uint32_t* command_buf, uint8_t* literal_buf, in BrotliCompressFragmentTwoPassImpl()
Dcompress_fragment.c428 BROTLI_BOOL is_last, int* table, size_t table_bits, uint8_t cmd_depth[128], in BrotliCompressFragmentFastImpl()
/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/v8/src/snapshot/
Dserializer-common.h231 bool is_last() const { return IsLastChunkBits::decode(reservation_); } in is_last() function
/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/t/
Dread-to-pipe-async.c408 int is_last; in calc_percentiles() local
/external/mksh/src/
Dhistrap.c1273 runtrap(Trap *p, bool is_last) in runtrap()
/external/fio/
Dstat.c145 int is_last; in calc_clat_percentiles() local
206 int is_last, per_line, scale_down; in show_clat_percentiles() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1321 static void get_tile_buffer(const uint8_t *const data_end, int is_last, in get_tile_buffer()
1362 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.c1521 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; in synchronous_encode() local
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4289 LLVMValueRef *color, unsigned param, bool is_last) in si_export_mrt_color()
/external/v8/src/regexp/
Djsregexp.cc4161 bool is_last = i == choice_count - 1; in EmitChoices() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3092 bool is_last, struct si_ps_exports *exp) in si_export_mrt_color()