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

1 2 3 4 5 6 7

  /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...]
  /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 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.*
  /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},
  /prebuilts/go/darwin-x86/src/net/
ip_test.go 229 {"abcd:2345::/127", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe"))}, nil},
230 {"abcd:2345::/65", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:8000::"))}, nil},
231 {"abcd:2345::/64", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff::"))}, nil},
232 {"abcd:2345::/63", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff: (…)
    [all...]
  /prebuilts/go/linux-x86/src/net/
ip_test.go 229 {"abcd:2345::/127", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:ffff:ffff:ffff:fffe"))}, nil},
230 {"abcd:2345::/65", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff:8000::"))}, nil},
231 {"abcd:2345::/64", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff:ffff:ffff:ffff::"))}, nil},
232 {"abcd:2345::/63", ParseIP("abcd:2345::"), &IPNet{IP: ParseIP("abcd:2345::"), Mask: IPMask(ParseIP("ffff: (…)
    [all...]
  /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...]

Completed in 954 milliseconds

1 2 3 4 5 6 7