Searched refs:ot (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | timemodule.c | 301 PyObject *ot = NULL; in parse_time_double_args() local 303 if (!PyArg_ParseTuple(args, format, &ot)) in parse_time_double_args() 305 if (ot == NULL || ot == Py_None) in parse_time_double_args() 308 double when = PyFloat_AsDouble(ot); in parse_time_double_args() 594 PyObject *ot = NULL; in time_ctime() local 598 if (!PyArg_UnpackTuple(args, "ctime", 0, 1, &ot)) in time_ctime() 600 if (ot == NULL || ot == Py_None) in time_ctime() 603 double dt = PyFloat_AsDouble(ot); in time_ctime()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | timemodule.c | 301 PyObject *ot = NULL; in parse_time_double_args() local 303 if (!PyArg_ParseTuple(args, format, &ot)) in parse_time_double_args() 305 if (ot == NULL || ot == Py_None) in parse_time_double_args() 308 double when = PyFloat_AsDouble(ot); in parse_time_double_args() 594 PyObject *ot = NULL; in time_ctime() local 598 if (!PyArg_UnpackTuple(args, "ctime", 0, 1, &ot)) in time_ctime() 600 if (ot == NULL || ot == Py_None) in time_ctime() 603 double dt = PyFloat_AsDouble(ot); in time_ctime()
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | VfrCompiler_Utility_Man_Page.rtf | 141 ot specified, the UEFI syntax is default }{\rtlch\fcs1 \af39\afs18 \ltrch\fcs0 \fs18\cf1\insrsid832…
|