/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/ |
D | flatcc_alloc.h | 51 #define FLATCC_ALLOC(n) NULL argument 53 #define FLATCC_REALLOC(p,n) NULL argument 54 #define FLATCC_CALLOC(nm,n) NULL argument 55 #define FLATCC_ALIGNED_ALLOC(a,n) NULL argument 60 #define FLATCC_ALLOC(n) malloc(n) argument 68 #define FLATCC_REALLOC(p, n) realloc(p, n) argument 72 #define FLATCC_CALLOC(nm, n) calloc(nm, n) argument 127 #define FLATCC_ALIGNED_ALLOC(a, n) aligned_alloc(a, n) argument
|
D | flatcc_endian.h | 54 #define le8toh(n) (n) argument 58 #define be8toh(n) (n) argument 62 #define htole8(n) (n) argument 66 #define htobe8(n) (n) argument
|
D | flatcc_emitter.h | 73 #define FLATCC_EMITTER_ALLOC(n) aligned_alloc(FLATCC_EMITTER_PAGE_MULTIPLE,\ argument 82 #define FLATCC_EMITTER_ALLOC(n) FLATCC_ALLOC(n) argument
|
D | flatcc_builder.h | 191 #define FLATCC_BUILDER_ALLOC(n) FLATCC_ALLOC(n) argument 199 #define FLATCC_BUILDER_REALLOC(p, n) FLATCC_REALLOC(p, n) argument 203 #define FLATCC_BUILDER_ALIGNED_ALLOC(a, n) FLATCC_ALIGNED_ALLOC(a, n) argument
|
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/portable/ |
D | pendian.h | 196 #define le8toh(n) (n) argument 197 #define htole8(n) (n) argument 198 #define be8toh(n) (n) argument 199 #define htobe8(n) (n) argument
|
/NetX-Duo-v6.2.1/addons/snmp/ |
D | nx_sha1.c | 68 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
|
/NetX-Duo-v6.2.1/addons/websocket/ |
D | nx_sha1.c | 68 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
|
/NetX-Duo-v6.2.1/crypto_libraries/src/ |
D | nx_crypto_gcm.c | 297 UINT i, n; in _nx_crypto_gcm_ghash_update() local 374 UINT i, n; in _nx_crypto_gcm_gctr() local
|
D | nx_crypto_sha1.c | 67 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) argument
|
D | nx_crypto_sha2.c | 43 #define RIGHT_SHIFT_CIRCULAR(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
|
D | nx_crypto_sha5.c | 55 #define RIGHT_SHIFT_CIRCULAR(x, n) (((x) >> (n)) | ((x) << (64 - (n)))) argument
|
D | nx_crypto_md5.c | 63 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) argument
|
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/src/runtime/ |
D | refmap.c | 34 static const size_t n = (size_t)((FLATCC_REFMAP_LOAD_FACTOR) * 256.0f); in _flatcc_refmap_above_load_factor() local
|
D | builder.c | 132 size_t n; in flatcc_builder_default_alloc() local 908 uoffset_t n, n1; in vector_count_add() local
|
/NetX-Duo-v6.2.1/common/src/ |
D | nx_md5.c | 62 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
|
/NetX-Duo-v6.2.1/addons/http/ |
D | nxd_http_client.h | 216 #define nx_http_client_create(p,n,i,pp,w) _nxe_http_client_create(p,n,i,pp,w, sizeof(NX_H… argument
|
D | nxd_http_server.h | 486 #define nx_http_server_create(p,n,i,m,sp,ss,pp,a,r) _nxe_http_server_create(p,n,i,m,sp,ss,pp,a,r,si… argument
|
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/model/schema/ |
D | flatbuffers_common_reader.h | 224 #define __flatbuffers_identity(n) (n) argument 227 #define __flatbuffers_scalar_cmp(x, y, n) ((x) < (y) ? -1 : (x) > (y)) argument 228 static inline int __flatbuffers_string_n_cmp(flatbuffers_string_t v, const char *s, size_t n) in __flatbuffers_string_n_cmp() 232 static inline int __flatbuffers_string_cmp(flatbuffers_string_t v, const char *s, size_t n) { (void… in __flatbuffers_string_cmp()
|
/NetX-Duo-v6.2.1/addons/web/ |
D | nx_web_http_client.h | 210 #define nx_web_http_client_create(p,n,i,pp,w) _nxe_web_http_client_create(p,n,i,pp,w, siz… argument
|
D | nx_web_http_server.h | 430 #define nx_web_http_server_create(p,n,i,pn,m,sp,ss,pp,a,r) _nxe_web_http_server_create(p,n,i,pn,m… argument
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_adu_agent.c | 3655 UCHAR *n, ULONG n_size, in nx_azure_iot_adu_agent_rs256_verify()
|
D | nx_azure_iot_adu_agent.h | 632 const UCHAR *n; member
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_api.h | 482 #define NX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _nx_trace_object_register(t, (VOID *)p,… argument 3361 #define nx_ip_create(i, n, a, m, d, l, p, s, y) _nxe_ip_create(i, n, a, m, d, l, p, s, y, s… argument 3433 #define nx_packet_pool_create(p, n, l, m, s) _nxe_packet_pool_create(p, n, l, m, s, size… argument 3459 #define nx_tcp_socket_create(i, s, n, t, f, l, w, u, d) _nxe_tcp_socket_create(i, s, n, t, f, l, w,… argument 3490 #define nx_udp_socket_create(i, s, n, t, f, l, q) _nxe_udp_socket_create(i, s, n, t, f, l, q,… argument
|
/NetX-Duo-v6.2.1/addons/BSD/ |
D | nxd_bsd.c | 13043 UINT n, i; in inet_pton() local
|