/external/elfutils/src/ |
D | versionhash.c | 30 #define COMPARE(a, b) strcmp ((a)->id, (b)->id) macro
|
D | symbolhash.c | 31 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
|
D | symbolhash.h | 25 #define COMPARE(a, b) strcmp ((a)->name, (b)->name) macro
|
D | sectionhash.c | 71 #define COMPARE(a, b) scnhead_compare (a, b) macro
|
/external/elfutils/libdw/ |
D | dwarf_sig8_hash.h | 34 #define COMPARE(a, b) (0) macro
|
D | dwarf_abbrev_hash.h | 35 #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
|
/external/v8/test/cctest/ |
D | test-disasm-ppc.cc | 78 #define COMPARE(asm_, compare_string) \ macro
|
D | test-disasm-arm.cc | 78 #define COMPARE(asm_, compare_string) \ macro
|
D | test-disasm-mips.cc | 84 #define COMPARE(asm_, compare_string) \ macro
|
D | test-disasm-mips64.cc | 84 #define COMPARE(asm_, compare_string) \ macro
|
D | test-disasm-arm64.cc | 73 #define COMPARE(ASM, EXP) \ macro
|
/external/curl/docs/examples/ |
D | htmltitle.cpp | 43 #define COMPARE(a, b) (!stricmp((a), (b))) macro 45 #define COMPARE(a, b) (!strcasecmp((a), (b))) macro
|
/external/valgrind/none/tests/s390x/ |
D | dfp-3.c | 27 #define COMPARE(insn, v1, v2, type) \ macro
|
/external/elfutils/libelf/ |
D | nlist.c | 51 #define COMPARE(p1, p2) strcmp ((p1)->str, (p2)->str) macro
|
/external/mesa3d/src/mesa/swrast/ |
D | s_depth.c | 40 #define Z_TEST(COMPARE) \ argument
|
/external/kernel-headers/original/scsi/ |
D | scsi.h | 101 #define COMPARE 0x39 macro
|
/external/kernel-headers/modified/scsi/ |
D | scsi.h | 104 #define COMPARE 0x39 macro
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 61 #define COMPARE(ASM, EXP) \ macro
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 198 #define COMPARE 0x01 /* Compare operators */ macro
|