Searched refs:comp_offset (Results 1 – 5 of 5) sorted by relevance
190 size_t comp_offset = cipher_offset + 2 + cipher_len; in ParseTLSClientHello() local193 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()
139 unsigned comp_offset = var->data.location_frac; in add_var_xfb_outputs() local152 output->component_offset = comp_offset; in add_var_xfb_outputs()157 comp_offset = 0; in add_var_xfb_outputs()
1938 unsigned comp_offset = i * vec_stride; in nir_lower_explicit_io_instr() local1941 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() local1971 comp_offset); in nir_lower_explicit_io_instr()1974 (align_offset + comp_offset) % align_mul, in nir_lower_explicit_io_instr()
1038 const unsigned comp_offset = offset_in_dwords % 4; in emit_urb_direct_reads() local1039 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()
894 size_t ciph_offset, comp_offset, ext_offset; in ssl_parse_client_hello() local1273 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()