Searched defs:SRC (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | filters_mips_dsp_r2.c | 36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ argument 109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument 168 #define PREDICT_LINE_ONE_PASS(SRC, PRED, DST) do { \ argument
|
A D | rescaler_neon.c | 27 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) argument 28 #define LOAD_32x8(SRC, DST0, DST1) \ argument
|
A D | dec_mips_dsp_r2.c | 550 A, A1, B, B1, C, C1, D, D1, SRC) \ argument 727 #define LOAD_8_BYTES(TEMP0, TEMP1, A, B, C, SRC) \ argument
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | camellia.c | 266 #define ROTL(DEST, SRC, SHIFT) \ argument
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | net.c | 68 #define SRC(pdu) (sys_get_be16(&(pdu)[5])) macro
|
Completed in 12 milliseconds