Home
last modified time | relevance | path

Searched refs:abcd (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/src/core/
H A DSkCpu.cpp16 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); } in cpuid() argument
17 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); } in cpuid7() argument
25 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); } in cpuid() argument
26 static void cpuid7(uint32_t abcd[ in cpuid() argument
38 uint32_t abcd[4] = {0,0,0,0}; read_cpu_features() local
[all...]
H A DSkGeometry.cpp475 float2 abcd = unchecked_mix(abc, bcd, T);
480 dst[3] = skvx::bit_pun<SkPoint>(abcd);
511 float4 abcd = unchecked_mix(abc, bcd, T);
517 dst[3] = skvx::bit_pun<SkPoint>(abcd.lo);
519 dst[6] = skvx::bit_pun<SkPoint>(abcd.hi);
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp284 StringPiece abcd(abcdefg_chars, 4); in TestStringPiece()
285 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) { in TestStringPiece()
295 StringPiece sp(abcd, -1); in TestStringPiece()
297 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
299 sp=StringPiece(abcd, 5); in TestStringPiece()
301 errln("StringPiece(abcd, 5) failed"); in TestStringPiece()
303 sp=StringPiece(abcd, in TestStringPiece()
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c144 int abcd[4]; in _cpu_check_features() local
147 __cpuid(abcd, 1); in _cpu_check_features()
149 __cpuid(1, abcd[0], abcd[1], abcd[2], abcd[3]); in _cpu_check_features()
152 x86_cpu_has_sse2 = abcd[3] & 0x4000000; in _cpu_check_features()
153 x86_cpu_has_ssse3 = abcd[2] & 0x000200; in _cpu_check_features()
154 x86_cpu_has_sse42 = abcd[2] & 0x100000; in _cpu_check_features()
155 x86_cpu_has_pclmulqdq = abcd[ in _cpu_check_features()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c144 int abcd[4]; in _cpu_check_features() local
147 __cpuid(abcd, 1); in _cpu_check_features()
149 __cpuid(1, abcd[0], abcd[1], abcd[2], abcd[3]); in _cpu_check_features()
152 x86_cpu_has_sse2 = abcd[3] & 0x4000000; in _cpu_check_features()
153 x86_cpu_has_ssse3 = abcd[2] & 0x000200; in _cpu_check_features()
154 x86_cpu_has_sse42 = abcd[2] & 0x100000; in _cpu_check_features()
155 x86_cpu_has_pclmulqdq = abcd[ in _cpu_check_features()
[all...]
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.cpp122 float4 abcd = mix(abc, bcd, T); in chopAndWriteCubics() local
125 CubicPatch(*this) << p0 << ab.lo << abc.lo << abcd.lo; // Write the 1st cubic. in chopAndWriteCubics()
127 TrianglePatch(*this) << p0 << abcd.lo << abcd.hi; in chopAndWriteCubics()
129 CubicPatch(*this) << abcd.lo << middle << abcd.hi; // Write the 2nd cubic. in chopAndWriteCubics()
131 *this << innerTriangulator.pushVertex(to_skpoint(abcd.hi)); in chopAndWriteCubics()
133 std::tie(p0, p1, p2) = {abcd.hi, bcd.hi, cd.hi}; // Save the 3rd cubic. in chopAndWriteCubics()
142 float2 abcd = (abc + bcd) * .5f; in chopAndWriteCubics() local
144 CubicPatch(*this) << p0 << ab << abc << abcd; // Writ in chopAndWriteCubics()
[all...]
/third_party/node/deps/zlib/
H A Dcpu_features.c162 int abcd[4]; in _cpu_check_features() local
165 __cpuid(abcd, 1); in _cpu_check_features()
167 __cpuid(1, abcd[0], abcd[1], abcd[2], abcd[3]); in _cpu_check_features()
170 x86_cpu_has_sse2 = abcd[3] & 0x4000000; in _cpu_check_features()
171 x86_cpu_has_ssse3 = abcd[2] & 0x000200; in _cpu_check_features()
172 x86_cpu_has_sse42 = abcd[2] & 0x100000; in _cpu_check_features()
173 x86_cpu_has_pclmulqdq = abcd[ in _cpu_check_features()
[all...]
/third_party/musl/tools/
H A Dadd-cfi.i386.awk41 match($0, /%e?([abcd][hlx]|si|di|bp)/)
46 match($0, /%e?([abcd][hlx]|si|di|bp),/)
51 match($0, /,%e?([abcd][hlx]|si|di|bp)/)
196 /mov.*,%e?([abcd][hlx]|si|di|bp)$/ { trashed(get_reg2()) }
197 /(add|addl|sub|subl|and|or|xor|lea|sal|sar|shl|shr).*,%e?([abcd][hlx]|si|di|bp)$/ {
201 /^i?mul.*,%e?([abcd][hlx]|si|di|bp)$/ { trashed(get_reg2()) }
203 /(dec|inc|not|neg|pop) %e?([abcd][hlx]|si|di|bp)/ { trashed(get_reg()) }
H A Dadd-cfi.x86_64.awk36 match($0, /%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)/)
41 match($0, /%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15),/)
46 match($0, /,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)/)
182 /mov.*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ { trashed(get_reg2()) }
183 /(add|addl|sub|subl|and|or|xor|lea|sal|sar|shl|shr).*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ {
187 /^i?mul.*,%[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)$/ { trashed(get_reg2()) }
190 /(dec|inc|not|neg|pop) %[er]?([abcd][xlh]|si|di|bp|8|9|10|11|12|13|14|15)/ { trashed(get_reg()) }
/third_party/mbedtls/library/
H A Dsha256.c330 uint32x4_t abcd = vld1q_u32(&ctx->state[0]); in mbedtls_internal_sha256_process_many_a64_crypto() local
342 uint32x4_t abcd_orig = abcd; in mbedtls_internal_sha256_process_many_a64_crypto()
360 abcd_prev = abcd; in mbedtls_internal_sha256_process_many_a64_crypto()
361 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
366 abcd_prev = abcd; in mbedtls_internal_sha256_process_many_a64_crypto()
367 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
372 abcd_prev = abcd; in mbedtls_internal_sha256_process_many_a64_crypto()
373 abcd = vsha256hq_u32(abcd_prev, efgh, tmp); in mbedtls_internal_sha256_process_many_a64_crypto()
378 abcd_prev = abcd; in mbedtls_internal_sha256_process_many_a64_crypto()
379 abcd in mbedtls_internal_sha256_process_many_a64_crypto()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc83 uint32_t* ABSL_RANDOM_INTERNAL_RESTRICT abcd) { in Cpuid()
88 abcd[i] = regs[i]; in Cpuid()
93 abcd[0] = a; in Cpuid()
94 abcd[1] = b; in Cpuid()
95 abcd[2] = c; in Cpuid()
96 abcd[3] = d; in Cpuid()
102 uint32_t abcd[4]; in BrandString() local
105 Cpuid(0x80000000U, 0, abcd); in BrandString()
106 if (abcd[0] < 0x80000004U) { in BrandString()
111 Cpuid(0x80000002U + i, 0, abcd); in BrandString()
82 Cpuid(const uint32_t level, const uint32_t count, uint32_t* ABSL_RANDOM_INTERNAL_RESTRICT abcd) Cpuid() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl606 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2));
648 vmov $abcd,$ABCD
650 sha256h2 $EFGH,$abcd,$W0
658 vmov $abcd,$ABCD
660 sha256h2 $EFGH,$abcd,$W0
664 vmov $abcd,$ABCD
666 sha256h2 $EFGH,$abcd,$W1
671 vmov $abcd,$ABCD
673 sha256h2 $EFGH,$abcd,$W0
676 vmov $abcd,
[all...]
H A Dsha512-armv8.pl362 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2));
395 orr $abcd,$ABCD,$ABCD
397 sha256h2 $EFGH,$abcd,$W0
405 orr $abcd,$ABCD,$ABCD
407 sha256h2 $EFGH,$abcd,$W0
411 orr $abcd,$ABCD,$ABCD
413 sha256h2 $EFGH,$abcd,$W1
418 orr $abcd,$ABCD,$ABCD
420 sha256h2 $EFGH,$abcd,$W0
423 orr $abcd,
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl606 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2));
648 vmov $abcd,$ABCD
650 sha256h2 $EFGH,$abcd,$W0
658 vmov $abcd,$ABCD
660 sha256h2 $EFGH,$abcd,$W0
664 vmov $abcd,$ABCD
666 sha256h2 $EFGH,$abcd,$W1
671 vmov $abcd,$ABCD
673 sha256h2 $EFGH,$abcd,$W0
676 vmov $abcd,
[all...]
H A Dsha512-armv8.pl367 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2));
401 orr $abcd,$ABCD,$ABCD
403 sha256h2 $EFGH,$abcd,$W0
411 orr $abcd,$ABCD,$ABCD
413 sha256h2 $EFGH,$abcd,$W0
417 orr $abcd,$ABCD,$ABCD
419 sha256h2 $EFGH,$abcd,$W1
424 orr $abcd,$ABCD,$ABCD
426 sha256h2 $EFGH,$abcd,$W0
429 orr $abcd,
[all...]
/third_party/alsa-lib/alsalisp/
H A Dtest.lisp28 (&check-memory "abcd") (&check-memory)
34 (&stat-memory "abcd") (&check-memory)
167 (exfun 'abcd) (&check-memory)
168 (exfun 'abcd 'ijkl) (&check-memory)
179 (format "%s" "abcd") (&check-memory)
180 (format "%s %i %i" "abcd" 1 2) (&check-memory)
339 (setq abcd "abcd")
340 (unsetq abcd)
343 (setq abcd (("abc
[all...]
/third_party/skia/experimental/docs/
H A DinterpolatorFunctions.js12 var abcd = interp(abc, bcd, t);
13 return abcd;
/third_party/typescript/tests/baselines/reference/
H A DunicodeExtendedEscapesInTemplates15_ES5.js2 var x = `\u{abcd}\u{ef12}\u{3456}\u{7890}`;
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dupsampling_neon.c39 const uint16x8_t abcd = vaddq_u16(ad, bc); \
41 const uint16x8_t al = vaddq_u16(abcd, vshlq_n_u16(ad, 1)); \
43 const uint16x8_t bl = vaddq_u16(abcd, vshlq_n_u16(bc, 1)); \
/third_party/node/test/parallel/
H A Dtest-runner-cli.js249 const args = ['--test', '--test-shard=0xf/20abcd', join(testFixtures, 'index.js')];
254 assert.match(child.stderr.toString(), /The argument '--test-shard' must be in the form of <index>\/<total>\. Received '0xf\/20abcd'/);
/third_party/skia/samplecode/
H A DSampleFitCubicToCircle.cpp91 double abcd = lerp(abc, bcd, T); in eval_cubic() local
92 return {abcd, 3 * (bcd - abc) /*1st derivative.*/, 6 * (cd - 2*bc + ab) /*2nd derivative.*/}; in eval_cubic()
/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp92 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
97 dst[6] = abcd; in interp_cubic_coords()
650 double abcd = SkDInterp(abc, bcd, t);
651 return abcd;
/third_party/popt/tests/
H A Dtestit.sh51 run test1 "test1 - 7" "arg1: 0 arg2: abcd rest: --arg1" --simple abcd -- --arg1
/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h108 __m256i abcd = _mm256_permute2x128_si256(lo, hi, 0x20), in S32_alpha_D32_filter_DX()
111 return skvx::join(skvx::bit_pun<skvx::Vec<16,uint16_t>>(abcd), in S32_alpha_D32_filter_DX()
/third_party/lzma/Asm/x86/
H A DSha256Opt.asm212 pshufd tmp, state0, 01bH ; abcd

Completed in 15 milliseconds

12