Searched refs:initial_size (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_crypto_api.h | 1485 size_t initial_size; in Invoke_Crypto_AEUpdate_for_encryption() local 1508 initial_size = op.params[3].memref.size; in Invoke_Crypto_AEUpdate_for_encryption() 1526 ADBG_EXPECT_COMPARE_UNSIGNED(c, initial_size, <, in Invoke_Crypto_AEUpdate_for_encryption() 1750 size_t initial_size; in Invoke_Crypto_AEDecryptFinal() local 1792 initial_size = op.params[3].memref.size; in Invoke_Crypto_AEDecryptFinal() 1819 ADBG_EXPECT_COMPARE_UNSIGNED(c, initial_size, <, in Invoke_Crypto_AEDecryptFinal() 1925 size_t initial_size; in Invoke_Crypto_DigestDoFinal() local 1946 initial_size = op.params[3].memref.size; in Invoke_Crypto_DigestDoFinal() 1972 ADBG_EXPECT_COMPARE_UNSIGNED(c, initial_size, <, in Invoke_Crypto_DigestDoFinal() 1993 size_t initial_size; in Invoke_Crypto_AsymmetricSignDigest() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 380 …ector_alloc_holder(uninitialized_size_t, BOOST_FWD_REF(AllocConvertible) a, size_type initial_size) in vector_alloc_holder() 383 …, m_size(initial_size) //Size is initialized here so vector should only call uninitialized_xxx af… in vector_alloc_holder() 386 if(initial_size){ in vector_alloc_holder() 388 … m_start = this->allocation_command(allocate_new, initial_size, m_capacity = initial_size, reuse); in vector_alloc_holder() 393 vector_alloc_holder(uninitialized_size_t, size_type initial_size) in vector_alloc_holder() 396 …, m_size(initial_size) //Size is initialized here so vector should only call uninitialized_xxx af… in vector_alloc_holder() 399 if(initial_size){ in vector_alloc_holder() 401 … m_start = this->allocation_command(allocate_new, initial_size, m_capacity = initial_size, reuse); in vector_alloc_holder() 594 …ector_alloc_holder(uninitialized_size_t, BOOST_FWD_REF(AllocConvertible) a, size_type initial_size) in vector_alloc_holder() 596 , m_size(initial_size) //Size is initialized here... in vector_alloc_holder() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 472 STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int len, int initial_size, int … 473 …b_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, i… 4245 STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int len, int initial_size, int … in stbi_zlib_decode_malloc_guesssize() argument 4248 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize() 4252 if (stbi__do_zlib(&a, p, initial_size, 1, 1)) { in stbi_zlib_decode_malloc_guesssize() 4266 …b_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, i… in stbi_zlib_decode_malloc_guesssize_headerflag() argument 4269 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag() 4273 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 472 STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int len, int initial_size, int … 473 …b_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, i… 4245 STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int len, int initial_size, int … in stbi_zlib_decode_malloc_guesssize() argument 4248 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize() 4252 if (stbi__do_zlib(&a, p, initial_size, 1, 1)) { in stbi_zlib_decode_malloc_guesssize() 4266 …b_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial_size, int *outlen, i… in stbi_zlib_decode_malloc_guesssize_headerflag() argument 4269 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag() 4273 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag()
|