Home
last modified time | relevance | path

Searched refs:from (Results 51 - 75 of 6116) sorted by relevance

12345678910>>...245

/third_party/node/test/parallel/
H A Dtest-crypto-hmac.js74 hmac: { // HMACs lifted from Wikipedia.
104 hmac: { // HMACs lifted from Wikipedia.
122 key: Buffer.from('0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', 'hex'),
123 data: Buffer.from('4869205468657265', 'hex'), // 'Hi There'
139 key: Buffer.from('4a656665', 'hex'), // 'Jefe'
140 data: Buffer.from('7768617420646f2079612077616e7420666f72206e6f74686' +
157 key: Buffer.from('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'),
158 data: Buffer.from('ddddddddddddddddddddddddddddddddddddddddddddddddd' +
176 key: Buffer.from('0102030405060708090a0b0c0d0e0f10111213141516171819',
178 data: Buffer.from('cdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd
[all...]
H A Dtest-buffer-indexof.js5 const b = Buffer.from('abcdef');
6 const buf_a = Buffer.from('a');
7 const buf_bc = Buffer.from('bc');
8 const buf_f = Buffer.from('f');
9 const buf_z = Buffer.from('z');
10 const buf_empty = Buffer.from('');
74 assert.strictEqual(b.indexOf(Buffer.from('d'), 2), 3);
75 assert.strictEqual(b.indexOf(Buffer.from('f'), 5), 5);
76 assert.strictEqual(b.indexOf(Buffer.from('f'), -1), 5);
77 assert.strictEqual(b.indexOf(Buffer.from('
[all...]
H A Dtest-stream2-transform.js56 pt.write(Buffer.from('foog'));
57 pt.write(Buffer.from('bark'));
58 pt.write(Buffer.from('bazy'));
59 pt.write(Buffer.from('kuel'));
113 pt.write(Buffer.from('foog'));
114 pt.write(Buffer.from('bark'));
115 pt.write(Buffer.from('bazy'));
116 pt.write(Buffer.from('kuel'));
161 pt.write(Buffer.from('foog'));
162 pt.write(Buffer.from('bar
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.cc318 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue() argument
320 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in DoubleValue()
321 value_ = from.value_; in DoubleValue()
443 void DoubleValue::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument
445 GOOGLE_DCHECK_NE(&from, this); in MergeFrom()
448 &from); in MergeFrom()
451 ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); in MergeFrom()
458 void DoubleValue::MergeFrom(const DoubleValue& from) { in MergeFrom() argument
460 GOOGLE_DCHECK_NE(&from, this); in MergeFrom()
461 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from in MergeFrom()
470 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
477 CopyFrom(const DoubleValue& from) CopyFrom() argument
513 FloatValue(const FloatValue& from) FloatValue() argument
638 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
653 MergeFrom(const FloatValue& from) MergeFrom() argument
665 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
672 CopyFrom(const FloatValue& from) CopyFrom() argument
708 Int64Value(const Int64Value& from) Int64Value() argument
835 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
850 MergeFrom(const Int64Value& from) MergeFrom() argument
862 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
869 CopyFrom(const Int64Value& from) CopyFrom() argument
905 UInt64Value(const UInt64Value& from) UInt64Value() argument
1032 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1047 MergeFrom(const UInt64Value& from) MergeFrom() argument
1059 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1066 CopyFrom(const UInt64Value& from) CopyFrom() argument
1102 Int32Value(const Int32Value& from) Int32Value() argument
1229 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1244 MergeFrom(const Int32Value& from) MergeFrom() argument
1256 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1263 CopyFrom(const Int32Value& from) CopyFrom() argument
1299 UInt32Value(const UInt32Value& from) UInt32Value() argument
1426 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1441 MergeFrom(const UInt32Value& from) MergeFrom() argument
1453 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1460 CopyFrom(const UInt32Value& from) CopyFrom() argument
1496 BoolValue(const BoolValue& from) BoolValue() argument
1621 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1636 MergeFrom(const BoolValue& from) MergeFrom() argument
1648 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1655 CopyFrom(const BoolValue& from) CopyFrom() argument
1691 StringValue(const StringValue& from) StringValue() argument
1830 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1845 MergeFrom(const StringValue& from) MergeFrom() argument
1857 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1864 CopyFrom(const StringValue& from) CopyFrom() argument
1900 BytesValue(const BytesValue& from) BytesValue() argument
2034 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2049 MergeFrom(const BytesValue& from) MergeFrom() argument
2061 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2068 CopyFrom(const BytesValue& from) CopyFrom() argument
[all...]
H A Dtype.pb.cc385 Type::Type(const Type& from) in Type() argument
387 fields_(from.fields_), in Type()
388 oneofs_(from.oneofs_), in Type()
389 options_(from.options_) { in Type()
390 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in Type()
392 if (!from._internal_name().empty()) { in Type()
393 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from._internal_name(), in Type()
396 if (from._internal_has_source_context()) { in Type()
397 source_context_ = new PROTOBUF_NAMESPACE_ID::SourceContext(*from.source_context_); in Type()
401 syntax_ = from in Type()
674 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
689 MergeFrom(const Type& from) MergeFrom() argument
710 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
717 CopyFrom(const Type& from) CopyFrom() argument
763 Field(const Field& from) Field() argument
1142 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1157 MergeFrom(const Field& from) MergeFrom() argument
1194 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1201 CopyFrom(const Field& from) CopyFrom() argument
1262 Enum(const Enum& from) Enum() argument
1517 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1532 MergeFrom(const Enum& from) MergeFrom() argument
1552 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1559 CopyFrom(const Enum& from) CopyFrom() argument
1604 EnumValue(const EnumValue& from) EnumValue() argument
1795 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
1810 MergeFrom(const EnumValue& from) MergeFrom() argument
1826 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1833 CopyFrom(const EnumValue& from) CopyFrom() argument
1884 Option(const Option& from) Option() argument
2056 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2071 MergeFrom(const Option& from) MergeFrom() argument
2086 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2093 CopyFrom(const Option& from) CopyFrom() argument
[all...]
H A Ddescriptor.pb.cc1391 FileDescriptorSet::FileDescriptorSet(const FileDescriptorSet& from) in FileDescriptorSet() argument
1393 file_(from.file_) { in FileDescriptorSet()
1394 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in FileDescriptorSet()
1525 void FileDescriptorSet::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument
1527 GOOGLE_DCHECK_NE(&from, this); in MergeFrom()
1530 &from); in MergeFrom()
1533 ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); in MergeFrom()
1540 void FileDescriptorSet::MergeFrom(const FileDescriptorSet& from) { in MergeFrom() argument
1542 GOOGLE_DCHECK_NE(&from, this); in MergeFrom()
1543 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from in MergeFrom()
1550 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
1557 CopyFrom(const FileDescriptorSet& from) CopyFrom() argument
1631 FileDescriptorProto(const FileDescriptorProto& from) FileDescriptorProto() argument
2144 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2159 MergeFrom(const FileDescriptorProto& from) MergeFrom() argument
2193 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2200 CopyFrom(const FileDescriptorProto& from) CopyFrom() argument
2276 DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from) DescriptorProto_ExtensionRange() argument
2475 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2490 MergeFrom(const DescriptorProto_ExtensionRange& from) MergeFrom() argument
2512 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2519 CopyFrom(const DescriptorProto_ExtensionRange& from) CopyFrom() argument
2571 DescriptorProto_ReservedRange(const DescriptorProto_ReservedRange& from) DescriptorProto_ReservedRange() argument
2737 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
2752 MergeFrom(const DescriptorProto_ReservedRange& from) MergeFrom() argument
2771 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
2778 CopyFrom(const DescriptorProto_ReservedRange& from) CopyFrom() argument
2842 DescriptorProto(const DescriptorProto& from) DescriptorProto() argument
3268 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
3283 MergeFrom(const DescriptorProto& from) MergeFrom() argument
3309 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
3316 CopyFrom(const DescriptorProto& from) CopyFrom() argument
3373 ExtensionRangeOptions(const ExtensionRangeOptions& from) ExtensionRangeOptions() argument
3521 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
3536 MergeFrom(const ExtensionRangeOptions& from) MergeFrom() argument
3547 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
3554 CopyFrom(const ExtensionRangeOptions& from) CopyFrom() argument
3637 FieldDescriptorProto(const FieldDescriptorProto& from) FieldDescriptorProto() argument
4106 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
4121 MergeFrom(const FieldDescriptorProto& from) MergeFrom() argument
4170 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
4177 CopyFrom(const FieldDescriptorProto& from) CopyFrom() argument
4243 OneofDescriptorProto(const OneofDescriptorProto& from) OneofDescriptorProto() argument
4430 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
4445 MergeFrom(const OneofDescriptorProto& from) MergeFrom() argument
4463 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
4470 CopyFrom(const OneofDescriptorProto& from) CopyFrom() argument
4518 EnumDescriptorProto_EnumReservedRange(const EnumDescriptorProto_EnumReservedRange& from) EnumDescriptorProto_EnumReservedRange() argument
4684 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
4699 MergeFrom(const EnumDescriptorProto_EnumReservedRange& from) MergeFrom() argument
4718 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
4725 CopyFrom(const EnumDescriptorProto_EnumReservedRange& from) CopyFrom() argument
4784 EnumDescriptorProto(const EnumDescriptorProto& from) EnumDescriptorProto() argument
5065 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
5080 MergeFrom(const EnumDescriptorProto& from) MergeFrom() argument
5101 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
5108 CopyFrom(const EnumDescriptorProto& from) CopyFrom() argument
5170 EnumValueDescriptorProto(const EnumValueDescriptorProto& from) EnumValueDescriptorProto() argument
5382 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
5397 MergeFrom(const EnumValueDescriptorProto& from) MergeFrom() argument
5419 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
5426 CopyFrom(const EnumValueDescriptorProto& from) CopyFrom() argument
5487 ServiceDescriptorProto(const ServiceDescriptorProto& from) ServiceDescriptorProto() argument
5703 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
5718 MergeFrom(const ServiceDescriptorProto& from) MergeFrom() argument
5737 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
5744 CopyFrom(const ServiceDescriptorProto& from) CopyFrom() argument
5813 MethodDescriptorProto(const MethodDescriptorProto& from) MethodDescriptorProto() argument
6122 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
6137 MergeFrom(const MethodDescriptorProto& from) MergeFrom() argument
6168 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
6175 CopyFrom(const MethodDescriptorProto& from) CopyFrom() argument
6286 FileOptions(const FileOptions& from) FileOptions() argument
7047 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
7062 MergeFrom(const FileOptions& from) MergeFrom() argument
7142 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
7149 CopyFrom(const FileOptions& from) CopyFrom() argument
7225 MessageOptions(const MessageOptions& from) MessageOptions() argument
7466 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
7481 MergeFrom(const MessageOptions& from) MergeFrom() argument
7508 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
7515 CopyFrom(const MessageOptions& from) CopyFrom() argument
7585 FieldOptions(const FieldOptions& from) FieldOptions() argument
7879 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
7894 MergeFrom(const FieldOptions& from) MergeFrom() argument
7927 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
7934 CopyFrom(const FieldOptions& from) CopyFrom() argument
7985 OneofOptions(const OneofOptions& from) OneofOptions() argument
8133 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
8148 MergeFrom(const OneofOptions& from) MergeFrom() argument
8159 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
8166 CopyFrom(const OneofOptions& from) CopyFrom() argument
8217 EnumOptions(const EnumOptions& from) EnumOptions() argument
8420 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
8435 MergeFrom(const EnumOptions& from) MergeFrom() argument
8456 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
8463 CopyFrom(const EnumOptions& from) CopyFrom() argument
8518 EnumValueOptions(const EnumValueOptions& from) EnumValueOptions() argument
8694 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
8709 MergeFrom(const EnumValueOptions& from) MergeFrom() argument
8723 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
8730 CopyFrom(const EnumValueOptions& from) CopyFrom() argument
8780 ServiceOptions(const ServiceOptions& from) ServiceOptions() argument
8956 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
8971 MergeFrom(const ServiceOptions& from) MergeFrom() argument
8985 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
8992 CopyFrom(const ServiceOptions& from) CopyFrom() argument
9045 MethodOptions(const MethodOptions& from) MethodOptions() argument
9257 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
9272 MergeFrom(const MethodOptions& from) MergeFrom() argument
9293 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
9300 CopyFrom(const MethodOptions& from) CopyFrom() argument
9359 UninterpretedOption_NamePart(const UninterpretedOption_NamePart& from) UninterpretedOption_NamePart() argument
9548 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
9563 MergeFrom(const UninterpretedOption_NamePart& from) MergeFrom() argument
9582 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
9589 CopyFrom(const UninterpretedOption_NamePart& from) CopyFrom() argument
9648 UninterpretedOption(const UninterpretedOption& from) UninterpretedOption() argument
9972 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
9987 MergeFrom(const UninterpretedOption& from) MergeFrom() argument
10019 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
10026 CopyFrom(const UninterpretedOption& from) CopyFrom() argument
10083 SourceCodeInfo_Location(const SourceCodeInfo_Location& from) SourceCodeInfo_Location() argument
10383 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
10398 MergeFrom(const SourceCodeInfo_Location& from) MergeFrom() argument
10419 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
10426 CopyFrom(const SourceCodeInfo_Location& from) CopyFrom() argument
10468 SourceCodeInfo(const SourceCodeInfo& from) SourceCodeInfo() argument
10602 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
10617 MergeFrom(const SourceCodeInfo& from) MergeFrom() argument
10627 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
10634 CopyFrom(const SourceCodeInfo& from) CopyFrom() argument
10681 GeneratedCodeInfo_Annotation(const GeneratedCodeInfo_Annotation& from) GeneratedCodeInfo_Annotation() argument
10922 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
10937 MergeFrom(const GeneratedCodeInfo_Annotation& from) MergeFrom() argument
10960 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
10967 CopyFrom(const GeneratedCodeInfo_Annotation& from) CopyFrom() argument
11012 GeneratedCodeInfo(const GeneratedCodeInfo& from) GeneratedCodeInfo() argument
11146 MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) MergeFrom() argument
11161 MergeFrom(const GeneratedCodeInfo& from) MergeFrom() argument
11171 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument
11178 CopyFrom(const GeneratedCodeInfo& from) CopyFrom() argument
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dedge.js14 const edgeFrom = edge.from?.location
19 this.from = edgeFrom
40 #from
64 const { type, name, spec, accept, from, overrides } = options
79 if (!from) {
80 throw new TypeError('must provide "from" node')
96 this.#from = from
98 from.edgesOut.get(this.#name)?.detach()
99 from
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface_udp.c29 * ctrl_iface_udp.c and should not be touched directly from other files.
79 struct sockaddr_in6 *from, in wpa_supplicant_ctrl_iface_attach()
81 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_attach()
93 os_memcpy(&dst->addr, from, sizeof(*from)); in wpa_supplicant_ctrl_iface_attach()
100 inet_ntop(AF_INET6, &from->sin6_addr, addr, sizeof(*from)), in wpa_supplicant_ctrl_iface_attach()
101 ntohs(from->sin6_port)); in wpa_supplicant_ctrl_iface_attach()
104 inet_ntoa(from->sin_addr), ntohs(from in wpa_supplicant_ctrl_iface_attach()
77 wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) wpa_supplicant_ctrl_iface_attach() argument
110 wpa_supplicant_ctrl_iface_detach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) global() argument
154 wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, struct sockaddr_in6 *from, socklen_t fromlen, char *level) global() argument
225 struct sockaddr_in6 from; global() local
230 struct sockaddr_in from; global() local
627 struct sockaddr_in6 from; global() local
632 struct sockaddr_in from; global() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dinffast.c65 unsigned dmax; /* maximum distance from zlib header */
82 unsigned char FAR *from; /* where to copy match from */ local
174 if (dist > op) { /* see if copy from window */
195 from = out - dist;
197 *out++ = *from++;
203 from = window;
205 from += wsize - op;
206 if (op < len) { /* some from window */
209 *out++ = *from
[all...]
/third_party/node/deps/zlib/
H A Dinffast.c62 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast()
79 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() local
171 if (dist > op) { /* see if copy from window */ in inflate_fast()
192 from = out - dist; in inflate_fast()
194 *out++ = *from++; in inflate_fast()
200 from = window; in inflate_fast()
202 from += wsize - op; in inflate_fast()
203 if (op < len) { /* some from window */ in inflate_fast()
206 *out++ = *from in inflate_fast()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinffast.c65 unsigned dmax; /* maximum distance from zlib header */
82 unsigned char FAR *from; /* where to copy match from */ local
174 if (dist > op) { /* see if copy from window */
195 from = out - dist;
197 *out++ = *from++;
203 from = window;
205 from += wsize - op;
206 if (op < len) { /* some from window */
209 *out++ = *from
[all...]
/third_party/zlib/
H A Dinffast.c58 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast()
75 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() local
167 if (dist > op) { /* see if copy from window */ in inflate_fast()
188 from = out - dist; in inflate_fast()
190 *out++ = *from++; in inflate_fast()
196 from = window; in inflate_fast()
198 from += wsize - op; in inflate_fast()
199 if (op < len) { /* some from window */ in inflate_fast()
202 *out++ = *from in inflate_fast()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface_udp.c29 * ctrl_iface_udp.c and should not be touched directly from other files.
79 struct sockaddr_in6 *from, in wpa_supplicant_ctrl_iface_attach()
81 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_attach()
93 os_memcpy(&dst->addr, from, sizeof(*from)); in wpa_supplicant_ctrl_iface_attach()
100 inet_ntop(AF_INET6, &from->sin6_addr, addr, sizeof(*from)), in wpa_supplicant_ctrl_iface_attach()
101 ntohs(from->sin6_port)); in wpa_supplicant_ctrl_iface_attach()
104 inet_ntoa(from->sin_addr), ntohs(from in wpa_supplicant_ctrl_iface_attach()
77 wpa_supplicant_ctrl_iface_attach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) wpa_supplicant_ctrl_iface_attach() argument
110 wpa_supplicant_ctrl_iface_detach(struct wpa_ctrl_dst **head, struct sockaddr_in6 *from, socklen_t fromlen) global() argument
154 wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, struct sockaddr_in6 *from, socklen_t fromlen, char *level) global() argument
225 struct sockaddr_in6 from; global() local
230 struct sockaddr_in from; global() local
607 struct sockaddr_in6 from; global() local
609 struct sockaddr_in from; global() local
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dio.c14 * Copy data from IO memory space to "real" memory space.
16 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio() argument
18 while (count && !IS_ALIGNED((unsigned long)from, 8)) { in __memcpy_fromio()
19 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
20 from++; in __memcpy_fromio()
26 *(u64 *)to = __raw_readq(from); in __memcpy_fromio()
27 from += 8; in __memcpy_fromio()
33 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
34 from++; in __memcpy_fromio()
42 * Copy data from "rea
44 __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) __memcpy_toio() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dio.c13 * Copy data from IO memory space to "real" memory space.
15 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio() argument
17 while (count && !IS_ALIGNED((unsigned long)from, 8)) { in __memcpy_fromio()
18 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
19 from++; in __memcpy_fromio()
25 *(u64 *)to = __raw_readq(from); in __memcpy_fromio()
26 from += 8; in __memcpy_fromio()
32 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
33 from++; in __memcpy_fromio()
41 * Copy data from "rea
43 __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) __memcpy_toio() argument
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dio.c10 * Copy data from IO memory space to "real" memory space.
12 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio() argument
14 while (count && !IS_ALIGNED((unsigned long)from, 8)) { in __memcpy_fromio()
15 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
16 from++; in __memcpy_fromio()
22 *(u64 *)to = __raw_readq(from); in __memcpy_fromio()
23 from += 8; in __memcpy_fromio()
29 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
30 from++; in __memcpy_fromio()
38 * Copy data from "rea
40 __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) __memcpy_toio() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dio.c13 * Copy data from IO memory space to "real" memory space.
15 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) in __memcpy_fromio() argument
17 while (count && !IS_ALIGNED((unsigned long)from, 8)) { in __memcpy_fromio()
18 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
19 from++; in __memcpy_fromio()
25 *(u64 *)to = __raw_readq(from); in __memcpy_fromio()
26 from += 8; in __memcpy_fromio()
32 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
33 from++; in __memcpy_fromio()
41 * Copy data from "rea
43 __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) __memcpy_toio() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dusercopy.c11 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user() argument
15 if (!should_fail_usercopy() && likely(access_ok(from, n))) { in _copy_from_user()
22 instrument_copy_from_user_before(to, from, n); in _copy_from_user()
23 res = raw_copy_from_user(to, from, n); in _copy_from_user()
24 instrument_copy_from_user_after(to, from, n, res); in _copy_from_user()
34 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() argument
40 instrument_copy_to_user(to, from, n); in _copy_to_user()
41 n = raw_copy_to_user(to, from, n); in _copy_to_user()
50 * @from: Source address, in userspace.
53 * This is effectively shorthand for "memchr_inv(from,
62 check_zeroed_user(const void __user *from, size_t size) check_zeroed_user() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dstring_32.h33 static __always_inline void *__memcpy(void *to, const void *from, size_t n) in __memcpy() argument
43 : "0" (n / 4), "g" (n), "1" ((long)to), "2" ((long)from) in __memcpy()
52 static __always_inline void *__constant_memcpy(void *to, const void *from, in __constant_memcpy() argument
61 *(char *)to = *(char *)from; in __constant_memcpy()
64 *(short *)to = *(short *)from; in __constant_memcpy()
67 *(int *)to = *(int *)from; in __constant_memcpy()
70 *(short *)to = *(short *)from; in __constant_memcpy()
71 *((char *)to + 2) = *((char *)from + 2); in __constant_memcpy()
74 *(int *)to = *(int *)from; in __constant_memcpy()
75 *((char *)to + 4) = *((char *)from in __constant_memcpy()
157 __constant_memcpy3d(void *to, const void *from, size_t len) __constant_memcpy3d() argument
164 __memcpy3d(void *to, const void *from, size_t len) __memcpy3d() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Duaccess.h54 * Architectures should provide two primitives (raw_copy_{to,from}_user())
55 * and get rid of their private instances of copy_{to,from}_user() and
56 * __copy_{to,from}_user{,_inatomic}().
58 * raw_copy_{to,from}_user(to, from, size) should copy up to size bytes and
63 * Both of these functions should attempt to copy size bytes starting at from
68 * If raw_copy_{to,from}_user(to, from, size) returns N, size - N bytes starting
69 * at to must become equal to the bytes fetched from the corresponding area
70 * starting at from
99 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic() argument
107 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
131 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) __copy_to_user_inatomic() argument
141 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
153 _copy_from_user(void *to, const void __user *from, unsigned long n) _copy_from_user() argument
172 _copy_to_user(void __user *to, const void *from, unsigned long n) _copy_to_user() argument
189 copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
197 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
205 copy_in_user(void __user *to, const void __user *from, unsigned long n) copy_in_user() argument
287 __copy_from_user_inatomic_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic_nocache() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Duaccess.h17 * redefine this macro to strip tags from pointers.
36 * Architectures should provide two primitives (raw_copy_{to,from}_user())
37 * and get rid of their private instances of copy_{to,from}_user() and
38 * __copy_{to,from}_user{,_inatomic}().
40 * raw_copy_{to,from}_user(to, from, size) should copy up to size bytes and
45 * Both of these functions should attempt to copy size bytes starting at from
50 * If raw_copy_{to,from}_user(to, from, size) returns N, size - N bytes starting
51 * at to must become equal to the bytes fetched from th
81 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic() argument
93 __copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user() argument
121 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) __copy_to_user_inatomic() argument
131 __copy_to_user(void __user *to, const void *from, unsigned long n) __copy_to_user() argument
143 _copy_from_user(void *to, const void __user *from, unsigned long n) _copy_from_user() argument
163 _copy_to_user(void __user *to, const void *from, unsigned long n) _copy_to_user() argument
180 copy_from_user(void *to, const void __user *from, unsigned long n) copy_from_user() argument
188 copy_to_user(void __user *to, const void *from, unsigned long n) copy_to_user() argument
290 __copy_from_user_inatomic_nocache(void *to, const void __user *from, unsigned long n) __copy_from_user_inatomic_nocache() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A Des6ImportDefaultBindingFollowedWithNamedImport1.js8 import defaultBinding1, { } from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
10 import defaultBinding2, { a } from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
12 import defaultBinding3, { a as b } from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
14 import defaultBinding4, { x, a as y } from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
16 import defaultBinding5, { x as z, } from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
18 import defaultBinding6, { m, } from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
26 import defaultBinding1 from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
28 import defaultBinding2 from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
30 import defaultBinding3 from "es6ImportDefaultBindingFollowedWithNamedImport1_0";
32 import defaultBinding4 from "es6ImportDefaultBindingFollowedWithNamedImport1_
[all...]
/third_party/node/deps/npm/node_modules/encoding/lib/
H A Dencoding.js13 * @param {String} [from='UTF-8'] Encoding to be converted from
16 function convert(str, to, from) {
17 from = checkEncoding(from || 'UTF-8');
23 if (from !== 'UTF-8' && typeof str === 'string') {
24 str = Buffer.from(str, 'binary');
27 if (from === to) {
29 result = Buffer.from(str);
35 result = convertIconvLite(str, to, from);
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode_item_recover.c63 * So, to avoid this, we instantiate an inode directly from the inode core we've
127 struct xfs_log_dinode *from, in xfs_log_dinode_to_disk_ts()
134 if (xfs_log_dinode_has_bigtime(from)) in xfs_log_dinode_to_disk_ts()
154 struct xfs_log_dinode *from, in xfs_log_dinode_to_disk_iext_counters()
157 if (xfs_log_dinode_has_large_extent_counts(from)) { in xfs_log_dinode_to_disk_iext_counters()
158 to->di_big_nextents = cpu_to_be64(from->di_big_nextents); in xfs_log_dinode_to_disk_iext_counters()
159 to->di_big_anextents = cpu_to_be32(from->di_big_anextents); in xfs_log_dinode_to_disk_iext_counters()
160 to->di_nrext64_pad = cpu_to_be16(from->di_nrext64_pad); in xfs_log_dinode_to_disk_iext_counters()
162 to->di_nextents = cpu_to_be32(from->di_nextents); in xfs_log_dinode_to_disk_iext_counters()
163 to->di_anextents = cpu_to_be16(from in xfs_log_dinode_to_disk_iext_counters()
126 xfs_log_dinode_to_disk_ts( struct xfs_log_dinode *from, const xfs_log_timestamp_t its) xfs_log_dinode_to_disk_ts() argument
153 xfs_log_dinode_to_disk_iext_counters( struct xfs_log_dinode *from, struct xfs_dinode *to) xfs_log_dinode_to_disk_iext_counters() argument
169 xfs_log_dinode_to_disk( struct xfs_log_dinode *from, struct xfs_dinode *to, xfs_lsn_t lsn) xfs_log_dinode_to_disk() argument
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-from.js19 // Some methods are taken from v8/test/mjsunit/mjsunit.js
103 assert(1 === Array.from.length);
115 Array.from.call(MyCollection, {length: 5});
124 Array.from([1], non_strict);
125 Array.from([1], non_strict, void 0);
126 Array.from([1], strict);
127 Array.from([1], strict, void 0);
130 assertArrayLikeEquals(Array.from.call(thisArg, [], undefined), [], constructor);
131 assertArrayLikeEquals(Array.from.call(thisArg, NaN), [], constructor);
132 assertArrayLikeEquals(Array.from
[all...]

Completed in 20 milliseconds

12345678910>>...245