/external/valgrind/main/none/tests/s390x/ |
D | or.h | 6 #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 …]
|
D | xor.h | 6 #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 …]
|
D | and.h | 6 #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 …]
|
D | add.h | 6 #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 …]
|
D | insert.h | 6 #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
|
D | sub.h | 6 #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/ |
D | regress-crbug-3867.js | 55 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/ |
D | mms-bitfields.c | 10 struct s2 { struct 13 } s2; variable
|
D | ms_struct.c | 11 struct s2 { struct 14 } ATTR s2; argument
|
/external/v8/test/mjsunit/ |
D | debug-liveedit-diff.js | 33 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/ |
D | stringutils.h | 95 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/ |
D | TestIntervalSet.java | 70 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/ |
D | test-amd64-shift.h | 11 #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()
|
D | test-i386-shift.h | 10 #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/ |
D | error-limit.c | 8 struct s2{}; struct 9 struct s2{}; struct
|
/external/clang/test/Sema/ |
D | arm-layout.c | 20 struct s2 { struct 26 check(s2_size, sizeof(struct s2) == 8); argument
|
D | pragma-pack-5.c | 22 struct s2 { struct 28 extern int check[sizeof(struct s2) == 6 ? 1 : -1]; argument
|
D | pragma-pack-and-options-align.c | 28 struct s2 { struct 32 extern int a[sizeof(struct s2) == 5 ? 1 : -1]; argument
|
D | pragma-align-packed.c | 18 struct s2 { struct 22 extern int a[sizeof(struct s2) == 5 ? 1 : -1]; argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | StringExtras.cpp | 34 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/ |
D | struct-recursion.c | 7 struct s2 { struct s1 *B; }; struct
|
/external/chromium/base/ |
D | string_util_win.h | 24 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/ |
D | string16.cc | 42 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/ |
D | data_log_helpers_unittest.cc | 23 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/ |
D | XNodeSet.java | 509 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()
|