Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DHandles.c41 UINT8 * pDigit; in HandlePage() local
168 pDigit = (UINT8 *) *ppGuid; in HandlePage()
189 Value = pDigit [ cDigit [ Index ]]; in HandlePage()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DDataSource.c144 CHAR8 * pDigit, in GetDigit() argument
154 while (( '0' <= *pDigit ) && ( '9' >= *pDigit )) { in GetDigit()
163 Value += *pDigit - '0'; in GetDigit()
168 pDigit += 1; in GetDigit()
179 return pDigit; in GetDigit()