Home
last modified time | relevance | path

Searched defs:cf (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dcpu.h135 #define CLKF_PC(cf) ((cf)->cf_tf.tf_special.iip) argument
136 #define CLKF_CPL(cf) ((cf)->cf_tf.tf_special.psr & IA64_PSR_CPL) argument
137 #define CLKF_USERMODE(cf) (CLKF_CPL(cf) != IA64_PSR_CPL_KERN) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c137 static void RunStartupFile(PyCompilerFlags *cf) in RunStartupFile()
244 PyCompilerFlags cf; in Py_Main() local
Dmathmodule.c493 double absx, cf; in m_erf() local
511 double absx, cf; in m_erfc() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c142 static void RunStartupFile(PyCompilerFlags *cf) in RunStartupFile()
250 PyCompilerFlags cf; in Py_Main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c142 static void RunStartupFile(PyCompilerFlags *cf) in RunStartupFile()
250 PyCompilerFlags cf; in Py_Main() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c470 PyCompilerFlags cf; in builtin_compile() local
618 PyCompilerFlags cf; in builtin_eval() local
710 PyCompilerFlags cf; in builtin_execfile() local
1224 PyCompilerFlags cf; in builtin_input() local
Dceval.c3820 PyEval_MergeCompilerFlags(PyCompilerFlags *cf) in PyEval_MergeCompilerFlags()
4715 PyCompilerFlags cf; in exec_statement() local
4729 PyCompilerFlags cf; in exec_statement() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c476 PyCompilerFlags cf; in builtin_compile() local
626 PyCompilerFlags cf; in builtin_eval() local
718 PyCompilerFlags cf; in builtin_execfile() local
1232 PyCompilerFlags cf; in builtin_input() local
Dceval.c3842 PyEval_MergeCompilerFlags(PyCompilerFlags *cf) in PyEval_MergeCompilerFlags()
4737 PyCompilerFlags cf; in exec_statement() local
4751 PyCompilerFlags cf; in exec_statement() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dmathmodule.c493 double absx, cf; in m_erf() local
511 double absx, cf; in m_erfc() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dliolib.c178 lua_CFunction cf = p->closef; in aux_close() local