Home
last modified time | relevance | path

Searched refs:function_name (Results 1 – 20 of 20) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch26 .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 Dwhpx-internal.h92 #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 Dwhpx-all.c2421 #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 Dtriehash172 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 DtopN_perf.py140 function_name = function_data[-1] variable
144 function_name,
H A DtopN_callgrind.py131 function_source_file, function_name = function_data[1].split(':') variable
135 function_name,
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Devent.hpp.mako8 source_file(source.file_name()), source_func(source.function_name()),
20 source_file(source.file_name()), source_func(source.function_name()),
H A Devent.cpp.mako74 source_func = s.function_name();
/openbmc/phosphor-logging/lib/
H A Dlg2_logger.cpp196 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 D0001-configure-Add-correct-system-headers-and-prototypes-.patch25 # add NO_'function_name' to flags if missing
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp57 BMCWEB_LOG_ERROR("{} failed, error {}", src.function_name(), ec); in checkErrors()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlogger.cpp63 i_location.file_name(), i_location.function_name(), in logMessage()
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Specify-correct-function-signatures-and-de.patch23 # add NO_'function_name' to flags if missing
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py262 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 Dffdc_collector.py89 def execute_python_function(module_name, function_name, *args, **kwargs): argument
115 func = getattr(module, function_name)
/openbmc/bmcweb/scripts/
H A Dparse_registries.py331 function_name = entry_id[0].lower() + entry_id[1:]
/openbmc/qemu/scripts/
H A Dcheckpatch.pl3142 my $function_name = $1;
3150 $function_name ne 'uninitialized_var')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch393 const char * function_name;
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl6011 my $function_name = $1;
6019 $function_name ne 'uninitialized_var')
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp1253 location.function_name()); in internalError()