Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 10 of 10) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredmacs.h43 #ifndef UINT32_MAX
44 #define UINT32_MAX ( 0xFFFFFFFFU ) macro
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Datoi.c116 if( ullValue < UINT32_MAX ) in RedHtoUL()
429 if( ulResult > ( UINT32_MAX / ( 1024U * 1024U ) ) ) in RedSizeToUL()
453 if( ulResult > ( UINT32_MAX / 1024U ) ) in RedSizeToUL()
A Dmath.c408 else if( ullDividend <= UINT32_MAX ) in RedUint64DivMod32()
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c693 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()
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Ddir.c37 #define DIR_INDEX_INVALID UINT32_MAX
46 …#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()
A Dbuffer.c110 #define BBLK_INVALID UINT32_MAX
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Upload/DemoTasks/
A DS3UploadHTTPExample.c706 if( ( *pxFileSize == 0 ) || ( *pxFileSize == UINT32_MAX ) ) in prvGetS3ObjectFileSize()
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download_Multithreaded/DemoTasks/
A DS3DownloadMultithreadedHTTPExample.c961 if( ( xFileSize == 0 ) || ( xFileSize == UINT32_MAX ) ) in prvReadFileSize()
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download/DemoTasks/
A DS3DownloadHTTPExample.c881 if( ( *pxFileSize == 0 ) || ( *pxFileSize == UINT32_MAX ) ) in prvGetS3ObjectFileSize()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c2043 REDASSERT( pDirStream->ullOffset <= UINT32_MAX ); in red_readdir()

Completed in 38 milliseconds