Searched refs:MACRO (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
H A D | 0001-Use-relative-install-paths-for-CMake.patch | 26 @@ -258,13 +258,6 @@ MACRO( SET_ENVIRONMENT ) # setup the environment vars 39 MACRO( SET_SONAME ) 40 @@ -359,7 +352,7 @@ MACRO( SET_AUTODOCS ) # looks for doxygen, dot and latex and setup autodocs acc 49 @@ -379,7 +372,7 @@ MACRO( SET_AUTODOCS ) # looks for doxygen, dot and latex and setup autodocs acc 58 @@ -638,32 +631,32 @@ MACRO( SET_INSTALL_TARGET ) 96 @@ -724,9 +717,9 @@ MACRO( PROCESS_SOURCES ) 109 @@ -746,9 +739,9 @@ MACRO( PROCESS_SOURCES ) 122 @@ -776,7 +769,7 @@ MACRO( PROCESS_EXAMPLES )
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_macro_scan.l | 133 if (mmlval.sym->type != MACRO) {
|
H A D | aicasm_macro_gram.y | 131 if (macro_symbol == NULL || macro_symbol->type != MACRO) {
|
H A D | aicasm_scan.l | 404 if (yylval.sym->type == MACRO) { 437 if (yylval.sym->type == MACRO) {
|
H A D | aicasm_symbol.h | 61 MACRO enumerator
|
H A D | aicasm_gram.y | 771 cur_symbol->type = MACRO; 1553 case MACRO: in initialize_symbol() 1579 if (cur_symbol == NULL || cur_symbol->type != MACRO) { in add_macro_arg() 1610 if (cur_symbol == NULL || cur_symbol->type != MACRO) { in add_macro_body()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/ |
H A D | 0002-flex-Remove-line-directives.patch | 20 @@ -32,11 +32,19 @@ MACRO(ADD_LEX_FILES _source _generated)
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat-isku.c | 204 ISKU_BIN_ATTR_RW(macro, MACRO);
|
H A D | hid-roccat-koneplus.c | 177 KONEPLUS_BIN_ATTRIBUTE_W(macro, MACRO);
|
/openbmc/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 665 MACRO SPECIFIES
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 857 # GHASH_MUL MACRO to implement: Data*HashKey mod (128,127,126,121,0) 1839 # GHASH_MUL MACRO to implement: Data*HashKey mod (128,127,126,121,0)
|