/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 72 #define COMPARE(ASM, EXP) \ macro 164 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!"); in TEST() 165 COMPARE(dci(0x910003fd), "mov x29, sp"); in TEST() 166 COMPARE(dci(0x9100e3a0), "add x0, x29, #0x38 (56)"); in TEST() 167 COMPARE(dci(0xb900001f), "str wzr, [x0]"); in TEST() 168 COMPARE(dci(0x528000e1), "mov w1, #0x7"); in TEST() 169 COMPARE(dci(0xb9001c01), "str w1, [x0, #28]"); in TEST() 170 COMPARE(dci(0x390043a0), "strb w0, [x29, #16]"); in TEST() 171 COMPARE(dci(0x790027a0), "strh w0, [x29, #18]"); in TEST() 172 COMPARE(dci(0xb9400400), "ldr w0, [x0, #4]"); in TEST() [all …]
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stringpiece_unittest.cc | 146 #define COMPARE(result, op, x, y) \ in TEST() macro 150 COMPARE(true, ==, "", ""); in TEST() 151 COMPARE(true, ==, "", NULL); in TEST() 152 COMPARE(true, ==, NULL, ""); in TEST() 153 COMPARE(true, ==, "a", "a"); in TEST() 154 COMPARE(true, ==, "aa", "aa"); in TEST() 155 COMPARE(false, ==, "a", ""); in TEST() 156 COMPARE(false, ==, "", "a"); in TEST() 157 COMPARE(false, ==, "a", "b"); in TEST() 158 COMPARE(false, ==, "a", "aa"); in TEST() [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_cast_main.cpp | 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ macro 99 COMPARE(cast, FromType, bool, Val, FromTypeString); in testValue() 100 COMPARE(cast, FromType, uint8_t, Val, FromTypeString); in testValue() 101 COMPARE(cast, FromType, myint8_t, Val, FromTypeString); in testValue() 102 COMPARE(cast, FromType, uint16_t, Val, FromTypeString); in testValue() 103 COMPARE(cast, FromType, int16_t, Val, FromTypeString); in testValue() 104 COMPARE(cast, FromType, uint32_t, Val, FromTypeString); in testValue() 105 COMPARE(cast, FromType, int32_t, Val, FromTypeString); in testValue() 106 COMPARE(cast, FromType, uint64, Val, FromTypeString); in testValue() 107 COMPARE(cast, FromType, int64, Val, FromTypeString); in testValue() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_add_grad_op.cc | 88 #define COMPARE(a_or_b, idx) \ in Compute() macro 109 COMPARE(a, i); in Compute() 110 COMPARE(b, j); in Compute() 119 COMPARE(a, i); in Compute() 124 COMPARE(b, j); in Compute() 127 #undef COMPARE in Compute()
|
/external/curl/docs/examples/ |
D | htmltitle.cpp | 45 #define COMPARE(a, b) (!_stricmp((a), (b))) macro 47 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro 141 if(COMPARE((char *)name, "TITLE")) { in StartElement() 157 if(COMPARE((char *)name, "TITLE")) in EndElement()
|
/external/elfutils/lib/ |
D | fixedsizehash.h | 149 && COMPARE (data, ENTRYP (htab->table[idx])) == 0) in CONCAT() 163 && COMPARE (data, ENTRYP(htab->table[idx])) == 0) in CONCAT() 267 #undef COMPARE
|
D | dynamicsizehash.c | 58 && COMPARE (htab->table[idx].data, val) == 0) in lookup() 73 && COMPARE (htab->table[idx].data, val) == 0) in lookup()
|
D | dynamicsizehash.h | 124 # undef COMPARE
|
/external/elfutils/libdw/ |
D | dwarf_abbrev_hash.h | 35 #define COMPARE(a, b) (0) macro
|
D | dwarf_sig8_hash.h | 34 #define COMPARE(a, b) (0) macro
|
/external/elfutils/libasm/ |
D | symbolhash.h | 36 #define COMPARE(a, b) \ macro
|
D | symbolhash.c | 44 #define COMPARE(a, b) \ macro
|
D | ChangeLog | 58 * symbolhash.c (COMPARE): Likewise. 59 * symbolhash.h (COMPARE): Likewise.
|
/external/ImageMagick/ |
D | Make.com | 181 $if ((p1 .nes. "") .and. (p1 .nes. "COMPARE")) then goto SkipCompare 190 $write sys$output "..symbol COMPARE defined."
|
D | common.shi.in | 10 COMPARE="@abs_top_builddir@/utilities/magick compare"
|
/external/libcxx/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
|
/external/libcxxabi/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
|
/external/compiler-rt/test/scudo/ |
D | CMakeLists.txt | 18 STRING(COMPARE EQUAL "sse4_2" "${SSE_THERE}" SSE42_TRUE)
|
/external/libcxx/utils/google-benchmark/cmake/ |
D | GetGitVersion.cmake | 44 string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)
|
/external/google-benchmark/cmake/ |
D | GetGitVersion.cmake | 44 string(COMPARE NOTEQUAL "${GIT_DIFF_INDEX}" "" GIT_DIRTY)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 27 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using
|
/external/kernel-headers/original/scsi/ |
D | scsi_proto.h | 64 #define COMPARE 0x39 macro
|
/external/kernel-headers/modified/scsi/ |
D | scsi_proto.h | 64 #define COMPARE 0x39 macro
|
/external/libaom/libaom/build/cmake/ |
D | generate_exports.cmake | 52 string(COMPARE EQUAL "${export_type}" "data" is_data)
|
/external/elfutils/libelf/ |
D | nlist.c | 51 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro
|