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

  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 141 uint8_t* pLastNonWhitespaceChar;
297 pLastNonWhitespaceChar = pCurrent;
328 if (pCurrent != pLastNonWhitespaceChar)
335 pLastNonWhitespaceChar = pCurrent;
337 *pNameLength = pLastNonWhitespaceChar - *ppName;
345 pLastNonWhitespaceChar = pCurrent-1;
492 pLastNonWhitespaceChar = pCurrent;
506 *pValueLength = pLastNonWhitespaceChar - *ppValue + 1;
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 141 uint8_t* pLastNonWhitespaceChar;
297 pLastNonWhitespaceChar = pCurrent;
328 if (pCurrent != pLastNonWhitespaceChar)
335 pLastNonWhitespaceChar = pCurrent;
337 *pNameLength = pLastNonWhitespaceChar - *ppName;
345 pLastNonWhitespaceChar = pCurrent-1;
492 pLastNonWhitespaceChar = pCurrent;
506 *pValueLength = pLastNonWhitespaceChar - *ppValue + 1;

Completed in 680 milliseconds