Home
last modified time | relevance | path

Searched defs:to_fill (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dunion_type.cpp65 void flattenUnion(const TypePtr& type, std::vector<TypePtr>* to_fill) { in flattenUnion()
153 void standardizeVectorForUnion(std::vector<TypePtr>& reference, std::vector<TypePtr>* to_fill) { in standardizeVectorForUnion()
164 std::vector<TypePtr> to_fill; in standardizeVectorForUnion() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/ras/BluetoothGeneratedPacketsRas_h/gen/ras/
Dras_packets.h115 static Iterator<kLittleEndian> Parse(StepMode* to_fill, Iterator<kLittleEndian> struct_begin_it ) {… in StepMode()
141 static Iterator<kLittleEndian> Parse(RasSubeventHeader* to_fill, Iterator<kLittleEndian> struct_beg… in RasSubeventHeader()
168 static Iterator<kLittleEndian> Parse(RangingHeader* to_fill, Iterator<kLittleEndian> struct_begin_i… in RangingHeader()
194 static Iterator<kLittleEndian> Parse(SegmentationHeader* to_fill, Iterator<kLittleEndian> struct_be… in SegmentationHeader()
/aosp_15_r20/external/arm-trusted-firmware/services/std_svc/trng/
H A Dtrng_entropy_pool.c79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/services/std_svc/trng/
Dtrng_entropy_pool.c79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dsparse.rs235 let to_fill = &mut self.buffer[self.curr_size..][..gap]; in get() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dnon_max_suppression_op.cu.cc252 __global__ void Iota(const int num_elements, const T offset, T* to_fill) { in Iota()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h1090 static Iterator<kLittleEndian> Parse(LengthAndData* to_fill, Iterator<kLittleEndian> struct_begin_i… in LengthAndData()
1119 static Iterator<kLittleEndian> Parse(GapData* to_fill, Iterator<kLittleEndian> struct_begin_it ) {a… in GapData()
1148 static Iterator<kLittleEndian> Parse(Lap* to_fill, Iterator<kLittleEndian> struct_begin_it ) {auto … in Lap()
1174 static Iterator<kLittleEndian> Parse(ScoCodingFormat* to_fill, Iterator<kLittleEndian> struct_begin… in ScoCodingFormat()
1201 static Iterator<kLittleEndian> Parse(KeyAndAddress* to_fill, Iterator<kLittleEndian> struct_begin_i… in KeyAndAddress()
1228 static Iterator<kLittleEndian> Parse(CompletedPackets* to_fill, Iterator<kLittleEndian> struct_begi… in CompletedPackets()
1254 static Iterator<kLittleEndian> Parse(LocalVersionInformation* to_fill, Iterator<kLittleEndian> stru… in LocalVersionInformation()
1281 static Iterator<kLittleEndian> Parse(CodecConfiguration* to_fill, Iterator<kLittleEndian> struct_be… in CodecConfiguration()
1308 static Iterator<kLittleEndian> Parse(VendorCodecConfiguration* to_fill, Iterator<kLittleEndian> str… in VendorCodecConfiguration()
1335 static Iterator<kLittleEndian> Parse(CodecCapability* to_fill, Iterator<kLittleEndian> struct_begin… in CodecCapability()
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/l2cap/BluetoothGeneratedPacketsL2cap_h/gen/l2cap/
Dl2cap_packets.h276 static std::optional<Iterator<kLittleEndian>> Parse(ConfigurationOption* to_fill, Iterator<kLittleE… in ConfigurationOption()