Home
last modified time | relevance | path

Searched defs:P (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c39 VOID *P, in SzAlloc()
67 VOID *P, in SzFree()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c39 VOID *P, in SzAlloc()
67 VOID *P, in SzFree()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
DPackageClass.py127 P = PackageClass() variable
DPlatformClass.py456 P = PlatformClass() variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DInfParserLite.py165P = EdkInfParser(os.path.normpath("C:\Framework\Edk\Sample\Platform\Nt32\Dxe\PlatformBds\PlatformB… variable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DX86Thunk.c35 UINT32 P:1; member
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DDecClassObject.py561 P = Dec(os.path.normpath(F), True, True, W, Db) variable
DInfClassObject.py1113 P = Inf(os.path.normpath(F), True, True, W, Db) variable
DDscClassObject.py1442 P = Dsc(os.path.normpath(F), True, True, W, Db) variable
/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h44 struct Mat33 P[2][2]; member
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c168 BOOLEAN I, P, U, B, W, L, S, H; in DisassembleArmInstruction() local
DThumbDisassembler.c499 BOOLEAN S, J1, J2, P, U, W; in DisassembleThumbInstruction() local
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h314 #define P 53 macro
353 #define P 14 macro
379 #define P 56 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c312 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK)) argument
694 #define Py_ADDRESS_IN_RANGE(P, POOL) \ argument
1880 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c342 #define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK)) argument
737 #define Py_ADDRESS_IN_RANGE(P, POOL) \ argument
1929 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dcmathmodule.c107 #define P Py_MATH_PI macro
/device/google/contexthub/firmware/os/algos/
Dfusion.c400 static void scaleCovariance(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *P) { in scaleCovariance()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dcmathmodule.c107 #define P Py_MATH_PI macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c233 #define P 53 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c250 #define P 53 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h5509 UINT32 P:1; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py3088 class P(J): class