| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/ |
| H A D | 0001-asm-Delete-.func-.endfunc-directives.patch | 26 .macro asm_function function_name 27 .global \function_name 28 - .type \function_name,%function 29 -.func \function_name 30 + .type \function_name,%function 31 \function_name: 127 .macro asm_function function_name 128 .global \function_name 129 -.func \function_name 130 \function_name: [all …]
|
| /openbmc/qemu/target/i386/whpx/ |
| H A D | whpx-internal.h | 92 #define WHP_DEFINE_TYPE(return_type, function_name, signature) \ argument 93 typedef return_type (WINAPI *function_name ## _t) signature; 95 #define WHP_DECLARE_MEMBER(return_type, function_name, signature) \ argument 96 function_name ## _t function_name;
|
| H A D | whpx-all.c | 2421 #define WHP_LOAD_FIELD_OPTIONAL(return_type, function_name, signature) \ in load_whp_dispatch_fns() argument 2422 whp_dispatch.function_name = \ in load_whp_dispatch_fns() 2423 (function_name ## _t)GetProcAddress(hLib, #function_name); \ in load_whp_dispatch_fns() 2425 #define WHP_LOAD_FIELD(return_type, function_name, signature) \ in load_whp_dispatch_fns() argument 2426 whp_dispatch.function_name = \ in load_whp_dispatch_fns() 2427 (function_name ## _t)GetProcAddress(hLib, #function_name); \ in load_whp_dispatch_fns() 2428 if (!whp_dispatch.function_name) { \ in load_whp_dispatch_fns() 2429 error_report("Could not load function %s", #function_name); \ in load_whp_dispatch_fns()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
| H A D | triehash | 172 my $function_name = 'PerfectHash'; 197 'function-name=s' => \$function_name, 515 …print { $code } ("static enum ${enum_name} ${function_name}${local_length}(const char *string)\n"); 525 print { $header } ("#ifndef TRIE_HASH_${function_name}\n"); 526 print { $header } ("#define TRIE_HASH_${function_name}\n"); 537 …print { $header } ("${static}enum ${enum_name} ${function_name}(const char *string, size_t length)… 568 …print { $code } ("${static}enum ${enum_name} ${function_name}(const char *string, size_t length)\n… 573 print { $code } (" return ${function_name}${local_length}(string);\n"); 581 print { $header } ("#endif /* TRIE_HASH_${function_name} */\n");
|
| /openbmc/qemu/scripts/performance/ |
| H A D | topN_perf.py | 140 function_name = function_data[-1] variable 144 function_name,
|
| H A D | topN_callgrind.py | 131 function_source_file, function_name = function_data[1].split(':') variable 135 function_name,
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | event.hpp.mako | 8 source_file(source.file_name()), source_func(source.function_name()), 20 source_file(source.file_name()), source_func(source.function_name()),
|
| H A D | event.cpp.mako | 74 source_func = s.function_name();
|
| /openbmc/phosphor-logging/lib/ |
| H A D | lg2_logger.cpp | 196 stream << s.function_name(); in cerr_extra_output() 260 strings[pos_func] = "CODE_FUNC="s + s.function_name(); in do_log()
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 0001-configure-Add-correct-system-headers-and-prototypes-.patch | 25 # add NO_'function_name' to flags if missing
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_diagnostic_data.hpp | 57 BMCWEB_LOG_ERROR("{} failed, error {}", src.function_name(), ec); in checkErrors()
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | logger.cpp | 63 i_location.file_name(), i_location.function_name(), in logMessage()
|
| /openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | 0001-configure-Specify-correct-function-signatures-and-de.patch | 23 # add NO_'function_name' to flags if missing
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_print.py | 262 function_name, 294 if function_name == "<module>": 306 print_varx("function_name", function_name, indent=debug_indent + 2)
|
| /openbmc/openbmc-test-automation/ffdc/ |
| H A D | ffdc_collector.py | 89 def execute_python_function(module_name, function_name, *args, **kwargs): argument 115 func = getattr(module, function_name)
|
| /openbmc/bmcweb/scripts/ |
| H A D | parse_registries.py | 331 function_name = entry_id[0].lower() + entry_id[1:]
|
| /openbmc/qemu/scripts/ |
| H A D | checkpatch.pl | 3142 my $function_name = $1; 3150 $function_name ne 'uninitialized_var')
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
| H A D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 393 const char * function_name;
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 6011 my $function_name = $1; 6019 $function_name ne 'uninitialized_var')
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_messages.cpp | 1253 location.function_name()); in internalError()
|