Searched refs:int16_t (Results 1 – 12 of 12) sorted by relevance
52 typedef signed short int16_t; typedef55 typedef signed int int16_t; typedef58 typedef signed char int16_t; typedef
55 typedef signed int int16_t; typedef58 typedef signed char int16_t; typedef
56 typedef signed int int16_t; typedef59 typedef signed char int16_t; typedef
94 typedef __int16 int16_t; /**< @brief Signed 16-bit integer. */ typedef
48 static int16_t xBufferSize = 0;
127 int16_t otaPal_WriteBlock( OtaFileContext_t * const C,
152 int16_t otaPal_WriteBlock( OtaFileContext_t * const C, in otaPal_WriteBlock()193 return ( int16_t ) lResult; in otaPal_WriteBlock()
1055 __STATIC_FORCEINLINE int16_t __REVSH( int16_t value ) in __REVSH()1058 return ( int16_t ) __builtin_bswap16( value ); in __REVSH()1060 int16_t result; in __REVSH()
461 int16_t num = ( int16_t ) va_arg( arglist, int ); in RedVSNPrintf()
345 There is no official Hungarian for int8_t, int16_t, int32_t, or int64_t,
Completed in 85 milliseconds