Home
last modified time | relevance | path

Searched defs:v (Results 1 – 14 of 14) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/deps/flatcc/include/flatcc/portable/
Dpendian.h91 #define bswap16(v) \ argument
96 #define bswap32(v) \ argument
104 #define bswap64(v) \ argument
116 #define bswap8(v) ((uint8_t)(v)) argument
136 #define le16toh(v) (v) argument
137 #define le32toh(v) (v) argument
138 #define le64toh(v) (v) argument
140 #define htole16(v) (v) argument
141 #define htole32(v) (v) argument
142 #define htole64(v) (v) argument
[all …]
Dpstdint.h361 # define UINT8_C(v) ((uint8_t) v) argument
376 # define INT8_C(v) ((int8_t) v) argument
391 # define UINT16_C(v) ((uint16_t) (v)) argument
394 # define UINT16_C(v) ((uint16_t) (v)) argument
412 # define INT16_C(v) ((int16_t) (v)) argument
418 # define INT16_C(v) ((int16_t) (v)) argument
433 # define UINT32_C(v) v ## UL argument
442 # define UINT32_C(v) v ## U argument
445 # define UINT32_C(v) ((unsigned short) (v)) argument
463 # define INT32_C(v) v ## L argument
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/model/schema/
Dprocess_event_json_printer.h10 static void AzureIoTSecurity_ProcessEvent_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_ProcessEvent_print_json_enum()
Dprocess_event_type_json_printer.h10 static void AzureIoTSecurity_ProcessEventType_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_ProcessEventType_print_json_enum()
Dprotocol_json_printer.h10 static void AzureIoTSecurity_Protocol_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Protocol_print_json_enum()
Dbaseline_json_printer.h12 static void AzureIoTSecurity_Result_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Result_print_json_enum()
23 static void AzureIoTSecurity_Severity_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Severity_print_json_enum()
Dlog_json_printer.h12 static void AzureIoTSecurity_Level_print_json_enum(flatcc_json_printer_t *ctx, int8_t v) in AzureIoTSecurity_Level_print_json_enum()
Dflatbuffers_common_reader.h228 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/crypto_libraries/src/
Dnx_crypto_ecjpake.c175 NX_CRYPTO_EC_POINT v; in _nx_crypto_ecjpake_hello_generate() local
343 NX_CRYPTO_EC_POINT v; in _nx_crypto_ecjpake_hello_process() local
504 NX_CRYPTO_EC_POINT public_key, v; in _nx_crypto_ecjpake_key_exchange_generate() local
641 NX_CRYPTO_EC_POINT public_key, v; in _nx_crypto_ecjpake_key_exchange_process() local
781 NX_CRYPTO_EC_POINT *v, in _nx_crypto_ecjpake_schnorr_zkp_hash()
1110 NX_CRYPTO_EC_POINT *v, in _nx_crypto_ecjpake_schnorr_zkp_generate()
1213 NX_CRYPTO_EC_POINT *v, in _nx_crypto_ecjpake_schnorr_zkp_verify()
Dnx_crypto_initialize.c146 char v; in _nx_crypto_self_test_memset() local
Dnx_crypto_huge_number.c2165 NX_CRYPTO_HUGE_NUMBER u, v, A, C; in _nx_crypto_huge_number_inverse_modulus_prime() local
2302 NX_CRYPTO_HUGE_NUMBER u, v, A, B, C, D; in _nx_crypto_huge_number_inverse_modulus() local
Dnx_crypto_gcm.c206 UCHAR v[NX_CRYPTO_GCM_BLOCK_SIZE]; in _nx_crypto_gcm_multi() local
Dnx_crypto_aes.c1514 UINT *v; in _nx_crypto_aes_decrypt() local
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_huge_number.h97 #define HN_ULONG_TO_UBASE(v) v argument