Searched refs:comp_len (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/tools/ |
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/ |
D | node_crypto_clienthello.cc | 192 uint8_t comp_len = data[comp_offset]; in ParseTLSClientHello() local 193 size_t extension_offset = comp_offset + 1 + comp_len; in ParseTLSClientHello()
|
/third_party/mbedtls/library/ |
D | ssl_srv.c | 1125 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local 1536 comp_len = buf[comp_offset]; in ssl_parse_client_hello() 1538 if( comp_len < 1 || in ssl_parse_client_hello() 1539 comp_len > 16 || in ssl_parse_client_hello() 1540 comp_len + comp_offset + 1 > msg_len ) in ssl_parse_client_hello() 1549 buf + comp_offset + 1, comp_len ); in ssl_parse_client_hello() 1560 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inst_buff_addr_check_pass.cpp | 198 uint32_t comp_len = GetTypeLength(*iid); in GetTypeLength() local 199 len += comp_len; in GetTypeLength()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inst_buff_addr_check_pass.cpp | 198 uint32_t comp_len = GetTypeLength(*iid); in GetTypeLength() local 199 len += comp_len; in GetTypeLength()
|
/third_party/spirv-tools/source/opt/ |
D | inst_buff_addr_check_pass.cpp | 198 uint32_t comp_len = GetTypeLength(*iid); in GetTypeLength() local 199 len += comp_len; in GetTypeLength()
|