Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 98) sorted by relevance

1234

/NetX-Duo-v6.2.1/test/cmake/netxduo64/
Dnx_user.h54 #define NX_THREAD_EXTENSION_PTR_SET(a, b) { \ argument
59 #define NX_THREAD_EXTENSION_PTR_GET(a, b, c) { \ argument
73 #define NX_TIMER_EXTENSION_PTR_SET(a, b) { \ argument
78 #define NX_TIMER_EXTENSION_PTR_GET(a, b, c) { \ argument
/NetX-Duo-v6.2.1/addons/tftp/
Dnxd_tftp_client.h214 #define nx_tftp_client_create(a,b,c,d) _nxd_tftp_client_create(a,b,c,d,NX_IP_VERSION_V4) argument
215 #define nx_tftp_client_packet_allocate(a,b,c) _nxd_tftp_client_packet_allocate(a,b,c, NX_IP_VERSI… argument
218 #define nx_tftp_client_file_close(a) _nxd_tftp_client_file_close(a, NX_IP_VERSION_V4) argument
219 #define nx_tftp_client_file_read(a,b,c) _nxd_tftp_client_file_read(a,b,c,NX_IP_VERSION_V4) argument
220 #define nx_tftp_client_file_write(a,b,c) _nxd_tftp_client_file_write(a,b,c,NX_IP_VERSION_V4) argument
242 #define nx_tftp_client_create(a,b,c,d) _nxde_tftp_client_create(a,b,c,d,NX_IP_VERSION_V4) argument
243 #define nx_tftp_client_packet_allocate(a,b,c) _nxde_tftp_client_packet_allocate(a,b,c,NX_IP_VERSI… argument
246 #define nx_tftp_client_file_close(a) _nxde_tftp_client_file_close(a, NX_IP_VERSION_V4) argument
247 #define nx_tftp_client_file_read(a,b,c) _nxde_tftp_client_file_read(a,b,c,NX_IP_VERSION_V4) argument
248 #define nx_tftp_client_file_write(a,b,c) _nxde_tftp_client_file_write(a,b,c,NX_IP_VERSION_V4) argument
/NetX-Duo-v6.2.1/common/src/
Dnx_md5.c66 #define FF(a, b, c, d, x, s, ac) { \ argument
71 #define GG(a, b, c, d, x, s, ac) { \ argument
76 #define HH(a, b, c, d, x, s, ac) { \ argument
81 #define II(a, b, c, d, x, s, ac) { \ argument
425 ULONG a, b, c, d; in _nx_md5_process_buffer() local
/NetX-Duo-v6.2.1/ports/mips/gnu/inc/
Dnx_port.h98 #define NX_CHANGE_USHORT_ENDIAN(a) (a = (((a >> 8) | (a << 8)) & 0xFFFF)) argument
118 #define NX_CHANGE_ULONG_ENDIAN(a) argument
119 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m3/ac5/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m3/keil/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m33/ac5/inc/
Dnx_port.h108 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
134 #define NX_CHANGE_ULONG_ENDIAN(a) argument
135 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m4/ac5/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m4/keil/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m55/ac5/inc/
Dnx_port.h102 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
128 #define NX_CHANGE_ULONG_ENDIAN(a) argument
129 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m7/ac5/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_m85/ac5/inc/
Dnx_port.h102 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
128 #define NX_CHANGE_ULONG_ENDIAN(a) argument
129 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_r4/ac5/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_r4/iar/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_r5/ac5/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_r5/iar/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/linux/gnu/inc/
Dnx_port.h101 #define NX_CHANGE_USHORT_ENDIAN(a) a = ((USHORT)((a >> 8) | (a << 8)) & 0xFFFF) argument
127 #define NX_CHANGE_ULONG_ENDIAN(a) argument
128 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/rxv2/ccrx/inc/
Dnx_port.h108 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
134 #define NX_CHANGE_ULONG_ENDIAN(a) argument
135 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/rxv2/gnu/inc/
Dnx_port.h106 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/rxv2/iar/inc/
Dnx_port.h106 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/win32/vs_2019/inc/
Dnx_port.h102 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
128 #define NX_CHANGE_ULONG_ENDIAN(a) argument
129 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/arc_em/metaware/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/arc_hs/metaware/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_a15/gnu/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument
/NetX-Duo-v6.2.1/ports/cortex_a5/ac5/inc/
Dnx_port.h105 #define NX_CHANGE_USHORT_ENDIAN(a) a = (((a >> 8) | (a << 8)) & 0xFFFF) argument
131 #define NX_CHANGE_ULONG_ENDIAN(a) argument
132 #define NX_CHANGE_USHORT_ENDIAN(a) argument

1234