Searched refs:comp_len (Results 1 - 7 of 7) sorted by relevance
/third_party/astc-encoder/Utils/Example/ |
H A D | astc_api_example.cpp | 118 size_t comp_len = block_count_x * block_count_y * 16; in main() local 119 uint8_t* comp_data = new uint8_t[comp_len]; in main() 121 status = astcenc_compress_image(context, &image, &swizzle, comp_data, comp_len, 0); in main() 138 status = astcenc_decompress_image(context, comp_data, comp_len, &image, &swizzle, 0); in main()
|
/third_party/ffmpeg/tools/ |
H A D | cws2fws.c | 30 int fd_in, fd_out, comp_len, uncomp_len, i, last_out; in main() local 68 comp_len = statbuf.st_size; in main() 72 comp_len - 4, uncomp_len - 4); in main() 89 for (i = 0; i < comp_len - 8;) { in main()
|
/third_party/node/src/crypto/ |
H A D | crypto_clienthello.cc | 196 uint8_t comp_len = data[comp_offset]; in ParseTLSClientHello() 197 size_t extension_offset = comp_offset + 1 + comp_len; in ParseTLSClientHello()
|
/third_party/spirv-tools/source/opt/ |
H A D | liveness.cpp | 94 auto comp_len = len_info.words[1]; in GetLocSize() local 95 return comp_len * GetLocSize(comp_type); in GetLocSize()
|
/third_party/mbedtls/library/ |
H A D | ssl_tls12_server.c | 892 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local 1277 comp_len = buf[comp_offset]; in ssl_parse_client_hello() 1279 if (comp_len < 1 || in ssl_parse_client_hello() 1280 comp_len > 16 || in ssl_parse_client_hello() 1281 comp_len + comp_offset + 1 > msg_len) { in ssl_parse_client_hello() 1289 buf + comp_offset + 1, comp_len); in ssl_parse_client_hello() 1294 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inst_buff_addr_check_pass.cpp | 198 uint32_t comp_len = GetTypeLength(*iid); in GetTypeLength() 199 len += comp_len; in GetTypeLength()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inst_buff_addr_check_pass.cpp | 198 uint32_t comp_len = GetTypeLength(*iid); in GetTypeLength() 199 len += comp_len; in GetTypeLength()
|
Completed in 10 milliseconds