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/ |
D | msc_common.h | 49 #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/ |
D | argtable3.c | 2996 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/ |
D | heap_tlsf.h | 55 #define tlsf_cast(t, exp) ((t) (exp)) argument
|
D | heap_tlsf.c | 85 #define tlsf_static_assert(exp) \ argument
|
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 31 #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/ |
D | test_msc.c | 36 #define ESP_OK_ASSERT(exp) TEST_ASSERT_EQUAL(ESP_OK, exp) argument
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | crypto_mbedtls-bignum.c | 194 mbedtls_mpi exp, tmp; in crypto_bignum_legendre() local
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/common/ |
D | sae.c | 316 u8 exp[1]; in sae_test_pwd_seed_ffc() local
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 258 INT8 exp; member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 199 INT8 exp; member
|