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

1 2 3 4 5

  /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/skia/src/core/
SkOpts.cpp 39 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); }
40 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); }
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[4])
118 uint32_t abcd[] = {0,0,0,0}; local
    [all...]
  /build/kati/testcase/
implicit_pattern_rule_prefix.mk 3 test: abcd
5 abcd:
  /external/v8/test/mjsunit/regress/
regress-crbug-467047.js 9 "abcd".replace(re, function() { });
10 assertEquals("abcd", RegExp.input);
  /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/icu/icu4c/source/test/intltest/
strtest.cpp 196 StringPiece abcd(abcdefg_chars, 4);
197 if(abcd.empty() || abcd.data()!=abcdefg_chars || abcd.length()!=4 || abcd.size()!=4) {
209 StringPiece sp(abcd, -1);
211 errln("StringPiece(abcd, -1) failed");
213 sp=StringPiece(abcd, 5);
215 errln("StringPiece(abcd, 5) failed");
217 sp=StringPiece(abcd, 2)
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
requireprovidesorter_test.py 38 'goog.provide(\'package.abcd\');'
43 'goog.provide(\'package.abcd\');',
59 'goog.require(\'package.abcd\');'
64 'goog.require(\'package.abcd\');',
  /external/clang/test/Sema/
block-literal.c 65 myfunc(^(int abcd) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.d 80 2d: abcd.*
consfar.d 82 2d: 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...]
  /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/es6/
string-endswith.js 112 assertTrue("abcd".endsWith("bcd"));
114 assertFalse("abc".endsWith("abcd"));
157 assertEquals("abc".endsWith("abcd"), false);
168 assertEquals("abc".endsWith("abcd", NaN), false);
179 assertEquals("abc".endsWith("abcd", false), false);
190 assertEquals("abc".endsWith("abcd", undefined), false);
201 assertEquals("abc".endsWith("abcd", null), false);
212 assertEquals("abc".endsWith("abcd", -Infinity), false);
223 assertEquals("abc".endsWith("abcd", -1), false);
234 assertEquals("abc".endsWith("abcd", -0), false)
    [all...]
string-startswith.js 111 assertTrue("abcd".startsWith("abc"));
113 assertFalse("abc".startsWith("abcd"));
156 assertEquals("abc".startsWith("abcd"), false);
167 assertEquals("abc".startsWith("abcd", NaN), false);
178 assertEquals("abc".startsWith("abcd", false), false);
189 assertEquals("abc".startsWith("abcd", undefined), false);
200 assertEquals("abc".startsWith("abcd", null), false);
211 assertEquals("abc".startsWith("abcd", -Infinity), false);
222 assertEquals("abc".startsWith("abcd", -1), false);
233 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...]
  /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/skia/experimental/docs/
interpolatorFunctions.js 12 var abcd = interp(abc, bcd, t);
13 return abcd;
  /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/gdb/darwin-x86/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...]

Completed in 1869 milliseconds

1 2 3 4 5