/external/eigen/bench/ |
H A D | check_cache_queries.cpp | 10 int abcd[4]; \ 11 abcd[0] = abcd[1] = abcd[2] = abcd[3] = 0;\ 12 EIGEN_CPUID(abcd, CODE, 0); \ 14 << (int*)(abcd[0]) << " " << (int*)(abcd[1]) << " " \ 15 << (int*)(abcd[2]) << " " << (int*)(abcd[ 28 int abcd[4]; local [all...] |
/external/skia/src/core/ |
H A D | SkOpts.cpp | 39 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); } argument 40 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); } argument 48 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); } 49 static void cpuid7(uint32_t abcd[ 118 uint32_t abcd[] = {0,0,0,0}; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
H A D | custrtst.c | 492 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, local 644 if (u_strspn(testString, abcd) != u_strlen(testString)) {
|
/external/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 95 double abcd = SkDInterp(abc, bcd, t); local 100 dst[6] = abcd; 624 double abcd = SkDInterp(abc, bcd, t); 625 return abcd;
|
/external/clang/test/Parser/ |
H A D | cxx-altivec.cpp | 191 __vector float abcd; member in class:VectorClassMultipleMembers
|
/external/eigen/Eigen/src/Core/util/ |
H A D | Memory.h | 757 # define EIGEN_CPUID(abcd,func,id) \ 758 __asm__ __volatile__ ("xchgl %%ebx, %k1;cpuid; xchgl %%ebx,%k1": "=a" (abcd[0]), "=&r" (abcd[1]), "=c" (abcd[2]), "=d" (abcd[3]) : "a" (func), "c" (id)); 762 # define EIGEN_CPUID(abcd,func,id) \ 763 __asm__ __volatile__ ("xchg{q}\t{%%}rbx, %q1; cpuid; xchg{q}\t{%%}rbx, %q1": "=a" (abcd[0]), "=&r" (abcd[1]), "=c" (abcd[2]), "=d" (abcd[ 780 cpuid_is_vendor(int abcd[4], const int vendor[3]) argument 787 int abcd[4]; local 819 int abcd[4]; local 907 int abcd[4]; local 923 int abcd[4]; local [all...] |
/external/valgrind/VEX/priv/ |
H A D | guest_s390_helpers.c | 459 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1 516 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1 558 UInt abcd = (uvwxy - 1) & 0xf; local 561 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | efghij; 612 UInt abcd = srcval >> 12; local 615 UInt byte1 = 0xe0 | abcd; 760 UInt abcd = byte1 & 0xf; local 765 retval = (abcd << 12) | (efghij << 6) | klmnop; 808 UInt abcd = (uvwxy - 1) & 0xf; local 809 UInt high_surrogate = (0xd8 << 8) | (abcd << [all...] |
/external/webp/src/dsp/ |
H A D | dec_sse2.c | 987 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); local 994 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd )); 996 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(abcd, 1)));
|
H A D | enc_sse2.c | 861 const __m128i abcd = _mm_avg_epu8(XABCD, ABCD0); local 868 WebPUint32ToMem(dst + 0 * BPS, _mm_cvtsi128_si32( abcd )); 870 WebPUint32ToMem(dst + 2 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(abcd, 1)));
|