Searched refs:UINT32_MAX (Results 1 – 10 of 10) sorted by relevance
43 #ifndef UINT32_MAX44 #define UINT32_MAX ( 0xFFFFFFFFU ) macro
116 if( ullValue < UINT32_MAX ) in RedHtoUL()429 if( ulResult > ( UINT32_MAX / ( 1024U * 1024U ) ) ) in RedSizeToUL()453 if( ulResult > ( UINT32_MAX / 1024U ) ) in RedSizeToUL()
408 else if( ullDividend <= UINT32_MAX ) in RedUint64DivMod32()
693 if( currentTimeSecs > UINT32_MAX ) in calculateCurrentTime()696 configASSERT( !( currentTimeSecs > UINT32_MAX ) ); in calculateCurrentTime()701 pCurrentTime->secs = ( uint32_t ) ( currentTimeSecs - UINT32_MAX - 1 ); in calculateCurrentTime()881 if( ntpSecs > UINT32_MAX ) in sntpClient_GetTime()884 configASSERT( !( ntpSecs > UINT32_MAX ) ); in sntpClient_GetTime()889 pCurrentTime->seconds = ntpSecs - UINT32_MAX - 1; in sntpClient_GetTime()
37 #define DIR_INDEX_INVALID UINT32_MAX46 …#define DIRENTS_MAX ( uint32_t ) REDMIN( UINT32_MAX, UINT64_SUFFIX( 1 ) * INODE_DATA_BLO…220 while( ( ret == 0 ) && ( ulTruncIdx != UINT32_MAX ) && !fDone ) in RedDirEntryDelete()239 } while( ulBlockIdx != UINT32_MAX ); in RedDirEntryDelete()
110 #define BBLK_INVALID UINT32_MAX
706 if( ( *pxFileSize == 0 ) || ( *pxFileSize == UINT32_MAX ) ) in prvGetS3ObjectFileSize()
961 if( ( xFileSize == 0 ) || ( xFileSize == UINT32_MAX ) ) in prvReadFileSize()
881 if( ( *pxFileSize == 0 ) || ( *pxFileSize == UINT32_MAX ) ) in prvGetS3ObjectFileSize()
2043 REDASSERT( pDirStream->ullOffset <= UINT32_MAX ); in red_readdir()
Completed in 46 milliseconds