Home
last modified time | relevance | path

Searched refs:p_cf (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/freescale/common/
Dpixis.c417 char *p_cf = NULL; in pixis_reset_cmd() local
435 p_cf = argv[i]; in pixis_reset_cmd()
462 if ((p_cf && !(p_cf_sysclk && p_cf_corepll && p_cf_mpxpll)) in pixis_reset_cmd()
485 if (p_cf) { in pixis_reset_cmd()
/external/python/cpython3/Modules/
Dmain.c397 pymain_run_file(FILE *fp, const wchar_t *filename, PyCompilerFlags *p_cf) in pymain_run_file() argument
427 run = PyRun_AnyFileExFlags(fp, filename_str, filename != NULL, p_cf); in pymain_run_file()