Home
last modified time | relevance | path

Searched refs:variable_size (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/net/dcsctp/packet/chunk/
Diforward_tsn_chunk.cc81 size_t variable_size = skipped.size() * kSkippedStreamBufferSize; in SerializeTo() local
82 BoundedByteWriter<kHeaderSize> writer = AllocateTLV(out, variable_size); in SerializeTo()
95 RTC_DCHECK(offset == variable_size); in SerializeTo()
Dsack_chunk.cc107 size_t variable_size = in SerializeTo() local
109 BoundedByteWriter<kHeaderSize> writer = AllocateTLV(out, variable_size); in SerializeTo()
134 RTC_DCHECK(offset == variable_size); in SerializeTo()
Dforward_tsn_chunk.cc74 size_t variable_size = skipped.size() * kSkippedStreamBufferSize; in SerializeTo() local
75 BoundedByteWriter<kHeaderSize> writer = AllocateTLV(out, variable_size); in SerializeTo()
/external/webrtc/net/dcsctp/packet/error_cause/
Dmissing_mandatory_parameter_cause.cc69 size_t variable_size = in SerializeTo() local
71 BoundedByteWriter<kHeaderSize> writer = AllocateTLV(out, variable_size); in SerializeTo()
/external/webrtc/net/dcsctp/packet/parameter/
Dincoming_ssn_reset_request_parameter.cc70 size_t variable_size = stream_ids_.size() * kStreamIdSize; in SerializeTo() local
71 BoundedByteWriter<kHeaderSize> writer = AllocateTLV(out, variable_size); in SerializeTo()
Doutgoing_ssn_reset_request_parameter.cc79 size_t variable_size = stream_ids_.size() * kStreamIdSize; in SerializeTo() local
80 BoundedByteWriter<kHeaderSize> writer = AllocateTLV(out, variable_size); in SerializeTo()
Dreconfiguration_response_parameter.cc126 size_t variable_size = in SerializeTo() local
128 BoundedByteWriter<kHeaderSize> writer = AllocateTLV(out, variable_size); in SerializeTo()
/external/webrtc/net/dcsctp/packet/
Dtlv_trait.h134 size_t variable_size = 0) {
136 const size_t size = Config::kHeaderSize + variable_size;
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen.cc178 if (config.feed_size() + config.variable_size() < num_args) { in GenArgMethods()
181 config.variable_size(), ") and num_args(", num_args, ")"); in GenArgMethods()
233 config.fetch_size() + config.variable_size() - readonly_variables; in GenResultMethods()
237 config.variable_size(), ") and tuple_size(", in GenResultMethods()
702 {"{{VARIABLE_NUM}}", absl::StrCat(config.variable_size())}, in GenerateHeader()
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dextended_low_energy_scanner.cc85 constexpr size_t variable_size = pw::bluetooth::emboss:: in BuildSetScanParametersPacket() local
87 constexpr size_t packet_size = fixed_size + (num_phys * variable_size); in BuildSetScanParametersPacket()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc116 int64_t input_index = xla_args.size() - config.variable_size(); in ConvertGraphToXla()
Dxla_jit_compiled_cpu_function.cc158 config.variable_size()); in Compile()
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py3407 variable_size = cast(str, prop.max_encoded_size(static=False))
3409 all_property_sizes.append(variable_size)
3414 scratch_sizes.append(variable_size)
/external/mesa3d/src/microsoft/vulkan/
Ddzn_private.h758 bool variable_size; member
Ddzn_descriptor_set.c312 binfos[binding].variable_size = has_variable_size; in dzn_descriptor_set_layout_create()
422 if (!binfos[binding].variable_size) in dzn_descriptor_set_layout_create()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6849 const GLuint variable_size = static_cast<GLuint>(variable.m_data_size); in test() local
6852 const GLuint ends_at = variable.m_descriptor.m_offset % 16 + variable_size; in test()