HomeSort by relevance Sort by last modified time
    Searched refs:abcd (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/eigen/bench/
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[3]) << " " << std::endl;
28 int abcd[4]; local
    [all...]
  /external/skia/src/core/
SkCpu.cpp 18 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); }
19 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); }
27 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); }
28 static void cpuid7(uint32_t abcd[4])
40 uint32_t abcd[4] = {0,0,0,0}; local
    [all...]
  /external/skqp/src/core/
SkCpu.cpp 18 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); }
19 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); }
27 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); }
28 static void cpuid7(uint32_t abcd[4])
40 uint32_t abcd[4] = {0,0,0,0}; local
    [all...]
  /external/clang/test/Lexer/
constants.c 29 'abcd' // expected-warning {{multi-character character constant}}
43 int e = 'abcd'; // still warn: expected-warning {{multi-character character constant}}
47 int f = 'abcd'; // ignored.
  /external/llvm/test/MC/COFF/
section-comdat-conflict2.s 6 .section .abcd,"xr",discard,bar
section-comdat-conflict.s 10 .section .abcd,"xr",discard,bar
  /external/llvm/test/MC/AsmParser/
vararg-default-value.s 6 .macro abcd arg0=%eax arg1:vararg=%ebx
15 abcd ,
macros-darwin-vararg.s 67 .macro abcd arg0=%eax, arg1:vararg=%ebx
76 abcd ,
  /build/kati/testcase/
implicit_pattern_rule_prefix.mk 3 test: abcd
5 abcd:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5.h 69 md5_word_t abcd[4]; /* digest buffer */ member in struct:md5_state_s
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5.h 69 md5_word_t abcd[4]; /* digest buffer */ member in struct:md5_state_s
  /external/libcups/cups/
md5-private.h 53 unsigned int abcd[4]; /* digest buffer */ member in struct:_cups_md5_state_s
md5.c 115 a = pms->abcd[0], b = pms->abcd[1],
116 c = pms->abcd[2], d = pms->abcd[3];
158 /* Let [abcd k s i] denote the operation
184 /* Let [abcd k s i] denote the operation
210 /* Let [abcd k s t] denote the operation
236 /* Let [abcd k s t] denote the operation
264 pms->abcd[0] += a;
265 pms->abcd[1] += b
    [all...]
  /external/python/cpython2/Modules/
md5.h 69 md5_word_t abcd[4]; /* digest buffer */ member in struct:md5_state_s
  /external/eigen/Eigen/src/Core/util/
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[3]) : "0" (func), "2" (id))
787 int abcd[4]; local
819 int abcd[4]; local
907 int abcd[4]; local
923 int abcd[4]; local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug346.go 18 println("1# abcd: expected 1 2 3 4 got", a, b, c, d)
30 println("2# abcd: expected 1 2 3 4 got", a, b, c, d)
bug303.go 35 br := strings.NewReader("abcd")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug346.go 18 println("1# abcd: expected 1 2 3 4 got", a, b, c, d)
30 println("2# abcd: expected 1 2 3 4 got", a, b, c, d)
bug303.go 35 br := strings.NewReader("abcd")
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 209 StringPiece abcd(abcdefg_chars, 4);
210 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) {
220 StringPiece sp(abcd, -1);
222 errln("StringPiece(abcd, -1) failed");
224 sp=StringPiece(abcd, 5);
226 errln("StringPiece(abcd, 5) failed");
228 sp=StringPiece(abcd, 2)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryLib/
PeiMemoryLib.inf 23 FILE_GUID = 3a9759d2-53bc-4eb2-abcd-c93099419063
  /external/clang/test/Sema/
block-literal.c 65 myfunc(^(int abcd) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
cons.d 80 2d: abcd.*
  /prebuilts/go/darwin-x86/src/strings/
search_test.go 26 {"abcd", "abc", -1},
27 {"abcd", "bcd", -1},
28 {"bcd", "abcd", 1},
  /prebuilts/go/linux-x86/src/strings/
search_test.go 26 {"abcd", "abc", -1},
27 {"abcd", "bcd", -1},
28 {"bcd", "abcd", 1},

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 9