Home
last modified time | relevance | path

Searched refs:MaxNum (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DUserIdentifyManager.c891 UINTN MaxNum; in ExpandUsermUserProfileDb() local
898 MaxNum = USER_NUMBER_INC; in ExpandUsermUserProfileDb()
900 MaxNum = mUserProfileDb->MaxProfileNum + USER_NUMBER_INC; in ExpandUsermUserProfileDb()
905 MaxNum * sizeof (EFI_USER_PROFILE_HANDLE) in ExpandUsermUserProfileDb()
911 NewDataBase->MaxProfileNum = MaxNum; in ExpandUsermUserProfileDb()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch4958 -UINT64 MaxNum[9] = { 0xff, 0xffff, 0xffffffff, 0xffffffffffffffff };
4959 +UINT64 MaxNum[9] = { 0xff, 0xffff, 0xffffffff, 0xffffffffffffffffULL };