HomeSort by relevance Sort by last modified time
    Searched refs:pDigit (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
Handles.c 41 UINT8 * pDigit;
168 pDigit = (UINT8 *) *ppGuid;
189 Value = pDigit [ cDigit [ Index ]];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 136 @param [in] pDigit The address of the next digit
144 CHAR8 * pDigit,
154 while (( '0' <= *pDigit ) && ( '9' >= *pDigit )) {
163 Value += *pDigit - '0';
168 pDigit += 1;
179 return pDigit;
    [all...]

Completed in 46 milliseconds