Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/private_include/
Dmsc_common.h49 #define MSC_GOTO_ON_ERROR(exp) ESP_GOTO_ON_ERROR(exp, fail, TAG, "") argument
51 #define MSC_GOTO_ON_FALSE(exp, err) ESP_GOTO_ON_FALSE( (exp), err, fail, TAG, "" ) argument
53 #define MSC_RETURN_ON_ERROR(exp) ESP_RETURN_ON_ERROR((exp), TAG, "") argument
55 #define MSC_RETURN_ON_FALSE(exp, err) ESP_RETURN_ON_FALSE( (exp), (err), TAG, "") argument
57 #define MSC_RETURN_ON_INVALID_ARG(exp) ESP_RETURN_ON_FALSE((exp) != NULL, ESP_ERR_INVALID_ARG, TAG,… argument
/hal_espressif-3.5.0/components/console/argtable3/
Dargtable3.c2996 static int trex_newnode(TRex *exp, TRexNodeType type) in trex_newnode()
3013 static void trex_error(TRex *exp,const TRexChar *error) in trex_error()
3019 static void trex_expect(TRex *exp, int n){ in trex_expect()
3025 static TRexChar trex_escapechar(TRex *exp) in trex_escapechar()
3041 static int trex_charclass(TRex *exp,int classid) in trex_charclass()
3048 static int trex_charnode(TRex *exp,TRexBool isclass) in trex_charnode()
3087 static int trex_class(TRex *exp) in trex_class()
3136 static int trex_parsenumber(TRex *exp) in trex_parsenumber()
3149 static int trex_element(TRex *exp) in trex_element()
3231 static int trex_list(TRex *exp) in trex_list()
[all …]
/hal_espressif-3.5.0/components/heap/
Dheap_tlsf.h55 #define tlsf_cast(t, exp) ((t) (exp)) argument
Dheap_tlsf.c85 #define tlsf_static_assert(exp) \ argument
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c31 #define MSC_GOTO_ON_FALSE_CRITICAL(exp, err) \ argument
40 #define MSC_RETURN_ON_FALSE_CRITICAL(exp, err) \ argument
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c36 #define ESP_OK_ASSERT(exp) TEST_ASSERT_EQUAL(ESP_OK, exp) argument
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c194 mbedtls_mpi exp, tmp; in crypto_bignum_legendre() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/
Dsae.c316 u8 exp[1]; in sae_test_pwd_seed_ffc() local
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h258 INT8 exp; member
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h199 INT8 exp; member