Home
last modified time | relevance | path

Searched refs:htons (Results 1 – 25 of 99) sorted by relevance

1234

/NetX-Duo-v6.2.1/ports/cortex_m23/gnu/inc/
Dnx_port.h100 #ifndef htons
101 #define htons(val) __builtin_bswap16(val) macro
113 #ifndef htons
114 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m23/iar/inc/
Dnx_port.h98 #ifndef htons
99 #define htons(val) __REV16(val) macro
111 #ifndef htons
112 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m3/gnu/inc/
Dnx_port.h104 #ifndef htons
105 #define htons(val) __builtin_bswap16(val) macro
117 #ifndef htons
118 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m3/iar/inc/
Dnx_port.h98 #ifndef htons
99 #define htons(val) __REV16(val) macro
111 #ifndef htons
112 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m33/ac6/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __builtin_bswap16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m33/gnu/inc/
Dnx_port.h101 #ifndef htons
102 #define htons(val) __builtin_bswap16(val) macro
114 #ifndef htons
115 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m33/iar/inc/
Dnx_port.h101 #ifndef htons
102 #define htons(val) __REV16(val) macro
114 #ifndef htons
115 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m4/gnu/inc/
Dnx_port.h104 #ifndef htons
105 #define htons(val) __builtin_bswap16(val) macro
117 #ifndef htons
118 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m4/iar/inc/
Dnx_port.h98 #ifndef htons
99 #define htons(val) __REV16(val) macro
111 #ifndef htons
112 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m55/ac6/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __builtin_bswap16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m55/gnu/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __builtin_bswap16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m55/iar/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __REV16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m7/ac6/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __builtin_bswap16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m7/gnu/inc/
Dnx_port.h104 #ifndef htons
105 #define htons(val) __builtin_bswap16(val) macro
117 #ifndef htons
118 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m7/iar/inc/
Dnx_port.h98 #ifndef htons
99 #define htons(val) __REV16(val) macro
111 #ifndef htons
112 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m85/ac6/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __builtin_bswap16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m85/gnu/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __builtin_bswap16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m85/iar/inc/
Dnx_port.h97 #ifndef htons
98 #define htons(val) __REV16(val) macro
110 #ifndef htons
111 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_r4/ac6/inc/
Dnx_port.h100 #ifndef htons
101 #define htons(val) __builtin_bswap16(val) macro
113 #ifndef htons
114 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_r4/gnu/inc/
Dnx_port.h100 #ifndef htons
101 #define htons(val) __builtin_bswap16(val) macro
113 #ifndef htons
114 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_r5/gnu/inc/
Dnx_port.h100 #ifndef htons
101 #define htons(val) __builtin_bswap16(val) macro
113 #ifndef htons
114 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m0/gnu/inc/
Dnx_port.h104 #ifndef htons
105 #define htons(val) __builtin_bswap16(val) macro
117 #ifndef htons
118 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m0/iar/inc/
Dnx_port.h98 #ifndef htons
99 #define htons(val) __REV16(val) macro
111 #ifndef htons
112 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m3/ac5/inc/
Dnx_port.h121 #ifndef htons
122 #define htons(val) __SWAP16__(val) macro
134 #ifndef htons
135 #define htons(val) (val) macro
/NetX-Duo-v6.2.1/ports/cortex_m3/keil/inc/
Dnx_port.h121 #ifndef htons
122 #define htons(val) __SWAP16__(val) macro
134 #ifndef htons
135 #define htons(val) (val) macro

1234