HomeSort by relevance Sort by last modified time
    Searched refs:abcd (Results 1 - 25 of 57) 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 ,
macros-darwin-vararg.s 67 .macro abcd arg0=%eax, arg1:vararg=%ebx
76 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/clang/test/Sema/
block-literal.c 65 myfunc(^(int abcd) {
  /external/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/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/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/boringssl/src/crypto/sha/asm/
sha512-armv8.pl 328 my ($ABCD,$EFGH,$abcd)=map("v$_.16b",(0..2));
341 ld1.32 {$ABCD,$EFGH},[$ctx]
352 orr $ABCD_SAVE,$ABCD,$ABCD // offload
360 orr $abcd,$ABCD,$ABCD
361 sha256h $ABCD,$EFGH,$W0
362 sha256h2 $EFGH,$abcd,$W
    [all...]
sha256-armv4.pl 594 my ($ABCD,$EFGH,$abcd)=map("q$_",(0..2));
612 vld1.32 {$ABCD,$EFGH},[$ctx]
631 vmov $ABCD_SAVE,$ABCD @ offload
640 vmov $abcd,$ABCD
641 sha256h $ABCD,$EFGH,$W0
642 sha256h2 $EFGH,$abcd,$W0
650 vmov $abcd,$ABCD
    [all...]
  /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/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)\[([^\]]+)\]$/)
  /external/valgrind/none/tests/
unit_debuglog.stderr.exp 110 |%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
  /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/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);
regexp-static.js 122 assertEquals('abcd', 'abcd'.replace(re, f));
  /external/v8/test/webkit/
regexp-norepeat.js 29 var str = "abcd";
  /external/v8/test/mjsunit/regress/
consolidated-holey-load.js 35 var b = ["abcd", 0]; // Fast elements.

Completed in 1119 milliseconds

1 2 3