Home
last modified time | relevance | path

Searched refs:sri (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/npm/node_modules/ssri/lib/
H A Dindex.js46 this.sri = this.opts?.integrity ? parse(this.opts?.integrity, this.opts) : null
49 if (!this.sri) {
51 } else if (this.sri.isHash) {
53 this.algorithm = this.sri.algorithm
55 this.goodSri = !this.sri.isEmpty()
56 this.algorithm = this.sri.pickAlgorithm(this.opts)
59 this.digests = this.goodSri ? this.sri[this.algorithm] : null
100 const match = this.goodSri && newSri.match(this.sri, this.opts)
103 const err = new Error(`stream size mismatch when checking ${this.sri}.\n Wanted: ${this.expectedSize}\n Found: ${this.size}`)
107 err.sri
[all...]
/third_party/libsnd/src/GSM610/
H A Dshort_term.c261 register int16_t sri, tmp1, tmp2 ; in Short_term_synthesis_filtering() local
264 { sri = *wt++ ; in Short_term_synthesis_filtering()
266 { /* sri = GSM_SUB(sri, gsm_mult_r(rrp[i], v [i])) ; in Short_term_synthesis_filtering()
275 sri = GSM_SUB (sri, tmp2) ; in Short_term_synthesis_filtering()
277 /* v [i+1] = GSM_ADD (v [i], gsm_mult_r(rrp[i], sri)) ; in Short_term_synthesis_filtering()
279 tmp1 = (tmp1 == MIN_WORD && sri == MIN_WORD in Short_term_synthesis_filtering()
281 : 0x0FFFF & (((int32_t) tmp1 * (int32_t) sri in Short_term_synthesis_filtering()
286 *sr++ = v [0] = sri ; in Short_term_synthesis_filtering()
312 register float sri = *wt++ ; Fast_Short_term_synthesis_filtering() local
[all...]
/third_party/ffmpeg/libavresample/aarch64/
H A Daudio_convert_neon.S86 sri v6.4s, v4.4s, #16
92 sri v7.4s, v5.4s, #16
96 sri v22.4s, v20.4s, #16
98 sri v23.4s, v21.4s, #16
111 2: sri v6.4s, v4.4s, #16
118 sri v7.4s, v5.4s, #16
121 sri v2.4s, v0.4s, #16
123 sri v3.4s, v1.4s, #16
126 3: sri v6.4s, v4.4s, #16
127 sri v
[all...]
/third_party/ffmpeg/libswresample/aarch64/
H A Daudio_convert_neon.S88 sri v6.4s, v4.4s, #16
94 sri v7.4s, v5.4s, #16
98 sri v22.4s, v20.4s, #16
100 sri v23.4s, v21.4s, #16
113 2: sri v6.4s, v4.4s, #16
120 sri v7.4s, v5.4s, #16
123 sri v2.4s, v0.4s, #16
125 sri v3.4s, v1.4s, #16
128 3: sri v6.4s, v4.4s, #16
129 sri v
[all...]
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js28 const sri = ssri.fromData(data, algorithms ? { algorithms } : {})
30 throw checksumError(integrity, sri)
33 for (const algo in sri) {
35 const hash = sri[algo].toString()
45 return { integrity: sri, size: data.length }
163 async function moveToDestination (tmp, cache, sri, opts) {
164 const destination = contentPath(cache, sri)
/third_party/node/lib/internal/policy/
H A Dmanifest.js29 const SRI = require('internal/policy/sri');
572 const sri = ObjectFreeze(SRI.parse(integrityEntries));
573 integrities.set(href, sri);
574 integrityEntries = sri;
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js156 async function verifyContent (filepath, sri) {
162 await ssri.checkStream(new fsm.ReadStream(filepath), sri)
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c2033 int sri; in matroska_aac_sri() local
2035 for (sri = 0; sri < FF_ARRAY_ELEMS(ff_mpeg4audio_sample_rates); sri++) in matroska_aac_sri()
2036 if (ff_mpeg4audio_sample_rates[sri] == samplerate) in matroska_aac_sri()
2038 return sri; in matroska_aac_sri()
2693 int sri = matroska_aac_sri(track->audio.samplerate); in matroska_parse_tracks() local
2697 extradata[0] = (profile << 3) | ((sri & 0x0E) >> 1); in matroska_parse_tracks()
2698 extradata[1] = ((sri & 0x01) << 7) | (track->audio.channels << 3); in matroska_parse_tracks()
2700 sri in matroska_parse_tracks()
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc1731 __ sri(d14, d14, 49); in GenerateTestSequenceNEON()
1732 __ sri(v23.V16B(), v8.V16B(), 4); in GenerateTestSequenceNEON()
1733 __ sri(v20.V2D(), v13.V2D(), 20); in GenerateTestSequenceNEON()
1734 __ sri(v16.V2S(), v2.V2S(), 24); in GenerateTestSequenceNEON()
1735 __ sri(v5.V4H(), v23.V4H(), 11); in GenerateTestSequenceNEON()
1736 __ sri(v27.V4S(), v15.V4S(), 23); in GenerateTestSequenceNEON()
1737 __ sri(v19.V8B(), v29.V8B(), 4); in GenerateTestSequenceNEON()
1738 __ sri(v7.V8H(), v29.V8H(), 3); in GenerateTestSequenceNEON()
H A Dtest-cpu-features-aarch64.cc1941 TEST_NEON(sri_0, sri(v0.V8B(), v1.V8B(), 7))
1942 TEST_NEON(sri_1, sri(v0.V16B(), v1.V16B(), 3))
1943 TEST_NEON(sri_2, sri(v0.V4H(), v1.V4H(), 10))
1944 TEST_NEON(sri_3, sri(v0.V8H(), v1.V8H(), 7))
1945 TEST_NEON(sri_4, sri(v0.V2S(), v1.V2S(), 12))
1946 TEST_NEON(sri_5, sri(v0.V4S(), v1.V4S(), 15))
1947 TEST_NEON(sri_6, sri(v0.V2D(), v1.V2D(), 51))
1948 TEST_NEON(sri_7, sri(d0, d1, 47))
H A Dtest-disasm-sve-aarch64.cc6473 COMPARE(sri(z6.VnB(), z9.VnB(), 1), "sri z6.b, z9.b, #1"); in TEST()
6474 COMPARE(sri(z6.VnB(), z9.VnB(), 2), "sri z6.b, z9.b, #2"); in TEST()
6475 COMPARE(sri(z6.VnB(), z9.VnB(), 5), "sri z6.b, z9.b, #5"); in TEST()
6476 COMPARE(sri(z6.VnB(), z9.VnB(), 8), "sri z6.b, z9.b, #8"); in TEST()
6477 COMPARE(sri(z6.VnH(), z9.VnH(), 1), "sri z in TEST()
[all...]
H A Dtest-simulator-aarch64.cc4792 DEFINE_TEST_NEON_2OPIMM(sri, Basic, TypeWidth)
4824 DEFINE_TEST_NEON_2OPIMM_SCALAR_D(sri, Basic, TypeWidth)
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h1182 void sri(const VRegister& vd, const VRegister& vn, int shift);
H A Dmacro-assembler-arm64.h1233 V(sri, Sri) \
H A Dassembler-arm64.cc1694 void Assembler::sri(const VRegister& vd, const VRegister& vn, int shift) { in sri() function in v8::internal::Assembler
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h1911 LogicVRegister sri(VectorFormat vform, LogicVRegister dst,
H A Dsimulator-arm64.cc5753 sri(vf, rd, rn, right_shift);
5852 sri(vf, rd, rn, right_shift);
H A Dsimulator-logic-arm64.cc1433 LogicVRegister Simulator::sri(VectorFormat vform, LogicVRegister dst, in sri() function in v8::internal::Simulator
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h3034 void sri(const VRegister& vd, const VRegister& vn, int shift);
6553 void sri(const ZRegister& zd, const ZRegister& zn, int shift);
H A Dsimulator-aarch64.cc2631 sri(vform, zd, zn, shift_dist); in Simulator()
9336 sri(vf, rd, rn, right_shift); in Simulator()
9439 sri(vf, rd, rn, right_shift); in Simulator()
H A Dsimulator-aarch64.h4184 LogicVRegister sri(VectorFormat vform,
H A Dmacro-assembler-aarch64.h3176 V(sri, Sri) \
7242 sri(zd, zn, shift); in Sri()
H A Dassembler-aarch64.cc5626 void Assembler::sri(const VRegister& vd, const VRegister& vn, int shift) {
H A Dassembler-sve-aarch64.cc8651 void Assembler::sri(const ZRegister& zd, const ZRegister& zn, int shift) { in sri() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc1715 LogicVRegister Simulator::sri(VectorFormat vform,

Completed in 163 milliseconds

12