Home
last modified time | relevance | path

Searched refs:func_name (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/pc-bios/vof/
H A Dentry.S5 #define ENTRY(func_name) \ argument
8 .globl .func_name; \
9 .func_name: \
10 .globl func_name; \
11 func_name:
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py130 func_name = sys._getframe().f_code.co_name
132 if func_name[1:] == caller_func_name:
137 func_name = sys._getframe(stack_frame_ix).f_code.co_name
139 return func_name
324 for func_name, function in all_functions:
325 if func_name == real_called_func_name:
333 for func_name, function in all_functions:
334 if func_name == real_called_func_name:
338 aliases.add(func_name)
1241 func_name = sys._getframe().f_code.co_name
[all …]
H A Dfunc_timer.py55 func_name = self.__func.__name__
57 func_name = ""
58 buffer += gp.sprint_var(func_name, indent=indent)
H A Dgen_robot_valid.py257 for func_name in func_names:
259 func_name
261 + func_name
H A Dgen_valid.py757 for func_name in func_names:
758 cmd_buf = "raw_doc_strings['" + func_name + "'] = " + func_name
761 cmd_buf = func_name + ".__doc__ = docstring_header + " + func_name
/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py142 def snake_to_camel(func_name: str) -> str:
147 words = func_name.split('_')
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py173 def __init__(self, filename, lineno, func_name, body, python, fakeroot): argument
175 self.func_name = func_name
182 funcname = self.func_name
183 if self.func_name == "__anonymous":
402 def handleMethod(statements, filename, lineno, func_name, body, python, fakeroot): argument
403 statements.append(MethodNode(filename, lineno, func_name, body, python, fakeroot))
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch17347 +#define STRING_OPTION(var_name, func_name, default_value) do { \
17349 + int var = av_ ## func_name ## _from_name(priv->var_name ## _string); \