| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/ |
| A D | bittypes.h | 89 typedef long long int64_t; typedef 92 typedef _int64 int64_t; typedef
|
| /FreeRTOS-Plus/ThirdParty/winpcap/include/ |
| A D | bittypes.h | 89 typedef long long int64_t; typedef 92 typedef _int64 int64_t; typedef
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/ |
| A D | bittypes.h | 89 typedef long long int64_t; typedef 92 typedef _int64 int64_t; typedef
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/ |
| A D | bittypes.h | 89 typedef long long int64_t; typedef 92 typedef _int64 int64_t; typedef
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/ |
| A D | bittypes.h | 90 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 D | redtypes.h | 100 typedef __int64 int64_t; /**< @brief Signed 64-bit integer. */ typedef
|
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redposix.h | 188 int64_t red_lseek( int32_t iFildes, 189 int64_t llOffset,
|
| A D | redfse.h | 98 int64_t RedFseSizeGet( uint8_t bVolNum,
|
| /FreeRTOS-Plus/Source/Reliance-Edge/fse/ |
| A D | fse.c | 476 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 D | usb.h | 83 int64_t ts_sec;
|
| /FreeRTOS-Plus/ThirdParty/winpcap/include/pcap/ |
| A D | usb.h | 83 int64_t ts_sec;
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/pcap/ |
| A D | usb.h | 83 int64_t ts_sec;
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/pcap/ |
| A D | usb.h | 83 int64_t ts_sec;
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/pcap/ |
| A D | usb.h | 83 int64_t ts_sec;
|
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/util/ |
| A D | printf.c | 164 int64_t llNum, 509 int64_t llNum = va_arg( arglist, int64_t ); in RedVSNPrintf() 1073 int64_t llNum, in LLtoA()
|
| A D | atoi.c | 366 *pullNum = ( uint64_t ) ( -( ( int64_t ) ullTemp ) ); in RedNtoULL()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | posix.c | 1694 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 D | SNTPClientTask.c | 475 int64_t clockOffsetMs, 901 int64_t clockOffsetMs, in sntpClient_SetTime()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/doc/ |
| A D | coding_style.txt | 345 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 D | fsstress.c | 68 #define off_t int64_t 72 #define __int64_t int64_t
|