Home
last modified time | relevance | path

Searched refs:get_blocksize (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate03.c107 void get_blocksize(int);
169 get_blocksize(fd); in setup()
179 void get_blocksize(int fd) in get_blocksize() function
Dfallocate01.c109 void get_blocksize(int);
150 get_blocksize(fd_mode1); in setup()
161 void get_blocksize(int fd) in get_blocksize() function
Dfallocate04.c32 static void get_blocksize(void) in get_blocksize() function
290 get_blocksize(); in setup()
/external/ltp/testcases/kernel/syscalls/lseek/
Dlseek11.c91 static void get_blocksize(void) in get_blocksize() function
161 get_blocksize(); in setup()
/external/flac/include/FLAC++/
Ddecoder.h142 …virtual uint32_t get_blocksize() const; ///< See FLAC__stream_decoder_ge…
Dencoder.h162 …virtual uint32_t get_blocksize() const; ///< See FLAC__stream_encoder_get_block…
/external/flac/src/test_libFLAC++/
Dencoders.cpp434 if(encoder->get_blocksize() != streaminfo_.data.stream_info.min_blocksize) { in test_stream_encoder()
435 …LED, expected %u, got %u\n", streaminfo_.data.stream_info.min_blocksize, encoder->get_blocksize()); in test_stream_encoder()
Ddecoders.cpp691 uint32_t blocksize = decoder->get_blocksize(); in test_stream_decoder()
/external/flac/oss-fuzz/
Dfuzz-decoder.cc341 const bool res = decoder.get_blocksize(); in LLVMFuzzerTestOneInput()
/external/flac/src/libFLAC++/
Dstream_decoder.cpp161 uint32_t Stream::get_blocksize() const in get_blocksize() function in FLAC::Decoder::Stream
Dstream_encoder.cpp283 uint32_t Stream::get_blocksize() const in get_blocksize() function in FLAC::Encoder::Stream