Searched refs:rt (Results 1 – 2 of 2) sorted by relevance
/trusty/user/app/keymint/ |
D | keymaster_attributes.rs | 130 ::protobuf::rt::read_singular_bytes_into(wire_type, is, &mut self.uuid)?; in merge_from() 133 ::protobuf::rt::read_singular_bytes_into(wire_type, is, &mut self.product_id)?; in merge_from() 136 …::protobuf::rt::read_unknown_or_skip_group(field_number, wire_type, is, self.mut_unknown_fields())… in merge_from() 148 my_size += ::protobuf::rt::bytes_size(1, &v); in compute_size() 151 my_size += ::protobuf::rt::bytes_size(2, &v); in compute_size() 153 my_size += ::protobuf::rt::unknown_fields_size(self.get_unknown_fields()); in compute_size() 200 …static descriptor: ::protobuf::rt::LazyV2<::protobuf::reflect::MessageDescriptor> = ::protobuf::rt… in descriptor_static() 222 static instance: ::protobuf::rt::LazyV2<KeymasterAttributes> = ::protobuf::rt::LazyV2::INIT; in default_instance() 610 ::protobuf::rt::read_singular_bytes_into(wire_type, is, &mut self.brand)?; in merge_from() 613 ::protobuf::rt::read_singular_bytes_into(wire_type, is, &mut self.device)?; in merge_from() [all …]
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 4457 tchunkptr rt; in tmalloc_large() local 4464 rt = t->child[1]; in tmalloc_large() 4466 if (rt != 0 && rt != t) in tmalloc_large() 4467 rst = rt; in tmalloc_large()
|