Lines Matching refs:uint32_t
44 static uint32_t RedStrLenUnchecked( const char * pszStr );
53 uint32_t ulLen );
58 uint32_t ulLen );
70 uint32_t RedStrLen( const char * pszStr ) in RedStrLen()
72 uint32_t ulLen; in RedStrLen()
84 ulLen = ( uint32_t ) RedStrLenUnchecked( pszStr ); in RedStrLen()
99 static uint32_t RedStrLenUnchecked( const char * pszStr ) in RedStrLenUnchecked()
101 uint32_t ulLen = 0U; in RedStrLenUnchecked()
158 uint32_t ulIdx = 0U; in RedStrCmpUnchecked()
207 uint32_t ulLen ) in RedStrNCmp()
239 uint32_t ulLen ) in RedStrNCmpUnchecked()
242 uint32_t ulIdx; in RedStrNCmpUnchecked()
291 uint32_t ulLen ) in RedStrNCpy()
315 uint32_t ulLen ) in RedStrNCpyUnchecked()
317 uint32_t ulIdx = 0U; in RedStrNCpyUnchecked()