Searched refs:func (Results 1 - 25 of 421) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/ArmPkg/Include/
H A DAsmMacroExport.inc23 RVCT_ASM_EXPORT $func
24 EXPORT $func
25 AREA s_$func, CODE, READONLY
26 $func
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/
H A Dtestmod.py1 def func(x): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_itertools.py20 dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
22 power< func=%(it_funcs)s trailer< '(' [any] ')' > >
30 func = results['func'][0]
32 func.value not in (u'ifilterfalse', u'izip_longest')):
40 func.parent.replace(func)
42 prefix = prefix or func.prefix
43 func.replace(Name(func
[all...]
H A Dfix_apply.py6 This converts apply(func, v, k) into (func)(*v, **k)."""
22 (not argument<NAME '=' any>) func=any ','
34 func = results["func"]
38 func = func.clone()
39 if (func.type not in (token.NAME, syms.atom) and
40 (func.type != syms.power or
41 func
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/Main/
H A Dassert.c32 @param[in] func The name of the function containing the assert
44 IN const char *func,
49 if (func == NULL)
54 failedexpr, file, func, line);
42 __assert( IN const char *file, IN const char *func, IN int line, IN const char *failedexpr ) argument
/device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/
H A Dplatform_helpers.S55 func plat_report_exception label
64 func plat_crash_console_init label
74 func plat_crash_console_putc label
83 func plat_crash_console_flush label
92 func plat_reset_handler label
102 func plat_disable_acp label
111 func bl1_plat_prepare_exit label
120 func plat_error_handler label
130 func plat_panic_handler label
140 func bl2_plat_preload_setu label
149 func plat_try_next_boot_source label
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dfuncobject.h55 #define PyFunction_GET_CODE(func) \
56 (((PyFunctionObject *)func) -> func_code)
57 #define PyFunction_GET_GLOBALS(func) \
58 (((PyFunctionObject *)func) -> func_globals)
59 #define PyFunction_GET_MODULE(func) \
60 (((PyFunctionObject *)func) -> func_module)
61 #define PyFunction_GET_DEFAULTS(func) \
62 (((PyFunctionObject *)func) -> func_defaults)
63 #define PyFunction_GET_CLOSURE(func) \
64 (((PyFunctionObject *)func)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dfuncobject.h55 #define PyFunction_GET_CODE(func) \
56 (((PyFunctionObject *)func) -> func_code)
57 #define PyFunction_GET_GLOBALS(func) \
58 (((PyFunctionObject *)func) -> func_globals)
59 #define PyFunction_GET_MODULE(func) \
60 (((PyFunctionObject *)func) -> func_module)
61 #define PyFunction_GET_DEFAULTS(func) \
62 (((PyFunctionObject *)func) -> func_defaults)
63 #define PyFunction_GET_CLOSURE(func) \
64 (((PyFunctionObject *)func)
[all...]
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
H A Di2c.h33 enum StmGpioAltFunc func; member in struct:StmI2cGpioCfg
51 #define I2C1_GPIO_SCL_PB6 { .gpioNum = GPIO_PB(6), .func = GPIO_AF_I2C1 }
52 #define I2C1_GPIO_SCL_PB8 { .gpioNum = GPIO_PB(8), .func = GPIO_AF_I2C1 }
53 #define I2C1_GPIO_SDA_PB7 { .gpioNum = GPIO_PB(7), .func = GPIO_AF_I2C1 }
54 #define I2C1_GPIO_SDA_PB9 { .gpioNum = GPIO_PB(9), .func = GPIO_AF_I2C1 }
61 #define I2C2_GPIO_SCL_PB10 { .gpioNum = GPIO_PB(10), .func = GPIO_AF_I2C2_A }
62 #define I2C2_GPIO_SDA_PB3 { .gpioNum = GPIO_PB(3), .func = GPIO_AF_I2C2_B }
63 #define I2C2_GPIO_SDA_PB9 { .gpioNum = GPIO_PB(9), .func = GPIO_AF_I2C2_B }
64 #define I2C2_GPIO_SDA_PB11 { .gpioNum = GPIO_PB(11), .func = GPIO_AF_I2C2_A }
69 #define I2C3_GPIO_SCL_PA8 { .gpioNum = GPIO_PA(8), .func
[all...]
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/aarch64/
H A Dnvg_helpers.S15 func nvg_set_request_data label
22 func nvg_set_request label
28 func nvg_get_result label
/device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/aarch32/
H A Dsemihosting_call.S11 func semihosting_call label
/device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/aarch64/
H A Dsemihosting_call.S11 func semihosting_call label
/device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch32/
H A Dplatform_helpers.S25 func plat_crash_console_init label
35 func plat_crash_console_putc label
44 func plat_crash_console_flush label
54 func plat_reset_handler label
63 func plat_disable_acp label
72 func platform_mem_init label
81 func plat_panic_handler label
91 func bl2_plat_preload_setup label
100 func plat_try_next_boot_source label
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
H A Duniphier_bl1_helpers.S12 func plat_get_my_entrypoint label
H A Duniphier_helpers.S18 func uniphier_calc_core_pos label
27 func plat_my_core_pos label
32 func platform_mem_init label
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch32/
H A Darm_helpers.S21 func plat_my_core_pos label
33 func plat_arm_calc_core_pos label
47 func plat_crash_console_init label
61 func plat_crash_console_putc label
74 func plat_crash_console_flush label
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Datexit.py22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
40 func - function to be called at exit
41 targs - optional arguments to pass to func
42 kargs - optional keyword arguments to pass to func
44 func is returned to facilitate usage as a decorator.
46 _exithandlers.append((func, targs, kargs))
47 return func
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Datexit.py22 func, targs, kargs = _exithandlers.pop()
24 func(*targs, **kargs)
37 def register(func, *targs, **kargs):
40 func - function to be called at exit
41 targs - optional arguments to pass to func
42 kargs - optional keyword arguments to pass to func
44 func is returned to facilitate usage as a decorator.
46 _exithandlers.append((func, targs, kargs))
47 return func
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dinspect_fodder2.py3 def wrapper(func):
4 return func
8 def replace(func):
53 def setfunc(func):
54 globals()["anonymous"] = func
H A Dreperf.py11 def timefunc(n, func, *args, **kw):
15 result = func(*args, **kw)
21 print func.__name__, "%.3f" % (t1-t0), "CPU seconds"
H A Dtest_copy_reg.py46 mod, func, code = 'junk1 ', ' junk2', 0xabcd
51 mod, func, code)
52 copy_reg.add_extension(mod, func, code)
54 self.assertTrue(copy_reg._extension_registry[mod, func] == code)
55 self.assertTrue(copy_reg._inverted_registry[code] == (mod, func))
59 copy_reg.add_extension(mod, func, code) # shouldn't blow up
62 mod, func, code + 1)
64 mod, func, code + 1)
67 mod[1:], func, code )
69 mod[1:], func, cod
[all...]
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/
H A Darm_helpers.S24 func plat_my_core_pos label
36 func plat_arm_calc_core_pos label
50 func plat_crash_console_init label
64 func plat_crash_console_putc label
77 func plat_crash_console_flush label
87 func platform_mem_init label
96 func arm_disable_spe label
138 func plat_get_my_stack label
151 func plat_set_my_stack label
/device/linaro/bootloader/arm-trusted-firmware/drivers/console/aarch64/
H A Dskeleton_console.S33 func console_core_init label
57 func console_core_putc label
76 func console_core_getc label
94 func console_core_flush label
/device/linaro/bootloader/arm-trusted-firmware/plat/compat/aarch64/
H A Dplat_helpers_compat.S21 func plat_my_core_pos label
26 func plat_is_my_cpu_primary label
31 func plat_get_my_entrypoint label
42 func platform_get_core_pos label
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlinit.c55 for (lib = loadedlibs; lib->func; lib++) {
56 luaL_requiref(L, lib->name, lib->func, 1);
61 for (lib = preloadedlibs; lib->func; lib++) {
62 lua_pushcfunction(L, lib->func);

Completed in 365 milliseconds

1234567891011>>