Searched refs:INLINE (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/port/include/ |
D | endian.h | 118 #define INLINE __inline__ macro 120 static INLINE uint16_t 128 static INLINE uint32_t 136 static INLINE uint64_t 144 static INLINE uint16_t 152 static INLINE uint32_t 160 static INLINE uint64_t 168 static INLINE void 177 static INLINE void 188 static INLINE void [all …]
|
D | byteswap.h | 18 static INLINE unsigned short int 35 static INLINE unsigned int
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_bitstream.h | 43 INLINE void OI_BITSTREAM_ReadInit(OI_BITSTREAM *bs, const OI_BYTE *buffer); 45 INLINE void OI_BITSTREAM_WriteInit(OI_BITSTREAM *bs, OI_BYTE *buffer); 47 INLINE OI_UINT32 OI_BITSTREAM_ReadUINT(OI_BITSTREAM *bs, OI_UINT bits); 49 INLINE OI_UINT8 OI_BITSTREAM_ReadUINT4Aligned(OI_BITSTREAM *bs); 51 INLINE OI_UINT8 OI_BITSTREAM_ReadUINT8Aligned(OI_BITSTREAM *bs); 53 INLINE void OI_BITSTREAM_WriteUINT(OI_BITSTREAM *bs,
|
D | oi_codec_sbc_private.h | 61 #ifndef INLINE 62 #define INLINE macro
|
/hal_espressif-3.4.0/components/app_trace/sys_view/SEGGER/ |
D | SEGGER.h | 80 #ifndef INLINE 86 #define INLINE __forceinline macro 92 #define INLINE inline 97 #define INLINE
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | framing.c | 113 static INLINE OI_CHAR crc_iterate(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate() 128 static INLINE OI_CHAR crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4() 145 static INLINE OI_UINT8 crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4() 151 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate() 160 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate()
|
D | dequant.c | 128 static INLINE float dequant_float(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in dequant_float() 147 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant() 186 INLINE OI_INT32 OI_SBC_Dequant_Unscaled(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant_Unscaled()
|
D | bitalloc.c | 93 INLINE OI_UINT16 OI_SBC_CalculateFrameAndHeaderlen(OI_CODEC_SBC_FRAME_INFO *frame, OI_UINT *headerL… in OI_SBC_CalculateFrameAndHeaderlen() 315 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest, in allocAdjustedBits() 342 INLINE OI_INT allocExcessBits(OI_UINT8 *dest, in allocExcessBits()
|
D | decoder-private.c | 45 INLINE OI_STATUS internal_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT *context, in internal_DecoderReset() 95 INLINE void OI_SBC_ReadHeader(OI_CODEC_SBC_COMMON_CONTEXT *common, const OI_BYTE *data) in OI_SBC_ReadHeader()
|
D | synthesis-dct8.c | 65 static INLINE OI_INT32 default_mul_32s_32s_hi(OI_INT32 u, OI_INT32 v) in default_mul_32s_32s_hi()
|
D | synthesis-sbc.c | 218 static INLINE OI_INT32 default_mul_16s_32s_hi(OI_INT16 u, OI_INT32 v) in default_mul_16s_32s_hi()
|
/hal_espressif-3.4.0/components/freemodbus/port/ |
D | port.h | 44 #define INLINE inline macro
|
/hal_espressif-3.4.0/components/freertos/include/esp_additions/freertos/ |
D | FreeRTOSConfig.h | 303 #undef INLINE // to avoid redefinition
|