/external/llvm-project/libunwind/src/ |
D | assembly.h | 19 #define SEPARATOR ; macro 29 #define SEPARATOR %% macro 31 #define SEPARATOR ; macro 35 #define PPC64_OPD1 .section .opd,"aw",@progbits SEPARATOR 36 #define PPC64_OPD2 SEPARATOR \ 37 .p2align 3 SEPARATOR \ 38 .quad .Lfunc_begin0 SEPARATOR \ 39 .quad .TOC.@tocbase SEPARATOR \ 40 .quad 0 SEPARATOR \ 41 .text SEPARATOR \ [all …]
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | assembly.h | 18 #define SEPARATOR @ macro 20 #define SEPARATOR ; macro 58 .def name SEPARATOR \ 59 .scl 2 SEPARATOR \ 60 .type 32 SEPARATOR \ 70 .text SEPARATOR \ 71 .balign 16 SEPARATOR 95 .pushsection .note.gnu.property, "a" SEPARATOR \ 96 .p2align 3 SEPARATOR \ 97 .word 4 SEPARATOR \ [all …]
|
/external/brotli/c/include/brotli/ |
D | decode.h | 63 #define BROTLI_DECODER_ERROR_CODES_LIST(BROTLI_ERROR_CODE, SEPARATOR) \ argument 64 BROTLI_ERROR_CODE(_, NO_ERROR, 0) SEPARATOR \ 66 BROTLI_ERROR_CODE(_, SUCCESS, 1) SEPARATOR \ 67 BROTLI_ERROR_CODE(_, NEEDS_MORE_INPUT, 2) SEPARATOR \ 68 BROTLI_ERROR_CODE(_, NEEDS_MORE_OUTPUT, 3) SEPARATOR \ 71 BROTLI_ERROR_CODE(_ERROR_FORMAT_, EXUBERANT_NIBBLE, -1) SEPARATOR \ 72 BROTLI_ERROR_CODE(_ERROR_FORMAT_, RESERVED, -2) SEPARATOR \ 73 BROTLI_ERROR_CODE(_ERROR_FORMAT_, EXUBERANT_META_NIBBLE, -3) SEPARATOR \ 74 BROTLI_ERROR_CODE(_ERROR_FORMAT_, SIMPLE_HUFFMAN_ALPHABET, -4) SEPARATOR \ 75 BROTLI_ERROR_CODE(_ERROR_FORMAT_, SIMPLE_HUFFMAN_SAME, -5) SEPARATOR \ [all …]
|
/external/compiler-rt/lib/builtins/ |
D | assembly.h | 20 #define SEPARATOR @ macro 22 #define SEPARATOR ; macro 59 .def name SEPARATOR \ 60 .scl 2 SEPARATOR \ 61 .type 32 SEPARATOR \ 116 HIDDEN(SYMBOL_NAME(name)) SEPARATOR 122 FILE_LEVEL_DIRECTIVE SEPARATOR \ 123 .globl SYMBOL_NAME(name) SEPARATOR \ 124 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \ 129 FILE_LEVEL_DIRECTIVE SEPARATOR \ [all …]
|
/external/llvm-project/compiler-rt/lib/builtins/arm/ |
D | aeabi_dcmp.S | 22 vmov d0, r0, r1 SEPARATOR \ 29 .syntax unified SEPARATOR \ 30 .p2align 2 SEPARATOR \ 32 push { r4, lr } SEPARATOR \ 33 CONVERT_DCMP_ARGS_TO_DF2_ARGS SEPARATOR \ 34 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \ 35 cmp r0, #0 SEPARATOR \ 36 b ## cond 1f SEPARATOR \ 37 movs r0, #0 SEPARATOR \ 38 pop { r4, pc } SEPARATOR \ [all …]
|
D | aeabi_fcmp.S | 22 vmov s0, r0 SEPARATOR \ 29 .syntax unified SEPARATOR \ 30 .p2align 2 SEPARATOR \ 32 push { r4, lr } SEPARATOR \ 33 CONVERT_FCMP_ARGS_TO_SF2_ARGS SEPARATOR \ 34 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \ 35 cmp r0, #0 SEPARATOR \ 36 b ## cond 1f SEPARATOR \ 37 movs r0, #0 SEPARATOR \ 38 pop { r4, pc } SEPARATOR \ [all …]
|
/external/compiler-rt/lib/builtins/arm/ |
D | aeabi_dcmp.S | 22 .syntax unified SEPARATOR \ 23 .p2align 2 SEPARATOR \ 25 push { r4, lr } SEPARATOR \ 26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \ 27 cmp r0, #0 SEPARATOR \ 28 b ## cond 1f SEPARATOR \ 29 mov r0, #0 SEPARATOR \ 30 pop { r4, pc } SEPARATOR \ 31 1: SEPARATOR \ 32 mov r0, #1 SEPARATOR \ [all …]
|
D | aeabi_fcmp.S | 22 .syntax unified SEPARATOR \ 23 .p2align 2 SEPARATOR \ 25 push { r4, lr } SEPARATOR \ 26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \ 27 cmp r0, #0 SEPARATOR \ 28 b ## cond 1f SEPARATOR \ 29 mov r0, #0 SEPARATOR \ 30 pop { r4, pc } SEPARATOR \ 31 1: SEPARATOR \ 32 mov r0, #1 SEPARATOR \ [all …]
|
/external/skqp/tests/ |
D | OSPathTest.cpp | 25 SkASSERT(!filename.contains(SkOSPath::SEPARATOR)); in test_dir_with_file() 35 if (!dir.endsWith(SkOSPath::SEPARATOR) && !dir.isEmpty()) { in test_dir_with_file() 49 while (strippedDir.size() > 2 && strippedDir[strippedDir.size() - 1] == SkOSPath::SEPARATOR) { in test_dir_with_file() 58 REPORTER_ASSERT(reporter, !basename.contains(SkOSPath::SEPARATOR)); in test_dir_with_file() 71 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST() 85 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST() 94 dir.printf("%c", SkOSPath::SEPARATOR); in DEF_TEST()
|
/external/skia/tests/ |
D | OSPathTest.cpp | 25 SkASSERT(!filename.contains(SkOSPath::SEPARATOR)); in test_dir_with_file() 35 if (!dir.endsWith(SkOSPath::SEPARATOR) && !dir.isEmpty()) { in test_dir_with_file() 49 while (strippedDir.size() > 2 && strippedDir[strippedDir.size() - 1] == SkOSPath::SEPARATOR) { in test_dir_with_file() 58 REPORTER_ASSERT(reporter, !basename.contains(SkOSPath::SEPARATOR)); in test_dir_with_file() 71 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST() 85 dir.appendUnichar(SkOSPath::SEPARATOR); in DEF_TEST() 94 dir.printf("%c", SkOSPath::SEPARATOR); in DEF_TEST()
|
/external/skqp/src/utils/ |
D | SkOSPath.cpp | 12 if (!result.endsWith(SEPARATOR) && !result.isEmpty()) { in Join() 13 result.appendUnichar(SEPARATOR); in Join() 23 const char* filename = strrchr(fullPath, SEPARATOR); in Basename() 36 const char* end = strrchr(fullPath, SEPARATOR); in Dirname() 41 SkASSERT(fullPath[0] == SEPARATOR); in Dirname()
|
/external/skia/src/utils/ |
D | SkOSPath.cpp | 12 if (!result.endsWith(SEPARATOR) && !result.isEmpty()) { in Join() 13 result.appendUnichar(SEPARATOR); in Join() 23 const char* filename = strrchr(fullPath, SEPARATOR); in Basename() 36 const char* end = strrchr(fullPath, SEPARATOR); in Dirname() 41 SkASSERT(fullPath[0] == SEPARATOR); in Dirname()
|
/external/rust/crates/libz-sys/src/zlib-ng/tools/ |
D | maketrees.c | 97 # define SEPARATOR(i, last, width) \ macro 111 … printf("{{%3u},{%u}}%s", static_ltree[i].Code, static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 116 … printf("{{%2u},{%u}}%s", static_dtree[i].Code, static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 121 printf("%2u%s", dist_code[i], SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 126 printf("%2u%s", length_code[i], SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 131 printf("%d%s", base_length[i], SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 136 printf("%5d%s", base_dist[i], SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|
/external/speex/m4/ |
D | ltsugar.m4 | 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/ImageMagick/m4/ |
D | ltsugar.m4 | 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | ltsugar.m4 | 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/llvm-project/polly/lib/External/ppcg/m4/ |
D | ltsugar.m4 | 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/libexif/auto-m4/ |
D | ltsugar.m4 | 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/libpng/scripts/ |
D | ltsugar.m4 | 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/lmfit/m4/ |
D | ltsugar.m4 | 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/expat/m4/ |
D | ltsugar.m4 | 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/libnfnetlink/m4/ |
D | ltsugar.m4 | 45 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 47 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 50 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 116 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/libevent/m4/ |
D | ltsugar.m4 | 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/curl/m4/ |
D | ltsugar.m4 | 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
/external/pcre/dist2/m4/ |
D | ltsugar.m4 | 46 # lt_append(MACRO-NAME, STRING, [SEPARATOR]) 48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|