Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/external/valgrind/main/none/tests/s390x/
Dor.h6 #define OR_REG_MEM(insn, s1, s2) \ argument
19 #define OR_REG_REG(insn, s1, s2) \ argument
32 #define OR_REG_IMM(insn, s1, s2) \ argument
46 #define OR_MEM_IMM(insn, s1, s2) \ argument
60 #define memsweep(i, s2) \ argument
76 #define regsweep(i, s2) \ argument
92 #define immsweep(i, s2) \ argument
108 #define memimmsweep(i, s2) \ argument
124 #define OR_OY(s1, s2) \ argument
152 #define oysweep(s2) \ argument
[all …]
Dxor.h6 #define XOR_REG_MEM(insn, s1, s2) \ argument
19 #define XOR_REG_REG(insn, s1, s2) \ argument
32 #define XOR_REG_IMM(insn, s1, s2) \ argument
46 #define XOR_MEM_IMM(insn, s1, s2) \ argument
60 #define memsweep(i, s2) \ argument
76 #define regsweep(i, s2) \ argument
92 #define immsweep(i, s2) \ argument
108 #define memimmsweep(i, s2) \ argument
124 #define XOR_XY(s1, s2) \ argument
152 #define xysweep(s2) \ argument
[all …]
Dand.h6 #define AND_REG_MEM(insn, s1, s2) \ argument
19 #define AND_REG_REG(insn, s1, s2) \ argument
32 #define AND_REG_IMM(insn, s1, s2) \ argument
46 #define AND_MEM_IMM(insn, s1, s2) \ argument
60 #define memsweep(i, s2) \ argument
76 #define regsweep(i, s2) \ argument
92 #define immsweep(i, s2) \ argument
108 #define memimmsweep(i, s2) \ argument
124 #define AND_NY(s1, s2) \ argument
152 #define nysweep(s2) \ argument
[all …]
Dadd.h6 #define ADD_REG_MEM(insn, s1, s2, CARRY) \ argument
21 #define ADD_REG_REG(insn, s1, s2, CARRY) \ argument
36 #define ADD_REG_IMM(insn, s1, s2, CARRY) \ argument
51 #define ADD_MEM_IMM(insn, s1, s2, CARRY) \ argument
69 #define memsweep(i, s2, carryset) \ argument
84 #define regsweep(i, s2, carryset) \ argument
99 #define immsweep(i, s2, carryset) \ argument
114 #define memimmsweep(i, s2, carryset) \ argument
129 #define ahysweep(i, s2, carryset) \ argument
144 #define ADD_REG_LDISP(insn, s1, s2, CARRY) \ argument
[all …]
Dinsert.h6 #define INSERT_REG_MEM(insn, s1, s2) \ argument
19 #define INSERT_REG_IMM(insn, s1, s2) \ argument
34 #define memsweep(i, s2) \ argument
50 #define immsweep(i, s2) \ argument
66 #define INSERT_ICY(s1, s2) \ argument
80 #define icysweep(s2) \ argument
Dsub.h6 #define SUB_REG_MEM(insn, s1, s2, NOBORROW) \ argument
21 #define SUB_REG_REG(insn, s1, s2, NOBORROW) \ argument
36 #define SUB_REG_IMM(insn, s1, s2, NOBORROW) \ argument
52 #define memsweep(i, s2, carryset) \ argument
67 #define regsweep(i, s2, carryset) \ argument
82 #define immsweep(i, s2, carryset) \ argument
97 #define SUB_REG_LDISP(insn, s1, s2, NOBORROW) \ argument
114 #define ldispsweep(i, s2, carryset) \ argument
/external/v8/test/mjsunit/regress/
Dregress-crbug-3867.js55 assertArrayEquals(["s1", "s2", "s3"], props({s1: 0, s2: 0, s3: 0})); property
56 assertArrayEquals(["s3", "s2", "s1"], props({s3: 0, s2: 0, s1: 0})); property
57 assertArrayEquals(["s3", "s1", "s2"], props({s3: 0, s1: 0, s2: 0})); property
69 var o1 = {s1: 0, s2: 0, s3: 0} property
74 var o2 = {s3: 0, s2: 0, s1: 0} property
/external/clang/test/CodeGen/
Dmms-bitfields.c10 struct s2 { struct
13 } s2; variable
Dms_struct.c11 struct s2 { struct
14 } ATTR s2; argument
/external/v8/test/mjsunit/
Ddebug-liveedit-diff.js33 function CheckCompareOneWay(s1, s2) { argument
71 function CheckCompareOneWayPlayWithLF(s1, s2) { argument
80 function CheckCompare(s1, s2) { argument
/external/chromium/third_party/libjingle/source/talk/base/
Dstringutils.h95 inline int strcmp(const wchar_t* s1, const wchar_t* s2) { in strcmp()
98 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { in stricmp()
101 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strncmp()
104 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { in strnicmp()
132 inline int _stricmp(const char* s1, const char* s2) { in _stricmp()
135 inline int _strnicmp(const char* s1, const char* s2, size_t n) { in _strnicmp()
260 inline int asccmp(const char* s1, const char* s2) { in asccmp()
263 inline int ascicmp(const char* s1, const char* s2) { in ascicmp()
266 inline int ascncmp(const char* s1, const char* s2, size_t n) { in ascncmp()
269 inline int ascnicmp(const char* s1, const char* s2, size_t n) { in ascnicmp()
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestIntervalSet.java70 IntervalSet s2 = IntervalSet.of(13,15); in testSimpleAnd() local
78 IntervalSet s2 = IntervalSet.of('d'); in testRangeAndIsolatedElement() local
86 IntervalSet s2 = IntervalSet.of('0','9'); in testEmptyIntersection() local
94 IntervalSet s2 = IntervalSet.of('d'); in testEmptyIntersectionSingleElements() local
150 IntervalSet s2 = IntervalSet.of(12,15); in testSubtractOfCompletelyContainedRange() local
158 IntervalSet s2 = IntervalSet.of(5,11); in testSubtractOfOverlappingRangeFromLeft() local
171 IntervalSet s2 = IntervalSet.of(15,25); in testSubtractOfOverlappingRangeFromRight() local
184 IntervalSet s2 = IntervalSet.of(1,25); in testSubtractOfCompletelyCoveredRange() local
194 IntervalSet s2 = IntervalSet.of(5,55); // covers one and touches 2nd range in testSubtractOfRangeSpanningMultipleRanges() local
211 IntervalSet s2 = IntervalSet.of(0,115); in testSubtractOfWackyRange() local
[all …]
/external/valgrind/main/VEX/test/
Dtest-amd64-shift.h11 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
20 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opq()
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl()
56 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw()
70 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
79 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opl()
92 void exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) in exec_opw()
122 void exec_op(int64 s2, int64 s0, int64 s1) in exec_op()
Dtest-i386-shift.h10 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
19 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
29 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl()
42 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw()
56 #define EXECSHIFT(size, res, s1, s2, flags) \ argument
65 void exec_opl(int s2, int s0, int s1, int iflags) in exec_opl()
78 void exec_opw(int s2, int s0, int s1, int iflags) in exec_opw()
108 void exec_op(int s2, int s0, int s1) in exec_op()
/external/clang/test/Misc/
Derror-limit.c8 struct s2{}; struct
9 struct s2{}; struct
/external/clang/test/Sema/
Darm-layout.c20 struct s2 { struct
26 check(s2_size, sizeof(struct s2) == 8); argument
Dpragma-pack-5.c22 struct s2 { struct
28 extern int check[sizeof(struct s2) == 6 ? 1 : -1]; argument
Dpragma-pack-and-options-align.c28 struct s2 { struct
32 extern int a[sizeof(struct s2) == 5 ? 1 : -1]; argument
Dpragma-align-packed.c18 struct s2 { struct
22 extern int a[sizeof(struct s2) == 5 ? 1 : -1]; argument
/external/webkit/Source/JavaScriptCore/wtf/
DStringExtras.cpp34 int strcasecmp(const char* s1, const char* s2) in strcasecmp()
46 int strncasecmp(const char* s1, const char* s2, size_t len) in strncasecmp()
/external/clang/test/Parser/
Dstruct-recursion.c7 struct s2 { struct s1 *B; }; struct
/external/chromium/base/
Dstring_util_win.h24 inline int strcasecmp(const char* s1, const char* s2) { in strcasecmp()
28 inline int strncasecmp(const char* s1, const char* s2, size_t count) { in strncasecmp()
32 inline int strncmp16(const char16* s1, const char16* s2, size_t count) { in strncmp16()
/external/chromium/googleurl/base/
Dstring16.cc42 int c16memcmp(const char16* s1, const char16* s2, size_t n) { in c16memcmp()
73 char16* c16memmove(char16* s1, const char16* s2, size_t n) { in c16memmove()
77 char16* c16memcpy(char16* s1, const char16* s2, size_t n) { in c16memcpy()
/external/webrtc/src/system_wrappers/source/
Ddata_log_helpers_unittest.cc23 std::string s1, s2; in TEST() local
38 std::string s1, s2; in TEST() local
54 std::string s1, s2, s3; in TEST() local
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java509 XMLString s2 = getStringFromNode(node2); in compare() local
585 XMLString s2 = obj2.xstr(); in compare() local
611 XMLString s2 = obj2.xstr(); in compare() local
743 abstract boolean compareStrings(XMLString s1, XMLString s2); in compareStrings()
772 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
808 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
844 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
880 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
916 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()
951 boolean compareStrings(XMLString s1, XMLString s2) in compareStrings()

12345678910>>...22