Home
last modified time | relevance | path

Searched refs:MAX_BLOCK_SIZE (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/nowide/test/
Dbenchmark_fstream.cpp141 static const int MAX_BLOCK_SIZE = 8192; variable
153 for(int block_size = MIN_BLOCK_SIZE / 2; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in test_io()
177 for(int block_size = MIN_BLOCK_SIZE; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in test_io()
209 for(int block_size = MIN_BLOCK_SIZE; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in test_io_driver()
231 for(int block_size = MIN_BLOCK_SIZE; block_size <= MAX_BLOCK_SIZE; block_size *= 2) in print_perf_data()
/third_party/mindspore/mindspore/core/utils/
Dcrypto.cc312 size_t block_enc_buf_len = MAX_BLOCK_SIZE + RESERVED_BYTE_PER_BLOCK; in Encrypt()
313 …size_t encrypt_buf_len = plain_len + (plain_len + MAX_BLOCK_SIZE) / MAX_BLOCK_SIZE * RESERVED_BYTE… in Encrypt()
323 size_t cur_block_size = std::min(MAX_BLOCK_SIZE, plain_len - offset); in Encrypt()
363 std::vector<char> block_buf(MAX_BLOCK_SIZE + RESERVED_BYTE_PER_BLOCK); in Decrypt()
365 std::vector<Byte> decrypt_block_buf(MAX_BLOCK_SIZE); in Decrypt()
408 std::vector<Byte> decrypt_block_buf(MAX_BLOCK_SIZE); in Decrypt()
Dcrypto.h25 constexpr size_t MAX_BLOCK_SIZE = 512 * 1024 * 1024; // Maximum ciphertext segment, units is Byte variable
/third_party/glib/tests/
Dslice-concurrent.c26 #define MAX_BLOCK_SIZE 64 macro
57 bytes = rand() % MAX_BLOCK_SIZE + 1; in thread_func()
/third_party/ffmpeg/libavutil/
Dimgutils.c584 #define MAX_BLOCK_SIZE 32 macro
594 uint8_t clear_block[4][MAX_BLOCK_SIZE] = {{0}}; // clear padding with 0 in av_image_fill_black()
634 if (clear_block_size[comp.plane] > MAX_BLOCK_SIZE) in av_image_fill_black()
645 uint16_t src_array[MAX_BLOCK_SIZE]; in av_image_fill_black()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-parse.c2291 #define MAX_BLOCK_SIZE (15 * 1024 * 1024) macro
2296 if (G_UNLIKELY (bytes > MAX_BLOCK_SIZE)) { in gst_matroska_parse_check_read_size()
Dmatroska-demux.c5341 #define MAX_BLOCK_SIZE (15 * 1024 * 1024) macro
5346 if (G_UNLIKELY (bytes > MAX_BLOCK_SIZE)) { in gst_matroska_demux_check_read_size()
/third_party/openssl/apps/
Dspeed.c822 #define MAX_BLOCK_SIZE 128 macro
824 static unsigned char iv[2 * MAX_BLOCK_SIZE / 8];
/third_party/mesa3d/docs/gallium/
Dscreen.rst766 This may be less than the product of the components of MAX_BLOCK_SIZE and is