Searched refs:STEP (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/freetype/src/base/ |
A D | md5.c | 60 #define STEP(f, a, b, c, d, x, t, s) \ macro 113 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 117 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 121 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() 131 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body() 132 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body() 135 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body() 139 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body() 144 STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) in body() 149 STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) in body() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | svm_functions.h | 41 #define STEP(x) (x) <= 0 ? 0 : 1 macro
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | svm_functions.h | 41 #define STEP(x) (x) <= 0 ? 0 : 1 macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | arm_math.h | 898 #define STEP(x) (x) <= 0 ? 0 : 1 macro
|
Completed in 24 milliseconds