Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 20 of 20) sorted by relevance

/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Dbittypes.h89 typedef long long int64_t; typedef
92 typedef _int64 int64_t; typedef
/FreeRTOS-Plus/ThirdParty/winpcap/include/
A Dbittypes.h89 typedef long long int64_t; typedef
92 typedef _int64 int64_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Dbittypes.h89 typedef long long int64_t; typedef
92 typedef _int64 int64_t; typedef
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Dbittypes.h89 typedef long long int64_t; typedef
92 typedef _int64 int64_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Dbittypes.h90 typedef long long int64_t; typedef
93 typedef _int64 int64_t; typedef
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/
A Dredtypes.h100 typedef __int64 int64_t; /**< @brief Signed 64-bit integer. */ typedef
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredposix.h188 int64_t red_lseek( int32_t iFildes,
189 int64_t llOffset,
A Dredfse.h98 int64_t RedFseSizeGet( uint8_t bVolNum,
/FreeRTOS-Plus/Source/Reliance-Edge/fse/
A Dfse.c476 int64_t RedFseSizeGet( uint8_t bVolNum, in RedFseSizeGet()
479 int64_t ret; in RedFseSizeGet()
499 ret = ( int64_t ) ullSize; in RedFseSizeGet()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/pcap/
A Dusb.h83 int64_t ts_sec;
/FreeRTOS-Plus/ThirdParty/winpcap/include/pcap/
A Dusb.h83 int64_t ts_sec;
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/pcap/
A Dusb.h83 int64_t ts_sec;
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/pcap/
A Dusb.h83 int64_t ts_sec;
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/pcap/
A Dusb.h83 int64_t ts_sec;
/FreeRTOS-Plus/Source/Reliance-Edge/tests/util/
A Dprintf.c164 int64_t llNum,
509 int64_t llNum = va_arg( arglist, int64_t ); in RedVSNPrintf()
1073 int64_t llNum, in LLtoA()
A Datoi.c366 *pullNum = ( uint64_t ) ( -( ( int64_t ) ullTemp ) ); in RedNtoULL()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c1694 int64_t red_lseek( int32_t iFildes, in red_lseek()
1695 int64_t llOffset, in red_lseek()
1699 int64_t llReturn = -1; /* Init'd to quiet warnings. */ in red_lseek()
1705 int64_t llFrom = 0; /* Init'd to quiet warnings. */ in red_lseek()
1733 llFrom = ( int64_t ) pHandle->ullOffset; in red_lseek()
1747 llFrom = ( int64_t ) s.st_size; in red_lseek()
1773 int64_t llNewOffset = llFrom + llOffset; in red_lseek()
/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c475 int64_t clockOffsetMs,
901 int64_t clockOffsetMs, in sntpClient_SetTime()
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Dcoding_style.txt345 There is no official Hungarian for int8_t, int16_t, int32_t, or int64_t,
346 although some code uses unofficial variants (like "ll" for int64_t).
/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dfsstress.c68 #define off_t int64_t
72 #define __int64_t int64_t

Completed in 63 milliseconds