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

1 2 3

  /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/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 ,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
overflow.asm 2 mov ax, 'abcd'
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 194 StringPiece abcd(abcdefg_chars, 4);
195 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) {
207 StringPiece sp(abcd, -1);
209 errln("StringPiece(abcd, -1) failed");
211 sp=StringPiece(abcd, 5);
213 errln("StringPiece(abcd, 5) failed");
215 sp=StringPiece(abcd, 2)
    [all...]
  /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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 226 StringPiece abcd(abcdefg_chars, 4);
227 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) {
239 StringPiece sp(abcd, -1);
241 errln("StringPiece(abcd, -1) failed");
243 sp=StringPiece(abcd, 5);
245 errln("StringPiece(abcd, 5) failed");
247 sp=StringPiece(abcd, 2)
    [all...]
  /external/clang/test/Sema/
block-literal.c 65 myfunc(^(int abcd) {
  /external/chromium_org/v8/test/webkit/fast/js/kde/
operators.js 359 shouldBe("'abc' < 'abcd'", "true");
361 shouldBe("'abcd' < 'abcd'", "false");
365 shouldBe("nonSpeculativeLess('abc', 'abcd')", "true");
367 shouldBe("nonSpeculativeLess('abcd', 'abcd')", "false");
373 shouldBe("'abcd' <= 'abc'", "false");
374 shouldBe("'abc' <= 'abcd'", "true");
379 shouldBe("nonSpeculativeLessEq('abcd', 'abc')", "false");
380 shouldBe("nonSpeculativeLessEq('abc', 'abcd')", "true")
    [all...]
RegExp.js 62 shouldBe("/(b)c/.exec('abcd').toString()", "\"bc,b\"");
63 shouldBe("/(b)c/.exec('abcd').length", "2");
64 shouldBe("/(b)c/.exec('abcd').index", "1");
65 shouldBe("/(b)c/.exec('abcd').input", "'abcd'");
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 234 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]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
string-endswith.js 114 assertTrue("abcd".endsWith("bcd"));
116 assertFalse("abc".endsWith("abcd"));
159 assertEquals("abc".endsWith("abcd"), false);
170 assertEquals("abc".endsWith("abcd", NaN), false);
181 assertEquals("abc".endsWith("abcd", false), false);
192 assertEquals("abc".endsWith("abcd", undefined), false);
203 assertEquals("abc".endsWith("abcd", null), false);
214 assertEquals("abc".endsWith("abcd", -Infinity), false);
225 assertEquals("abc".endsWith("abcd", -1), false);
236 assertEquals("abc".endsWith("abcd", -0), false)
    [all...]
string-startswith.js 113 assertTrue("abcd".startsWith("abc"));
115 assertFalse("abc".startsWith("abcd"));
158 assertEquals("abc".startsWith("abcd"), false);
169 assertEquals("abc".startsWith("abcd", NaN), false);
180 assertEquals("abc".startsWith("abcd", false), false);
191 assertEquals("abc".startsWith("abcd", undefined), false);
202 assertEquals("abc".startsWith("abcd", null), false);
213 assertEquals("abc".startsWith("abcd", -Infinity), false);
224 assertEquals("abc".startsWith("abcd", -1), false);
235 assertEquals("abc".startsWith("abcd", -0), false)
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-armv8.pl 306 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2));
319 ld1.32 {$ABCD,$EFGH},[$ctx]
330 orr $ABCD_SAVE,$ABCD,$ABCD // offload
338 orr $abcd,$ABCD,$ABCD
339 sha256h $ABCD,$EFGH,$W0
340 sha256h2 $EFGH,$abcd,$W
    [all...]
sha256-armv4.pl 542 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2));
553 vld1.32 {$ABCD,$EFGH},[$ctx]
564 vmov $ABCD_SAVE,$ABCD @ offload
573 vmov $abcd,$ABCD
574 sha256h $ABCD,$EFGH,$W0
575 sha256h2 $EFGH,$abcd,$W0
583 vmov $abcd,$ABCD
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicSubDivide.cpp 63 double abcd = interp(abc, bcd, t); local
64 return abcd;
117 double abcd = interp(abc, bcd, t); local
122 dst[6] = abcd;
  /external/skia/experimental/Intersection/
CubicSubDivide.cpp 63 double abcd = interp(abc, bcd, t); local
64 return abcd;
117 double abcd = interp(abc, bcd, t); local
122 dst[6] = abcd;
  /ndk/tests/build/merge-string-literals/
build.sh 53 NUM_ABCD=`$OBJDUMP -s -j.rodata $SO | grep abcd | wc -l | tr -d ' '`
55 echo "ERROR: abcd should appear exactly twice!"
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 211 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)\[([^\]]+)\]$/)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 227 >>> s.set_seqs("abcd", "bcde")
240 >>> s = SequenceMatcher(None, "abcd", "bcde")
266 >>> s = SequenceMatcher(None, "abcd", "bcde")
269 >>> s.set_seq2("abcd")
367 >>> s = SequenceMatcher(None, " abcd", "abcd abcd")
379 junk. That prevents " abcd" from matching the " abcd" at the tail
380 end of the second sequence directly. Instead only the "abcd" ca
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 227 >>> s.set_seqs("abcd", "bcde")
240 >>> s = SequenceMatcher(None, "abcd", "bcde")
266 >>> s = SequenceMatcher(None, "abcd", "bcde")
269 >>> s.set_seq2("abcd")
367 >>> s = SequenceMatcher(None, " abcd", "abcd abcd")
379 junk. That prevents " abcd" from matching the " abcd" at the tail
380 end of the second sequence directly. Instead only the "abcd" ca
    [all...]
  /external/chromium_org/v8/test/mjsunit/
regexp-capture-3.js 29 "abcd".replace(re, function() { });
30 assertEquals("abcd", RegExp.input);
58 "abcd".replace(re, function() { });
59 assertEquals("abcd", RegExp.input);
  /external/chromium_org/v8/test/webkit/
regexp-norepeat.js 29 var str = "abcd";

Completed in 1133 milliseconds

1 2 3