Home
last modified time | relevance | path

Searched refs:comp_offset (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_clienthello.cc190 size_t comp_offset = cipher_offset + 2 + cipher_len; in ParseTLSClientHello() local
193 if (comp_offset >= avail) in ParseTLSClientHello()
196 uint8_t comp_len = data[comp_offset]; in ParseTLSClientHello()
197 size_t extension_offset = comp_offset + 1 + comp_len; in ParseTLSClientHello()
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_xfb_info.c139 unsigned comp_offset = var->data.location_frac; in add_var_xfb_outputs() local
152 output->component_offset = comp_offset; in add_var_xfb_outputs()
157 comp_offset = 0; in add_var_xfb_outputs()
Dnir_lower_io.c1938 unsigned comp_offset = i * vec_stride; in nir_lower_explicit_io_instr() local
1941 comp_offset); in nir_lower_explicit_io_instr()
1945 (align_offset + comp_offset) % in nir_lower_explicit_io_instr()
1968 unsigned comp_offset = i * vec_stride; in nir_lower_explicit_io_instr() local
1971 comp_offset); in nir_lower_explicit_io_instr()
1974 (align_offset + comp_offset) % align_mul, in nir_lower_explicit_io_instr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_mesh.cpp1038 const unsigned comp_offset = offset_in_dwords % 4; in emit_urb_direct_reads() local
1039 const unsigned num_regs = comp_offset + comps; in emit_urb_direct_reads()
1055 fs_reg data_comp = horiz_stride(offset(data, ubld8, comp_offset + c), 0); in emit_urb_direct_reads()
/third_party/mbedtls/library/
Dssl_tls12_server.c894 size_t ciph_offset, comp_offset, ext_offset; in ssl_parse_client_hello() local
1273 comp_offset = ciph_offset + 2 + ciph_len; in ssl_parse_client_hello()
1275 comp_len = buf[comp_offset]; in ssl_parse_client_hello()
1279 comp_len + comp_offset + 1 > msg_len) { in ssl_parse_client_hello()
1287 buf + comp_offset + 1, comp_len); in ssl_parse_client_hello()
1292 ext_offset = comp_offset + 1 + comp_len; in ssl_parse_client_hello()