Home
last modified time | relevance | path

Searched refs:uint64_t (Results 1 – 25 of 35) sorted by relevance

12

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredtestutils.h37 void RedRandSeed( uint64_t ullSeed );
38 uint64_t RedRand64( uint64_t * pullSeed );
43 uint64_t ullDividend,
44 uint64_t ullDivisor,
46 uint64_t RedMulDiv64( uint64_t ullBase,
48 uint64_t ullDivisor );
49 uint64_t RedUint64DivMod32( uint64_t ullDividend,
52 uint64_t RedUint64DivMod64( uint64_t ullDividend,
62 uint32_t RedGetKBPerSecond( uint64_t ullKB,
72 uint64_t * pullNum );
[all …]
A Dredvolume.h51 uint64_t ullSectorCount;
121 uint64_t ullMaxInodeSize;
127 uint64_t ullSequence;
A Dredosserv.h49 uint64_t ullSectorStart,
55 uint64_t ullSectorStart,
84 uint64_t RedOsTimePassed( REDTIMESTAMP tsSince );
A Dredfse.h83 uint64_t ullFileOffset,
89 uint64_t ullFileOffset,
96 uint64_t ullNewFileSize );
A Dredcoreapi.h95 uint64_t * pullSize );
99 uint64_t ullStart,
104 uint64_t ullStart,
110 uint64_t ullSize );
A Dredstat.h63 uint64_t st_size; /**< File size in bytes. */
90 uint64_t f_maxfsize; /**< Maximum file size (POSIX extension). */
A Dredutils.h82 uint64_t RedRev64( uint64_t ullToRev );
A Dreddeviations.h149 uint64_t DummyAlign; \
A Dredtests.h146 uint64_t ullSeed; /**< --seed */
243 uint64_t ullSeed; /**< --seed */
271 uint64_t ullSeed; /**< --seed */
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Drand.c37 static uint64_t ullGlobalRandomNumberSeed;
51 void RedRandSeed( uint64_t ullSeed ) in RedRandSeed()
72 uint64_t RedRand64( uint64_t * pullSeed ) in RedRand64()
74 const uint64_t ullA = UINT64_SUFFIX( 2862933555777941757 ); in RedRand64()
75 const uint64_t ullC = UINT64_SUFFIX( 3037000493 ); in RedRand64()
77 uint64_t ullN; in RedRand64()
78 uint64_t * pullSeedPtr; in RedRand64()
79 uint64_t ullLocalSeed; in RedRand64()
99 RedRandSeed( ( uint64_t ) RedOsClockGetTime() ); in RedRand64()
141 uint64_t ullN; in RedRand32()
[all …]
A Dmath.c112 uint64_t ullTemp; in RedRatio()
185 uint64_t RedMulDiv64( uint64_t ullBase, in RedMulDiv64()
189 uint64_t ullTemp; in RedMulDiv64()
390 uint64_t RedUint64DivMod32( uint64_t ullDividend, in RedUint64DivMod32()
498 uint64_t RedUint64DivMod64( uint64_t ullDividend, in RedUint64DivMod64()
507 uint64_t u0; in RedUint64DivMod64()
508 uint64_t u1; in RedUint64DivMod64()
509 uint64_t q0; in RedUint64DivMod64()
510 uint64_t q1; in RedUint64DivMod64()
553 uint64_t n; in RedUint64DivMod64()
[all …]
A Datoi.c109 uint64_t ullValue; in RedHtoUL()
153 uint64_t * pullNum ) in RedHtoULL()
155 uint64_t ullValue = 0U; in RedHtoULL()
315 uint64_t * pullNum ) in RedNtoULL()
347 uint64_t ullTemp = 0U; in RedNtoULL()
366 *pullNum = ( uint64_t ) ( -( ( int64_t ) ullTemp ) ); in RedNtoULL()
A Dprintf.c175 uint64_t ullNum,
517 uint64_t ullNum = va_arg( arglist, uint64_t ); in RedVSNPrintf()
525 uint64_t ullNum = va_arg( arglist, uint64_t ); in RedVSNPrintf()
546 uint64_t ullPtrVal = ( uint64_t ) ptrval; in RedVSNPrintf()
1088 uint64_t ullNum; in LLtoA()
1094 ullNum = ( uint64_t ) -llNum; in LLtoA()
1099 ullNum = ( uint64_t ) llNum; in LLtoA()
1107 uint64_t ullQuotient; in LLtoA()
1202 uint64_t ullNum, in ULLtoA()
1218 uint64_t ullNumericVal = ullNum; in ULLtoA()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/
A Dostimestamp.c100 uint64_t RedOsTimePassed( REDTIMESTAMP tsSince ) in RedOsTimePassed()
106 uint64_t ullMicrosecs = ( uint64_t ) ulTicksPassed * MICROSECS_PER_TICK; in RedOsTimePassed()
A Dosbdev.c123 uint64_t ullSectorStart,
128 uint64_t ullSectorStart,
231 uint64_t ullSectorStart, in RedOsBDevRead()
275 uint64_t ullSectorStart, in RedOsBDevWrite()
463 uint64_t ullSectorStart, in DiskRead()
515 uint64_t ullSectorStart, in DiskWrite()
708 uint64_t ullSectorStart, in DiskRead()
753 uint64_t ullSectorStart, in DiskWrite()
936 uint64_t ullSectorStart, in DiskRead()
1190 uint64_t ullSectorStart, in DiskRead()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dendian.c41 uint64_t RedRev64( uint64_t ullToRev ) in RedRev64()
43 uint64_t ullRet = ullToRev; in RedRev64()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredtypes.h99 typedef unsigned __int64 uint64_t; /**< @brief Unsigned 64-bit integer. */ typedef
105 typedef uint64_t uintptr_t;
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dblockio.c76 uint64_t ullSectorStart = ( uint64_t ) ulBlockStart << bSectorShift; in RedIoRead()
134 uint64_t ullSectorStart = ( uint64_t ) ulBlockStart << bSectorShift; in RedIoWrite()
A Ddir.c84 static uint64_t DirEntryIndexToOffset( uint32_t ulIdx );
86 static uint32_t DirOffsetToEntryIndex( uint64_t ullOffset );
901 uint64_t ullOffset = DirEntryIndexToOffset( ulIdx ); in DirEntryWrite()
928 static uint64_t DirEntryIndexToOffset( uint32_t ulIdx ) in DirEntryIndexToOffset()
932 uint64_t ullOffset; in DirEntryIndexToOffset()
936 ullOffset = ( uint64_t ) ulBlock << BLOCK_SIZE_P2; in DirEntryIndexToOffset()
937 ullOffset += ( uint64_t ) ulOffsetInBlock * DIRENT_SIZE; in DirEntryIndexToOffset()
950 static uint32_t DirOffsetToEntryIndex( uint64_t ullOffset ) in DirOffsetToEntryIndex()
A Dcore.c65 uint64_t ullStart,
71 uint64_t ullSize );
1532 uint64_t * pullSize ) in RedCoreFileSizeGet()
1588 uint64_t ullStart, in RedCoreFileRead()
1665 uint64_t ullStart, in RedCoreFileWrite()
1728 uint64_t ullStart, in CoreFileWrite()
1783 uint64_t ullSize ) in RedCoreFileTruncate()
1837 uint64_t ullSize ) in CoreFileTruncate()
/FreeRTOS-Plus/Source/Reliance-Edge/fse/
A Dfse.c303 uint64_t ullFileOffset, in RedFseRead()
378 uint64_t ullFileOffset, in RedFseWrite()
445 uint64_t ullNewFileSize ) in RedFseTruncate()
485 uint64_t ullSize; in RedFseSizeGet()
497 REDASSERT( ullSize < ( uint64_t ) INT64_MAX ); in RedFseSizeGet()
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/tcp_sockets_wrapper/ports/cellular/
A Dtcp_sockets_wrapper.c145 static uint64_t getTimeMs( void );
252 static bool _calculateElapsedTime( uint64_t entryTimeMs,
254 uint64_t * pElapsedTimeMs );
258 static uint64_t getTimeMs( void ) in getTimeMs()
263 uint64_t ullTickCount = 0ULL; in getTimeMs()
270 ullTickCount = ( uint64_t ) ( xCurrentTime.xOverflowCount ) << ( sizeof( TickType_t ) * 8 ); in getTimeMs()
563 static bool _calculateElapsedTime( uint64_t entryTimeMs, in _calculateElapsedTime()
565 uint64_t * pElapsedTimeMs ) in _calculateElapsedTime()
567 uint64_t currentTimeMs = getTimeMs(); in _calculateElapsedTime()
855 uint64_t entryTimeMs = getTimeMs(); in TCP_Sockets_Send()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Drednodes.h44 uint64_t ullSequence; /**< Current sequence number at the time the node was written to disk. */
147 uint64_t ullSize; /**< Size of the inode, in bytes. */
A Dredcore.h250 uint64_t ullStart,
255 uint64_t ullStart,
260 uint64_t ullSize );
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/
A Dcmsis_gcc.h2185 __STATIC_FORCEINLINE uint64_t __SMLALD( uint32_t op1, in __SMLALD()
2187 uint64_t acc ) in __SMLALD()
2192 uint64_t w64; in __SMLALD()
2207 __STATIC_FORCEINLINE uint64_t __SMLALDX( uint32_t op1, in __SMLALDX()
2209 uint64_t acc ) in __SMLALDX()
2214 uint64_t w64; in __SMLALDX()
2271 __STATIC_FORCEINLINE uint64_t __SMLSLD( uint32_t op1, in __SMLSLD()
2273 uint64_t acc ) in __SMLSLD()
2278 uint64_t w64; in __SMLSLD()
2293 __STATIC_FORCEINLINE uint64_t __SMLSLDX( uint32_t op1, in __SMLSLDX()
[all …]

Completed in 81 milliseconds

12