Home
last modified time | relevance | path

Searched refs:M (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/model/schema/
Dflatbuffers_common_builder.h432 #define __flatbuffers_build_union_table_value_field(NS, N, NU, M, T)\ argument
433 static inline int N ## _ ## M ## _add(NS ## builder_t *B, T ## _ref_t ref)\
434 { return N ## _add(B, NU ## _as_ ## M (ref)); }\
435 static inline int N ## _ ## M ## _start(NS ## builder_t *B)\
437 static inline int N ## _ ## M ## _end(NS ## builder_t *B)\
439 return ref ? N ## _ ## M ## _add(B, ref) : -1; }\
440 static inline int N ## _ ## M ## _create(NS ## builder_t *B __ ## T ##_formal_args)\
442 return ref ? N ## _add(B, NU ## _as_ ## M(ref)) : -1; }\
443 static inline int N ## _ ## M ## _clone(NS ## builder_t *B, T ## _table_t t)\
445 return ref ? N ## _add(B, NU ## _as_ ## M(ref)) : -1; }
[all …]
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ccm.c188 USHORT M, UINT block_size) in _nx_crypto_ccm_authentication_init() argument
214 Flags |= (UCHAR)(((M - 2) >> 1) << 3); in _nx_crypto_ccm_authentication_init()