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

12

/external/eigen/bench/
H A Dcheck_cache_queries.cpp10 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 DSkCpu.cpp18 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); } argument
19 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); } argument
27 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); } argument
28 static void cpuid7(uint32_t abcd[ argument
40 uint32_t abcd[4] = {0,0,0,0}; local
[all...]
/external/clang/test/Lexer/
H A Dconstants.c29 '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/
H A Dsection-comdat-conflict2.s6 .section .abcd,"xr",discard,bar
H A Dsection-comdat-conflict.s10 .section .abcd,"xr",discard,bar
/external/llvm/test/MC/AsmParser/
H A Dvararg-default-value.s6 .macro abcd arg0=%eax arg1:vararg=%ebx
15 abcd ,
H A Dmacros-darwin-vararg.s67 .macro abcd arg0=%eax, arg1:vararg=%ebx
76 abcd ,
/external/libcups/cups/
H A Dmd5-private.h53 unsigned int abcd[4]; /* digest buffer */ member in struct:_cups_md5_state_s
H A Dmd5.c115 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[
[all...]
/external/eigen/Eigen/src/Core/util/
H A DMemory.h757 # 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/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp199 StringPiece abcd(abcdefg_chars, 4);
200 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) {
212 StringPiece sp(abcd, -1);
214 errln("StringPiece(abcd, -1) failed");
216 sp=StringPiece(abcd, 5);
218 errln("StringPiece(abcd, 5) failed");
220 sp=StringPiece(abcd,
[all...]
/external/clang/test/Sema/
H A Dblock-literal.c65 myfunc(^(int abcd) {
/external/valgrind/none/tests/amd64/
H A Dgen_insn_test.pl234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
354 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r[abcd]x|r8|r16|r32|r64|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
509 elsif ($result =~ /^([abcd][lh]|[abcd]
[all...]
/external/boringssl/src/crypto/sha/asm/
H A Dsha512-armv8.pl322 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2));
354 orr $abcd,$ABCD,$ABCD
356 sha256h2 $EFGH,$abcd,$W0
364 orr $abcd,$ABCD,$ABCD
366 sha256h2 $EFGH,$abcd,$W0
370 orr $abcd,$ABCD,$ABCD
372 sha256h2 $EFGH,$abcd,$W1
377 orr $abcd,$ABCD,$ABCD
379 sha256h2 $EFGH,$abcd,$W0
382 orr $abcd,
[all...]
H A Dsha256-armv4.pl597 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2));
638 vmov $abcd,$ABCD
640 sha256h2 $EFGH,$abcd,$W0
648 vmov $abcd,$ABCD
650 sha256h2 $EFGH,$abcd,$W0
654 vmov $abcd,$ABCD
656 sha256h2 $EFGH,$abcd,$W1
661 vmov $abcd,$ABCD
663 sha256h2 $EFGH,$abcd,$W0
666 vmov $abcd,
[all...]
/external/valgrind/none/tests/x86/
H A Dgen_insn_test.pl211 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
331 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r8|r16|r32|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
486 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
/external/skia/experimental/docs/
H A DinterpolatorFunctions.js12 var abcd = interp(abc, bcd, t);
13 return abcd;
/external/valgrind/none/tests/
H A Dunit_debuglog.stderr.exp110 |%s| printf = |abcd| wrote 6 chars
111 |%s| debuglog = |abcd| wrote 6 chars
112 |%9s| printf = | abcd| wrote 11 chars
113 |%9s| debuglog = | abcd| wrote 11 chars
114 |%-9s| printf = |abcd | wrote 11 chars
115 |%-9s| debuglog = |abcd | wrote 11 chars
116 |%*s| printf = | abcd| wrote 8 chars
117 |%*s| debuglog = | abcd| wrote 8 chars
/external/webp/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)); \
/external/guice/core/test/com/google/inject/
H A DPrivateModuleTest.java346 @Provides @Named("abcd") String provideAbcd(@Named("abc") String abc) {
352 assertEquals("ABCD", injector.getInstance(Key.get(String.class, named("abcd"))));
371 @Inject @Named("abcd") String abcd;
374 return abcd + "E";
383 @Provides @Named("abcd") String provideAbcd(@Named("abc") String abc) {
401 @Provides @Named("abcd") String provideAbcd(@Named("abc") String abc) {
408 @Inject @Named("abcd") String abcd;
411 return abcd
[all...]
/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c459 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/clang/test/Parser/
H A Dcxx-altivec.cpp192 __vector float abcd; member in class:VectorClassMultipleMembers
/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp92 double abcd = SkDInterp(abc, bcd, t); local
97 dst[6] = abcd;
658 double abcd = SkDInterp(abc, bcd, t);
659 return abcd;
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
H A DMapBinderTest.java786 Module abcd = Modules.override(ab).with(cd);
787 Injector injector = Guice.createInjector(abcd, ef);
790 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abcd, ef), BOTH, false, 0,
844 Module abcd = Modules.override(abc).with(cd);
845 Injector injector = Guice.createInjector(abcd, ef);
848 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abcd, ef), BOTH, true, 0,
H A DMultibinderTest.java644 Module abcd = Modules.override(ab).with(cd);
645 Injector injector = Guice.createInjector(abcd, ef);
649 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, false, 0,
683 Module abcd = Modules.override(abc).with(cd);
684 Injector injector = Guice.createInjector(abcd, ef);
688 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, true, 0,

Completed in 678 milliseconds

12