/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/ |
D | Tpm12Startup.c | 55 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_Startup); in Tpm12Startup() 97 Command.ordinal = SwapBytes32 (TPM_ORD_SaveState); in Tpm12SaveState()
|
D | Tpm12GetCapability.c | 72 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_GetCapability); in Tpm12GetCapabilityFlagPermanent() 113 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_GetCapability); in Tpm12GetCapabilityFlagVolatile()
|
D | Tpm12SelfTest.c | 45 Command.ordinal = SwapBytes32 (TPM_ORD_ContinueSelfTest); in Tpm12ContinueSelfTest()
|
D | Tpm12Ownership.c | 42 Command.ordinal = SwapBytes32 (TPM_ORD_ForceClear); in Tpm12ForceClear()
|
D | Tpm12NvStorage.c | 85 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_NV_DefineSpace); in Tpm12NvDefineSpace() 151 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_NV_ReadValue); in Tpm12NvReadValue() 217 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_NV_WriteValue); in Tpm12NvWriteValue()
|
D | Tpm12PhysicalPresence.c | 57 Command.Hdr.ordinal = SwapBytes32 (TSC_ORD_PhysicalPresence); in Tpm12PhysicalPresence()
|
D | Tpm12Pcr.c | 68 Command.Hdr.ordinal = SwapBytes32 (TPM_ORD_Extend); in Tpm12Extend()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 244 ord_to_ymd(int ordinal, int *year, int *month, int *day) in ord_to_ymd() argument 270 assert(ordinal >= 1); in ord_to_ymd() 271 --ordinal; in ord_to_ymd() 272 n400 = ordinal / DI400Y; in ord_to_ymd() 273 n = ordinal % DI400Y; in ord_to_ymd() 538 int ordinal = ymd_to_ord(*y, *m, 1) + in normalize_y_m_d() local 540 if (ordinal < 1 || ordinal > MAXORDINAL) { in normalize_y_m_d() 543 ord_to_ymd(ordinal, y, m, d); in normalize_y_m_d() 2381 int ordinal; in date_fromordinal() local 2383 if (PyArg_ParseTuple(args, "i:fromordinal", &ordinal)) { in date_fromordinal() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | datetimemodule.c | 244 ord_to_ymd(int ordinal, int *year, int *month, int *day) in ord_to_ymd() argument 270 assert(ordinal >= 1); in ord_to_ymd() 271 --ordinal; in ord_to_ymd() 272 n400 = ordinal / DI400Y; in ord_to_ymd() 273 n = ordinal % DI400Y; in ord_to_ymd() 538 int ordinal = ymd_to_ord(*y, *m, 1) + in normalize_y_m_d() local 540 if (ordinal < 1 || ordinal > MAXORDINAL) { in normalize_y_m_d() 543 ord_to_ymd(ordinal, y, m, d); in normalize_y_m_d() 2381 int ordinal; in date_fromordinal() local 2383 if (PyArg_ParseTuple(args, "i:fromordinal", &ordinal)) { in date_fromordinal() [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/ |
D | DxeTcgPhysicalPresenceLib.c | 94 TpmRqu->ordinal = SwapBytes32 (TPM_ORD_GetCapability); in GetTpmCapability() 156 TpmRqu->ordinal = SwapBytes32 (TSC_ORD_PhysicalPresence); in TpmPhysicalPresence() 212 TpmRqu->ordinal = SwapBytes32 (Ordinal); in TpmCommandNoReturnData()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 623 wchar_t ordinal = *w++; in PyUnicode_FromWideChar() local 624 ordinal -= 0x10000; in PyUnicode_FromWideChar() 625 *u++ = 0xD800 | (ordinal >> 10); in PyUnicode_FromWideChar() 626 *u++ = 0xDC00 | (ordinal & 0x3FF); in PyUnicode_FromWideChar() 781 int ordinal = va_arg(count, int); in PyUnicode_FromFormatV() local 783 if (ordinal < 0 || ordinal > 0x10ffff) { in PyUnicode_FromFormatV() 790 if (ordinal < 0 || ordinal > 0xffff) { in PyUnicode_FromFormatV() 1123 PyObject *PyUnicode_FromOrdinal(int ordinal) in PyUnicode_FromOrdinal() argument 1128 if (ordinal < 0 || ordinal > 0x10ffff) { in PyUnicode_FromOrdinal() 1135 if (ordinal < 0 || ordinal > 0xffff) { in PyUnicode_FromOrdinal() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | Tpm12.h | 1218 UINT32 ordinal; member 1359 TPM_COMMAND_CODE ordinal; member 2159 TPM_COMMAND_CODE ordinal; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Tpm12.h | 1077 UINT32 ordinal; member 1193 TPM_COMMAND_CODE ordinal; member 1953 TPM_COMMAND_CODE ordinal; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 583 wchar_t ordinal = *w++; in PyUnicode_FromWideChar() local 584 ordinal -= 0x10000; in PyUnicode_FromWideChar() 585 *u++ = 0xD800 | (ordinal >> 10); in PyUnicode_FromWideChar() 586 *u++ = 0xDC00 | (ordinal & 0x3FF); in PyUnicode_FromWideChar() 1062 PyObject *PyUnicode_FromOrdinal(int ordinal) in PyUnicode_FromOrdinal() argument 1067 if (ordinal < 0 || ordinal > 0x10ffff) { in PyUnicode_FromOrdinal() 1074 if (ordinal < 0 || ordinal > 0xffff) { in PyUnicode_FromOrdinal() 1082 s[0] = (Py_UNICODE)ordinal; in PyUnicode_FromOrdinal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | string_tests.py | 1082 for ordinal in (-100, 0x200000): 1084 self.checkraises((ValueError, OverflowError), '%c', '__mod__', ordinal)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | unicodeobject.h | 609 PyAPI_FUNC(PyObject*) PyUnicode_FromOrdinal(int ordinal);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | unicodeobject.h | 609 PyAPI_FUNC(PyObject*) PyUnicode_FromOrdinal(int ordinal);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | ChangeLog | 203 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | ChangeLog | 820 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | firmware-design.rst | 2434 value, or its ordinal position, respectively.
|