Home
last modified time | relevance | path

Searched defs:n (Results 1 – 24 of 24) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/
Dflatcc_alloc.h51 #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
Dflatcc_endian.h54 #define le8toh(n) (n) argument
58 #define be8toh(n) (n) argument
62 #define htole8(n) (n) argument
66 #define htobe8(n) (n) argument
Dflatcc_emitter.h73 #define FLATCC_EMITTER_ALLOC(n) aligned_alloc(FLATCC_EMITTER_PAGE_MULTIPLE,\ argument
82 #define FLATCC_EMITTER_ALLOC(n) FLATCC_ALLOC(n) argument
Dflatcc_builder.h191 #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/
Dpendian.h196 #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/
Dnx_sha1.c68 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
/NetX-Duo-v6.2.1/addons/websocket/
Dnx_sha1.c68 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_gcm.c297 UINT i, n; in _nx_crypto_gcm_ghash_update() local
374 UINT i, n; in _nx_crypto_gcm_gctr() local
Dnx_crypto_sha1.c67 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) argument
Dnx_crypto_sha2.c43 #define RIGHT_SHIFT_CIRCULAR(x, n) (((x) >> (n)) | ((x) << (32 - (n)))) argument
Dnx_crypto_sha5.c55 #define RIGHT_SHIFT_CIRCULAR(x, n) (((x) >> (n)) | ((x) << (64 - (n)))) argument
Dnx_crypto_md5.c63 #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/
Drefmap.c34 static const size_t n = (size_t)((FLATCC_REFMAP_LOAD_FACTOR) * 256.0f); in _flatcc_refmap_above_load_factor() local
Dbuilder.c132 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/
Dnx_md5.c62 #define LEFT_SHIFT_CIRCULAR(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.h216 #define nx_http_client_create(p,n,i,pp,w) _nxe_http_client_create(p,n,i,pp,w, sizeof(NX_H… argument
Dnxd_http_server.h486 #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/
Dflatbuffers_common_reader.h224 #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/
Dnx_web_http_client.h210 #define nx_web_http_client_create(p,n,i,pp,w) _nxe_web_http_client_create(p,n,i,pp,w, siz… argument
Dnx_web_http_server.h430 #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/
Dnx_azure_iot_adu_agent.c3655 UCHAR *n, ULONG n_size, in nx_azure_iot_adu_agent_rs256_verify()
Dnx_azure_iot_adu_agent.h632 const UCHAR *n; member
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h482 #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/
Dnxd_bsd.c13043 UINT n, i; in inet_pton() local