Home
last modified time | relevance | path

Searched defs:abcd (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c144 int abcd[4]; in _cpu_check_features() local
[all...]
/third_party/node/deps/zlib/
H A Dcpu_features.c162 int abcd[4]; in _cpu_check_features() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dcpu_features.c144 int abcd[4]; in _cpu_check_features() local
[all...]
/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...]
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.cpp122 float4 abcd = mix(abc, bcd, T); in chopAndWriteCubics() local
142 float2 abcd = (abc + bcd) * .5f; in chopAndWriteCubics() local
[all...]
/third_party/skia/samplecode/
H A DSampleFitCubicToCircle.cpp91 double abcd = lerp(abc, bcd, T); in eval_cubic() local
/third_party/skia/include/private/
H A DSkNx_neon.h66 float32x2x4_t abcd = {{ in Store4() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c499 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, in TestStringSearching() local
/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
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp92 double abcd = SkDInterp(abc, bcd, t); in interp_cubic_coords() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc102 uint32_t abcd[4]; in BrandString() local
82 Cpuid(const uint32_t level, const uint32_t count, uint32_t* ABSL_RANDOM_INTERNAL_RESTRICT abcd) Cpuid() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcurve25519-x86_64.c1339 u64 *abcd = &tmp[0 + 16]; in curve25519_ever64_base() local
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcurve25519-x86_64.c1550 u64 *abcd = &tmp[0 + 16]; in curve25519_ever64_base() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_sse2.c942 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); in VR4_SSE2() local
H A Denc_sse2.c778 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); in VR4_SSE2() local

Completed in 23 milliseconds