Searched defs:LABEL (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_debug.h | 63 #define require(X, LABEL) \ argument 82 #define require_string(X, LABEL, STR) \ argument 99 #define require_quiet(X, LABEL) \ argument 116 #define require_noerr(ERR, LABEL) … argument 140 #define require_noerr_string(ERR, LABEL, STR) … argument 164 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) … argument 185 #define require_noerr_quiet(ERR, LABEL) \ argument 225 #define require_noerr_action_quiet(ERR, LABEL, ACTION) \ argument 244 #define require_action(X, LABEL, ACTION) \ argument 266 #define require_action_string(X, LABEL, ACTION, STR) \ argument [all …]
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | osal_debug.h | 194 #define require(X, LABEL) \ argument 213 #define require_string(X, LABEL, STR) \ argument 230 #define require_quiet(X, LABEL) \ argument 247 #define require_noerr(ERR, LABEL) \ argument 271 #define require_noerr_string(ERR, LABEL, STR) \ argument 295 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) \ argument 318 #define require_noerr_quiet(ERR, LABEL) \ argument 336 #define require_noerr_action(ERR, LABEL, ACTION) \ argument 360 #define require_noerr_action_quiet(ERR, LABEL, ACTION) \ argument 381 #define require_action(X, LABEL, ACTION) \ argument [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_bitreversal2.S | 33 #define LABEL macro 37 #define LABEL macro 45 #define LABEL : macro 53 #define LABEL : macro 61 #define LABEL : macro
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | webpmux.c | 161 #define ERROR_GOTO1(ERR_MSG, LABEL) \ argument 168 #define ERROR_GOTO2(ERR_MSG, FORMAT_STR, LABEL) \ argument 175 #define ERROR_GOTO3(ERR_MSG, FORMAT_STR1, FORMAT_STR2, LABEL) \ argument 601 #define CHECK_NUM_ARGS_AT_LEAST(NUM, LABEL) \ argument 607 #define CHECK_NUM_ARGS_AT_MOST(NUM, LABEL) \ argument 613 #define CHECK_NUM_ARGS_EXACTLY(NUM, LABEL) \ argument
|
Completed in 7 milliseconds