Searched refs:oldfn (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/arm/xscale/pxa/
H A Dpxa_gpio.c240 uint32_t rv, bit, oldfn; local
244 oldfn = pxa_gpio_get_function(gpio);
246 if (GPIO_FN(fn) == GPIO_FN(oldfn) &&
247 GPIO_FN_IS_OUT(fn) == GPIO_FN_IS_OUT(oldfn)) {
255 * Return 'fn' instead of 'oldfn' so the caller can
261 GPIO_FN_IS_SET(fn) == GPIO_FN_IS_SET(oldfn))
296 return (oldfn);
/freebsd-10.1-release/contrib/gcc/
H A Dgimplify.c6371 tree oldfn, parm, ret;
6373 oldfn = current_function_decl;
6425 current_function_decl = oldfn;
6426 cfun = oldfn ? DECL_STRUCT_FUNCTION (oldfn) : NULL;
6369 tree oldfn, parm, ret; local

Completed in 230 milliseconds