/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/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_bitreversal2.S | 104 STR r5,[r6,#0] 105 STR r4,[r2,#0] 108 STR r5,[r6,#4] 109 STR r4,[r2,#4] 131 STR r5,[r6,#0] 132 STR r4,[r2,#0] 163 STR r6,[r9,#0] 164 STR r7,[r8,#0] 166 STR r4,[r2,#0] 171 STR r6,[r9,#4] [all …]
|
/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 379 "ldr w9, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 380 "ldr x3, [%[params_ptr], #" STR(OFFSET_OUTPUT_DEPTH) "]\n" 384 "ldr w2, [%[params_ptr], #" STR(OFFSET_OUTPUT_OFFSET) "]\n" 393 "ldr w9, [%[params_ptr], #" STR(OFFSET_FILTER_OFFSET) "]\n" 1312 "ldr w9, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 1313 "ldr x3, [%[params_ptr], #" STR(OFFSET_OUTPUT_DEPTH) "]\n" 2138 "ldr w0, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 4579 "ldr x7, [%[params_ptr], #" STR(OFFSET_INPUT_DEPTH) "]\n" 4778 "ldr x7, [%[params_ptr], #" STR(OFFSET_INPUT_DEPTH) "]\n" [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_debug.h | 45 #define check_string(X, STR) \ argument 48 debug_print_assert(0, #X, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 82 #define require_string(X, LABEL, STR) \ argument 85 debug_print_assert(0, #X, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 140 #define require_noerr_string(ERR, LABEL, STR) … argument 146 … debug_print_assert(localErr, NULL, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 164 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) … argument 170 … debug_print_assert(localErr, NULL, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 266 #define require_action_string(X, LABEL, ACTION, STR) \ argument 269 debug_print_assert(0, #X, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \
|
/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 192 "ldr w9, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 193 "ldr x3, [%[params_ptr], #" STR(OFFSET_OUTPUT_DEPTH) "]\n" 196 "ldr w2, [%[params_ptr], #" STR(OFFSET_OUTPUT_OFFSET) "]\n" 201 "ldr x1, [%[params_ptr], #" STR(OFFSET_OUTPUT_ROW_SIZE) "]\n" 1046 "ldr w0, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 1053 "ldr x5, [%[params_ptr], #" STR(OFFSET_OUTPUT_DEPTH) "]\n" 1944 "ldr w9, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 2222 "ldr x7, [%[params_ptr], #" STR(OFFSET_INPUT_DEPTH) "]\n" 2419 "ldr x6, [%[params_ptr], #" STR(OFFSET_INPUT_DEPTH) "]\n" [all …]
|
A D | depthwise_conv_hybrid_3x3_filter.h | 29 #define STR(s) STR_UNEXPANDED(s) macro 210 "ldr w9, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 211 "ldr x3, [%[params_ptr], #" STR(OFFSET_OUTPUT_DEPTH) "]\n" 217 "ldr x1, [%[params_ptr], #" STR(OFFSET_OUTPUT_ROW_SIZE) "]\n" 1143 "ldr w0, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 1145 "ldr x5, [%[params_ptr], #" STR(OFFSET_OUTPUT_DEPTH) "]\n" 2086 "ldr w9, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 2225 "ldr w6, [%[params_ptr], #" STR(OFFSET_INPUT_OFFSET) "]\n" 2374 "ldr x7, [%[params_ptr], #" STR(OFFSET_INPUT_DEPTH) "]\n" 2578 "ldr x6, [%[params_ptr], #" STR(OFFSET_INPUT_DEPTH) "]\n" [all …]
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | osal_debug.h | 176 #define check_string(X, STR) \ argument 179 debug_print_assert(0, #X, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 213 #define require_string(X, LABEL, STR) \ argument 216 debug_print_assert(0, #X, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 271 #define require_noerr_string(ERR, LABEL, STR) \ argument 277 debug_print_assert(localErr, NULL, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 295 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) \ argument 301 debug_print_assert(localErr, NULL, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \ 405 #define require_action_string(X, LABEL, ACTION, STR) \ argument 408 debug_print_assert(0, #X, STR, SHORT_FILE, __LINE__, __PRETTY_FUNCTION__); \
|
/AliOS-Things-master/hardware/arch/armv7m/common/ |
A D | panic_armcc.S | 52 STR R3, [R1] 61 STR R0, [R1, #24] 64 STR R0, [R1, #28] ;set thumb mode 123 STR R0, [R1, #0] 125 STR R0, [R1, #24] 128 STR R0, [R1, #28] ;set thumb mode
|
A D | panic_iccarm.S | 52 STR R3, [R1] 61 STR R0, [R1, #24] 64 STR R0, [R1, #28] ;set thumb mode 123 STR R0, [R1, #0] 125 STR R0, [R1, #24] 128 STR R0, [R1, #28] ;set thumb mode
|
A D | panic_gcc.sx | 56 STR R3, [R1] 65 STR R0, [R1, #24] 68 STR R0, [R1, #28] @set thumb mode 138 STR R0, [R1, #0] 140 STR R0, [R1, #24] 143 STR R0, [R1, #28]
|
/AliOS-Things-master/hardware/arch/armv8m/common/ |
A D | panic_gcc.sx | 56 STR R3, [R1] 65 STR R0, [R1, #24] 68 STR R0, [R1, #28] @set thumb mode 138 STR R0, [R1, #0] 140 STR R0, [R1, #24] 143 STR R0, [R1, #28]
|
/AliOS-Things-master/hardware/arch/armv7m/armcc/m3/ |
A D | port_s.S | 65 STR R1, [R0] 71 STR R1, [R0] 96 STR R1, [R0] 122 STR R0, [R1] 135 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m3/ |
A D | port_s.S | 65 STR R1, [R0] 71 STR R1, [R0] 96 STR R1, [R0] 122 STR R0, [R1] 135 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/gcc/m3/ |
A D | port_s.sx | 68 STR R1, [R0] 75 STR R1, [R0] 101 STR R1, [R0] 128 STR R0, [R1] 142 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m4/ |
A D | port_s.S | 65 STR R1, [R0] 71 STR R1, [R0] 96 STR R1, [R0] 130 STR R0, [R1] 143 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m7/ |
A D | port_s.S | 65 STR R1, [R0] 71 STR R1, [R0] 96 STR R1, [R0] 130 STR R0, [R1] 143 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/armcc/m4/ |
A D | port_s.S | 65 STR R1, [R0] 71 STR R1, [R0] 96 STR R1, [R0] 130 STR R0, [R1] 143 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/armcc/m7/ |
A D | port_s.S | 65 STR R1, [R0] 71 STR R1, [R0] 96 STR R1, [R0] 130 STR R0, [R1] 143 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/gcc/m4/ |
A D | port_s.sx | 68 STR R1, [R0] 75 STR R1, [R0] 101 STR R1, [R0] 136 STR R0, [R1] 150 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv7m/gcc/m7/ |
A D | port_s.sx | 68 STR R1, [R0] 75 STR R1, [R0] 101 STR R1, [R0] 136 STR R0, [R1] 150 STR R2, [R0]
|
/AliOS-Things-master/hardware/arch/armv8m/gcc/m33/ |
A D | port_s.sx | 68 STR R1, [R0] 75 STR R1, [R0] 101 STR R1, [R0] 136 STR R0, [R1] 150 STR R2, [R0]
|
/AliOS-Things-master/components/trace/SEGGER/ |
A D | SEGGER_RTT_ASM_ARMv7M.S | 189 STR R0,[R6, #+12] // pRing->WrOff = WrOff + NumBytes; 224 …STR R4,[R6, #+12] // pRing->WrOff = NumBytes; => Must be written after copy…
|
/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 20 #define XSTR(s) STR(s)
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | package.yaml | 46 # STR: "abc" # -DSTR="abc"
|
/AliOS-Things-master/solutions/py_engine_demo/ |
A D | package.yaml | 43 # STR: "abc" # -DSTR="abc"
|