/third_party/node/test/fixtures/crypto/ |
H A D | rsa.js | 4 const pkcs8 = Buffer.from( 49 const spki = Buffer.from( 62 const label = Buffer.from( 67 const plaintext = Buffer.from( 78 'sha-1, no label': Buffer.from( 89 'sha-256, no label': Buffer.from( 100 'sha-384, no label': Buffer.from( 111 'sha-512, no label': Buffer.from( 122 'sha-1, with label': Buffer.from( 133 'sha-256, with label': Buffer.from( [all...] |
H A D | eddsa.js | 5 'Ed25519': Buffer.from( 8 'Ed448': Buffer.from( 15 'Ed25519': Buffer.from( 18 'Ed448': Buffer.from( 24 const data = Buffer.from( 30 'Ed25519': Buffer.from( 33 'Ed448': Buffer.from(
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-loop-peeling.cc | 63 Node* use = use_edge.from(); in PeelWasmLoop() 66 // Those are used by nodes outside the loop. We need to create phis from in PeelWasmLoop() 90 // should use the value coming from outside the loop. in PeelWasmLoop() 92 if (NodeProperties::IsPhi(use_edge.from())) { in PeelWasmLoop() 93 use_edge.from()->ReplaceUses(use_edge.from()->InputAt(0)); in PeelWasmLoop() 105 // merge and phis which flow from the peeled iteration into the main loop. in PeelWasmLoop() 114 DCHECK(NodeProperties::IsPhi(use_edge.from())); in PeelWasmLoop() 115 use_edge.from()->RemoveInput(0); in PeelWasmLoop() 117 use_edge.from() in PeelWasmLoop() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | es6ImportNamedImport.js | 14 import { } from "./es6ImportNamedImport_0"; 15 import { a } from "./es6ImportNamedImport_0"; 17 import { a as b } from "./es6ImportNamedImport_0"; 19 import { x, a as y } from "./es6ImportNamedImport_0"; 22 import { x as z, } from "./es6ImportNamedImport_0"; 24 import { m, } from "./es6ImportNamedImport_0"; 26 import { a1, x1 } from "./es6ImportNamedImport_0"; 29 import { a1 as a11, x1 as x11 } from "./es6ImportNamedImport_0"; 32 import { z1 } from "./es6ImportNamedImport_0"; 34 import { z2 as z3 } from " [all...] |
H A D | es6ImportNamedImportAmd.js | 14 import { } from "es6ImportNamedImportAmd_0"; 15 import { a } from "es6ImportNamedImportAmd_0"; 17 import { a as b } from "es6ImportNamedImportAmd_0"; 19 import { x, a as y } from "es6ImportNamedImportAmd_0"; 22 import { x as z, } from "es6ImportNamedImportAmd_0"; 24 import { m, } from "es6ImportNamedImportAmd_0"; 26 import { a1, x1 } from "es6ImportNamedImportAmd_0"; 29 import { a1 as a11, x1 as x11 } from "es6ImportNamedImportAmd_0"; 32 import { z1 } from "es6ImportNamedImportAmd_0"; 34 import { z2 as z3 } from "es6ImportNamedImportAmd_ [all...] |
H A D | es6ImportNamedImportInEs5.js | 14 import { } from "./es6ImportNamedImportInEs5_0"; 15 import { a } from "./es6ImportNamedImportInEs5_0"; 17 import { a as b } from "./es6ImportNamedImportInEs5_0"; 19 import { x, a as y } from "./es6ImportNamedImportInEs5_0"; 22 import { x as z, } from "./es6ImportNamedImportInEs5_0"; 24 import { m, } from "./es6ImportNamedImportInEs5_0"; 26 import { a1, x1 } from "./es6ImportNamedImportInEs5_0"; 29 import { a1 as a11, x1 as x11 } from "./es6ImportNamedImportInEs5_0"; 32 import { z1 } from "./es6ImportNamedImportInEs5_0"; 34 import { z2 as z3 } from " [all...] |
H A D | es6ImportNamedImportWithExport.js | 14 export import { } from "./server"; 15 export import { a } from "./server"; 17 export import { a as b } from "./server"; 19 export import { x, a as y } from "./server"; 22 export import { x as z, } from "./server"; 24 export import { m, } from "./server"; 26 export import { a1, x1 } from "./server"; 29 export import { a1 as a11, x1 as x11 } from "./server"; 32 export import { z1 } from "./server"; 34 export import { z2 as z3 } from " [all...] |
H A D | jsDeclarationsMultipleExportFromMerge.js | 9 export { a, b, c } from "./items"; 12 export { a } from "./items"; 13 export { b, c } from "./items"; 16 export {a, b} from "./items"; 17 export {a as aa} from "./two"; 18 export {b as bb} from "./two"; 19 export {c} from "./two" 20 export {c as cc} from "./items"; 69 export { a, b, c } from "./items";
71 export { a, b, c } from " [all...] |
H A D | inlineJsxAndJsxFragPragma.js | 20 import {h, Fragment} from "./renderer"; 26 import {jsx} from "./renderer"; 34 import {h, Fragment} from "./renderer"; 40 import {jsx} from "./renderer"; 48 import {Fragment} from "./renderer"; 54 import {} from "./renderer"; 62 import {h, Fragment} from "./renderer"; 68 import {jsx} from "./renderer"; 75 import {h} from "./renderer";
|
H A D | es6ExportClauseWithoutModuleSpecifierInEs5.js | 16 export { c } from "./server"; 17 export { c as c2 } from "./server"; 18 export { i, m as instantiatedModule } from "./server"; 19 export { uninstantiated } from "./server"; 20 export { x } from "./server";
63 export { c } from "./server";
64 export { c as c2 } from "./server";
65 export { i, m as instantiatedModule } from "./server";
66 export { uninstantiated } from "./server";
67 export { x } from " [all...] |
H A D | exportsAndImports4.js | 9 import b from "./t1"; 11 import * as c from "./t1"; 13 import { default as d } from "./t1"; 15 import e1, * as e2 from "./t1"; 18 import f1, { default as f2 } from "./t1"; 26 import b from "./t1"; 28 import * as c from "./t1"; 30 import { default as d } from "./t1"; 32 import e1, * as e2 from "./t1"; 35 import f1, { default as f2 } from " [all...] |
H A D | inlineJsxFactoryDeclarationsLocalTypes.js | 45 import { predom } from "./renderer2" 65 import { dom } from "./renderer" 66 import prerendered, {MySFC, MyClass, tree} from "./component"; 92 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
93 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
94 if (ar || !(i in from)) {
95 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
96 ar[i] = from[i];
99 return to.concat(ar || Array.prototype.slice.call(from));
132 var __spreadArray = (this && this.__spreadArray) || function (to, from, pac [all...] |
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | transpose.c | 181 mpd_uint_t *to, *from; in squaretrans_pow2() local 192 from = matrix + r*size + c; in squaretrans_pow2() 195 memcpy(to, from, b*(sizeof *to)); in squaretrans_pow2() 196 from += size; in squaretrans_pow2() 203 from = buf1; in squaretrans_pow2() 205 memcpy(to, from, b*(sizeof *to)); in squaretrans_pow2() 206 from += b; in squaretrans_pow2() 212 from = matrix + c*size + r; in squaretrans_pow2() 215 memcpy(to, from, b*(sizeof *to)); in squaretrans_pow2() 216 from in squaretrans_pow2() [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 74 * between `out` and `from` is at least CHUNKCOPY_CHUNK_SIZE, which we rely on 77 * Aside from better memory bus utilisation, this means that short copies 84 const unsigned char FAR* from, in chunkcopy_core() 87 storechunk(out, loadchunk(from)); in chunkcopy_core() 89 from += bump; in chunkcopy_core() 92 storechunk(out, loadchunk(from)); in chunkcopy_core() 94 from += CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 109 const unsigned char FAR* from, in chunkcopy_core_safe() 114 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe() 115 Assert((uintptr_t)out - (uintptr_t)from > in chunkcopy_core_safe() 82 chunkcopy_core( unsigned char FAR* out, const unsigned char FAR* from, unsigned len) chunkcopy_core() argument 107 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument 156 const unsigned char FAR* from = out - *dist; chunkunroll_relaxed() local 341 chunkcopy_relaxed( unsigned char FAR* Z_RESTRICT out, const unsigned char FAR* Z_RESTRICT from, unsigned len) chunkcopy_relaxed() argument 365 chunkcopy_safe( unsigned char FAR* out, const unsigned char FAR* Z_RESTRICT from, unsigned len, unsigned char FAR* limit) chunkcopy_safe() argument [all...] |
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 85 * between `out` and `from` is at least CHUNKCOPY_CHUNK_SIZE, which we rely on 88 * Aside from better memory bus utilisation, this means that short copies 95 const unsigned char FAR* from, 98 storechunk(out, loadchunk(from)); 100 from += bump; 103 storechunk(out, loadchunk(from)); 105 from += CHUNKCOPY_CHUNK_SIZE; 120 const unsigned char FAR* from, in chunkcopy_core_safe() 125 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe() 126 Assert((uintptr_t)out - (uintptr_t)from > in chunkcopy_core_safe() 118 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument 167 const unsigned char FAR* from = out - *dist; global() variable 352 chunkcopy_relaxed( unsigned char FAR* Z_RESTRICT out, const unsigned char FAR* Z_RESTRICT from, unsigned len) chunkcopy_relaxed() argument 376 chunkcopy_safe( unsigned char FAR* out, const unsigned char FAR* Z_RESTRICT from, unsigned len, unsigned char FAR* limit) chunkcopy_safe() argument [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 74 * between `out` and `from` is at least CHUNKCOPY_CHUNK_SIZE, which we rely on 77 * Aside from better memory bus utilisation, this means that short copies 84 const unsigned char FAR* from, in chunkcopy_core() 87 storechunk(out, loadchunk(from)); in chunkcopy_core() 89 from += bump; in chunkcopy_core() 92 storechunk(out, loadchunk(from)); in chunkcopy_core() 94 from += CHUNKCOPY_CHUNK_SIZE; in chunkcopy_core() 109 const unsigned char FAR* from, in chunkcopy_core_safe() 114 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe() 115 Assert((uintptr_t)out - (uintptr_t)from > in chunkcopy_core_safe() 82 chunkcopy_core( unsigned char FAR* out, const unsigned char FAR* from, unsigned len) chunkcopy_core() argument 107 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument 156 const unsigned char FAR* from = out - *dist; chunkunroll_relaxed() local 341 chunkcopy_relaxed( unsigned char FAR* Z_RESTRICT out, const unsigned char FAR* Z_RESTRICT from, unsigned len) chunkcopy_relaxed() argument 365 chunkcopy_safe( unsigned char FAR* out, const unsigned char FAR* Z_RESTRICT from, unsigned len, unsigned char FAR* limit) chunkcopy_safe() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | duration.pb.cc | 97 Duration::Duration(const Duration& from) in Duration() argument 99 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in Duration() 100 ::memcpy(&seconds_, &from.seconds_, in Duration() 250 void Duration::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument 252 GOOGLE_DCHECK_NE(&from, this); in MergeFrom() 255 &from); in MergeFrom() 258 ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); in MergeFrom() 265 void Duration::MergeFrom(const Duration& from) { in MergeFrom() argument 267 GOOGLE_DCHECK_NE(&from, this); in MergeFrom() 268 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from in MergeFrom() 280 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument 287 CopyFrom(const Duration& from) CopyFrom() argument [all...] |
H A D | timestamp.pb.cc | 97 Timestamp::Timestamp(const Timestamp& from) in Timestamp() argument 99 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in Timestamp() 100 ::memcpy(&seconds_, &from.seconds_, in Timestamp() 250 void Timestamp::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument 252 GOOGLE_DCHECK_NE(&from, this); in MergeFrom() 255 &from); in MergeFrom() 258 ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); in MergeFrom() 265 void Timestamp::MergeFrom(const Timestamp& from) { in MergeFrom() argument 267 GOOGLE_DCHECK_NE(&from, this); in MergeFrom() 268 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from in MergeFrom() 280 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument 287 CopyFrom(const Timestamp& from) CopyFrom() argument [all...] |
H A D | source_context.pb.cc | 97 SourceContext::SourceContext(const SourceContext& from) in SourceContext() argument 99 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in SourceContext() 101 if (!from._internal_file_name().empty()) { in SourceContext() 102 file_name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from._internal_file_name(), in SourceContext() 236 void SourceContext::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument 238 GOOGLE_DCHECK_NE(&from, this); in MergeFrom() 241 &from); in MergeFrom() 244 ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); in MergeFrom() 251 void SourceContext::MergeFrom(const SourceContext& from) { in MergeFrom() argument 253 GOOGLE_DCHECK_NE(&from, thi in MergeFrom() 263 CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) CopyFrom() argument 270 CopyFrom(const SourceContext& from) CopyFrom() argument [all...] |
H A D | empty.pb.cc | 94 Empty::Empty(const Empty& from) in Empty() argument 96 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in Empty() 193 void Empty::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in MergeFrom() argument 195 GOOGLE_DCHECK_NE(&from, this); in MergeFrom() 198 &from); in MergeFrom() 201 ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); in MergeFrom() 208 void Empty::MergeFrom(const Empty& from) { in MergeFrom() argument 210 GOOGLE_DCHECK_NE(&from, this); in MergeFrom() 211 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); in MergeFrom() 217 void Empty::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { in CopyFrom() argument 224 CopyFrom(const Empty& from) CopyFrom() argument [all...] |
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.c | 364 * \author Adapted from graphics gems II. 677 * Generate a 4x4 transformation matrix from glRotate parameters, and 769 * from the arbitrary axis to the X-axis then back. They are in _math_matrix_rotate() 778 * Rz' and Ry' are considered inverses, since the data from the in _math_matrix_rotate() 780 * to get away from it, and an inverse must be applied. in _math_matrix_rotate() 1111 * Determine type and flags from scratch. 1348 * \param from source matrix. 1353 _math_matrix_copy( GLmatrix *to, const GLmatrix *from ) in _math_matrix_copy() 1355 memcpy(to->m, from->m, 16 * sizeof(GLfloat)); in _math_matrix_copy() 1356 memcpy(to->inv, from in _math_matrix_copy() 1373 _math_matrix_push_copy(GLmatrix *to, GLmatrix *from) _math_matrix_push_copy() argument [all...] |
/third_party/node/test/parallel/ |
H A D | test-stream-duplex-from.js | 10 const d = Duplex.from({ 29 const d = Duplex.from(new Readable({ 47 const d = Duplex.from(new Writable({ 64 const d = Duplex.from({ 83 const d = Duplex.from({ 113 const d = Duplex.from(Promise.resolve('asd')); 128 Duplex.from(async function * (source) { 153 assert.strictEqual(Duplex.from(duplex), duplex); 156 // Ensure that Duplex.from works for blobs 160 const duplex = Duplex.from(blo [all...] |
H A D | test-stream-reduce.js | 26 const streamReduce = await Readable.from(values) 34 const streamReduce = await Readable.from(values) 45 const six = await Readable.from([1, 2, 3]).reduce(async (p, c) => p + c, 0); 49 const six = await Readable.from([1, 2, 3]).reduce(async (p, c) => p + c); 55 assert.rejects(Readable.from([1, 2, 3, 4, 5, 6]) 72 await Readable.from([1, 2, 3]).reduce(async (p, c) => { 87 const stream = Readable.from([1, 2, 3]); 104 const stream = Readable.from([1, 2, 3]); 122 assert.rejects(() => Readable.from([]).reduce(1), /TypeError/); 123 assert.rejects(() => Readable.from([]) [all...] |
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 13 // used to endorse or promote products derived from this software without 49 int32_t from = reference.GetLocation(); in ResolveReferences() local 50 EncodeLocationFor(assembler, from, reference.op()); in ResolveReferences() 60 int32_t from, in EncodeLocationFor() 64 assembler->GetBuffer()->GetOffsetAddress<uint16_t*>(from); in EncodeLocationFor() 69 instr = encoder->Encode(instr, from, this); in EncodeLocationFor() 76 instr = encoder->Encode(instr, from, this); in EncodeLocationFor() 82 assembler->GetBuffer()->GetOffsetAddress<uint32_t*>(from); in EncodeLocationFor() 83 instr_ptr[0] = encoder->Encode(instr_ptr[0], from, this); in EncodeLocationFor() 91 int32_t from in AddForwardRef() local 59 EncodeLocationFor(internal::AssemblerBase* assembler, int32_t from, const Location::EmitOperator* encoder) EncodeLocationFor() argument [all...] |
/third_party/rust/crates/log/src/kv/ |
H A D | value.rs | 40 /// Get a value from a type implementing `std::fmt::Debug`. 48 /// Get a value from a type implementing `std::fmt::Display`. 56 /// Get a value from an error. 66 /// Get a value from a type implementing `serde::Serialize`. 74 /// Get a value from a type implementing `sval::value::Value`. 148 /// let value = Value::from(42i32); 157 /// Get a value from a type implementing `ToValue`. 165 /// Get a value from a type implementing `std::fmt::Debug`. 175 /// Get a value from a type implementing `std::fmt::Display`. 185 /// Get a value from a 469 fn from(value: &'v str) -> Self { from() functions 475 fn from(value: &'v u128) -> Self { from() functions 481 fn from(value: &'v i128) -> Self { from() functions 487 fn from(v: &'v std::num::NonZeroU128) -> Value<'v> { from() functions 494 fn from(v: &'v std::num::NonZeroI128) -> Value<'v> { from() functions 528 fn from(value: $into_ty) -> Self { from() functions 546 fn from(value: std::num::$into_ty) -> Self { from() functions 640 fn from(v: &'v String) -> Self { from() functions [all...] |