/third_party/skia/src/core/ |
H A D | SkCpu.cpp | 16 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 D | SkGeometry.cpp | 475 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 D | strtest.cpp | 284 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 D | cpu_features.c | 144 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 D | cpu_features.c | 144 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 D | PatchWriter.cpp | 122 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 D | cpu_features.c | 162 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 D | add-cfi.i386.awk | 41 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 D | add-cfi.x86_64.awk | 36 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 D | sha256.c | 330 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 D | nanobenchmark.cc | 83 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 D | sha256-armv4.pl | 606 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 D | sha512-armv8.pl | 362 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 D | sha256-armv4.pl | 606 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 D | sha512-armv8.pl | 367 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 D | test.lisp | 28 (&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 D | interpolatorFunctions.js | 12 var abcd = interp(abc, bcd, t); 13 return abcd;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | unicodeExtendedEscapesInTemplates15_ES5.js | 2 var x = `\u{abcd}\u{ef12}\u{3456}\u{7890}`;
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | upsampling_neon.c | 39 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 D | test-runner-cli.js | 249 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 D | SampleFitCubicToCircle.cpp | 91 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 D | SkPathOpsCubic.cpp | 92 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 D | testit.sh | 51 run test1 "test1 - 7" "arg1: 0 arg2: abcd rest: --arg1" --simple abcd -- --arg1
|
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 108 __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 D | Sha256Opt.asm | 212 pshufd tmp, state0, 01bH ; abcd
|