Home
last modified time | relevance | path

Searched defs:From (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
DPcRtc.c1126 IN EFI_TIME *From, in CompareHMS()
1152 IN EFI_TIME *From, in IsWithinOneDay()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStrGather.c929 WCHAR *From; in GetStringIdentifierName() local
997 WCHAR *From; in GetLanguageIdentifierName() local
1238 WCHAR *From; in ProcessTokenLanguage() local
1976 WCHAR *From; in AddCommandLineLanguage() local
DStringDB.c1351 WCHAR *From; in StringDBFormatString() local
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileParser.py152 def __init__(self, FilePath, FileType, Arch, Table, Owner= -1, From= -1): argument
866 def __init__(self, FilePath, FileType, Arch, Table, Owner= -1, From= -1): argument
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/
DCommonIncludes.h119 #define BITS(x) (1 << (x))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileParser.py149 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1): argument
803 def __init__(self, FilePath, FileType, Table, Owner=-1, From=-1): argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DSimpleFileParsing.c1303 T_CHAR *From; in SFPGetGuid() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
DMakeDeps.c887 INT8 *From; in ReplaceSymbols() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DSimpleFileParsing.c1284 CHAR8 *From; in SFPGetGuid() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStrGather.c1119 WCHAR *From; in GetStringIdentifierName() local
1475 WCHAR *From; in ProcessTokenLanguage() local
DStringDB.c835 WCHAR *From; in StringDBFormatString() local
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py684 def ReadMessage(From, To, ExitFlag): argument
Dbuild.py237 def ReadMessage(From, To, ExitFlag): argument
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c922 const char *From, in rename()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py530 class From(Node): class