/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | unicode.h | 53 #define TO_W_CHAR(STR) (L##STR) argument 57 #define WPRINTF(STR, ...) wprintf(TO_W_CHAR(STR), __VA_ARGS__) argument 58 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__) argument 61 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument 63 #define WSNPRINTF(A, B, STR, ...) _snwprintf(A, B, TO_W_CHAR(STR), __VA_ARGS__) argument 80 #define TO_W_CHAR(STR) (STR) argument 84 #define WPRINTF(STR, ...) printf(STR, __VA_ARGS__) argument 85 #define WFPRINTF(STDERR, STR, ...) fprintf(STDERR, STR, __VA_ARGS__) argument 88 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) argument 89 #define WSTRRCHR(FILENAME, STR) strrchr(FILENAME, STR) argument [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_debug.h | 45 #define check_string(X, STR) \ argument 82 #define require_string(X, LABEL, STR) \ argument 140 #define require_noerr_string(ERR, LABEL, STR) … argument 164 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) … argument 266 #define require_action_string(X, LABEL, ACTION, STR) \ argument
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | osal_debug.h | 176 #define check_string(X, STR) \ argument 213 #define require_string(X, LABEL, STR) \ argument 271 #define require_noerr_string(ERR, LABEL, STR) \ argument 295 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) \ argument 405 #define require_action_string(X, LABEL, ACTION, STR) \ argument
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
A D | depthwise_conv_3x3_filter.h | 29 #define STR(s) STR_UNEXPANDED(s) macro
|
A D | depthwise_conv_hybrid_3x3_filter.h | 29 #define STR(s) STR_UNEXPANDED(s) macro
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | depthwiseconv_uint8_3x3_filter.h | 45 #define STR(s) STR_UNEXPANDED(s) macro
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | mips_macro.h | 19 #define STR(s) #s macro
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_wave.c | 141 #define SDL_WAVE_DEBUG_CHANNELCFG(STR, CODE) case CODE: wavechannel = STR; break; in WaveDebugLogFormat() argument 142 #define SDL_WAVE_DEBUG_CHANNELSTR(STR, CODE) if (format->channelmask & CODE) { \ in WaveDebugLogFormat() argument
|