Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DUserIdentifyManager.c950 UINTN InfoSizeInc; in ExpandUserProfile() local
955 InfoSizeInc = 128; in ExpandUserProfile()
956 User->MaxProfileSize += ((ExpandSize + InfoSizeInc - 1) / InfoSizeInc) * InfoSizeInc; in ExpandUserProfile()