Home
last modified time | relevance | path

Searched refs:SRC (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/arm/
A Dpixman-arm-simd-asm.S52 mov STRIDE_S, SRC
53 mov MASK, SRC
54 mov STRIDE_M, SRC
59 orr SRC, SRC, lsl #16
60 mov STRIDE_S, SRC
61 mov MASK, SRC
62 mov STRIDE_M, SRC
67 orr SRC, SRC, lsl #8
68 orr SRC, SRC, lsl #16
70 mov MASK, SRC
[all …]
A Dpixman-arm-simd-asm.h437 preload_middle src_bpp, SRC, 1
441 preload_middle src_bpp, SRC, 0
477 preload_trailing src_bpp, src_bpp_shift, SRC
517 tst SRC, #3
530 tst SRC, #3
562 add SRC, SRC, STRIDE_S
706 SRC .req r2 /* source pixel pointer */
741 ldr SRC, [sp, #ARGS_STACK_OFFSET]
802 preload_leading_step1 src_bpp, WK1, SRC
822 and SCRATCH, SRC, #31
[all …]
A Dpixman-arm-neon-asm.h439 pld [SRC, #(PREFETCH_DISTANCE_SIMPLE * src_bpp / 8)]
536 pixld_src chunk_size, src_bpp, src_basereg, SRC
588 add SRC, SRC, SRC_STRIDE, lsl #src_bpp_shift
597 sub SRC, SRC, W, lsl #src_bpp_shift
678 SRC .req r4 /* source buffer pointer */
774 ldr SRC, [sp, #40]
804 PF mov PF_SRC, SRC
902 .unreq SRC
964 SRC .req r2
1070 .unreq SRC
[all …]
A Dpixman-arm-neon-asm.S248 vld4.8 {d0-d3}, [SRC]!
324 vld4.8 {d0-d3}, [SRC]!
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A Dbuild.sh42 $SRC/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc \
47 find $SRC/libpng -name "*.png" | grep -v crashers | \
50 cp $SRC/libpng/contrib/oss-fuzz/*.dict \
51 $SRC/libpng/contrib/oss-fuzz/*.options $OUT/
A DDockerfile24 RUN cp libpng/contrib/oss-fuzz/build.sh $SRC
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/BasicMathFunctions/
A DCMakeLists.txt7 file(GLOB SRC "./*_*.c")
9 add_library(CMSISNNBasicMaths STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/ActivationFunctions/
A DCMakeLists.txt7 file(GLOB SRC "./*_*.c")
9 add_library(CMSISNNActivation STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/ConvolutionFunctions/
A DCMakeLists.txt7 file(GLOB SRC "./*_*.c")
9 add_library(CMSISNNConvolutions STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/FullyConnectedFunctions/
A DCMakeLists.txt7 file(GLOB SRC "./*_*.c")
9 add_library(CMSISNNFullyConnected STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/NNSupportFunctions/
A DCMakeLists.txt7 file(GLOB SRC "./*_*.c")
9 add_library(CMSISNNSupport STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/PoolingFunctions/
A DCMakeLists.txt7 file(GLOB SRC "./*_*.c")
9 add_library(CMSISNNPooling STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/SoftmaxFunctions/
A DCMakeLists.txt7 file(GLOB SRC "./*_*.c")
9 add_library(CMSISNNSoftmax STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/ConcatenationFunctions/
A DCMakeLists.txt8 file(GLOB SRC "./*_*.c")
10 add_library(CMSISNNConcatenation STATIC ${SRC})
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/ReshapeFunctions/
A DCMakeLists.txt9 file(GLOB SRC "./*_*.c")
11 add_library(CMSISNNReshape STATIC ${SRC})
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dfilters_mips_dsp_r2.c36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ argument
37 const uint8_t* psrc = (uint8_t*)(SRC); \
109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument
110 const uint8_t* psrc = (uint8_t*)(SRC); \
168 #define PREDICT_LINE_ONE_PASS(SRC, PRED, DST) do { \ argument
176 : [pred]"r"((PRED)), [dst]"r"((DST)), [src]"r"((SRC)) \
A Drescaler_neon.c27 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) argument
28 #define LOAD_32x8(SRC, DST0, DST1) \ argument
29 LOAD_32x4(SRC + 0, DST0); \
30 LOAD_32x4(SRC + 4, DST1)
A Ddec_mips_dsp_r2.c550 A, A1, B, B1, C, C1, D, D1, SRC) \ argument
551 "lbu %[" #TEMP0 "], " #A "+" #A1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
552 "lbu %[" #TEMP1 "], " #B "+" #B1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
553 "lbu %[" #TEMP2 "], " #C "+" #C1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
554 "lbu %[" #TEMP3 "], " #D "+" #D1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
727 #define LOAD_8_BYTES(TEMP0, TEMP1, A, B, C, SRC) \ argument
728 "ulw %[" #TEMP0 "], " #A "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
729 "ulw %[" #TEMP1 "], " #B "+" #C "*" XSTR(BPS) "(%[" #SRC "]) \n\t"
/AliOS-Things-master/components/mbedtls/library/
A Dcamellia.c266 #define ROTL(DEST, SRC, SHIFT) \ argument
268 (DEST)[0] = (SRC)[0] << (SHIFT) ^ (SRC)[1] >> (32 - (SHIFT)); \
269 (DEST)[1] = (SRC)[1] << (SHIFT) ^ (SRC)[2] >> (32 - (SHIFT)); \
270 (DEST)[2] = (SRC)[2] << (SHIFT) ^ (SRC)[3] >> (32 - (SHIFT)); \
271 (DEST)[3] = (SRC)[3] << (SHIFT) ^ (SRC)[0] >> (32 - (SHIFT)); \
/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.mk38 SRC_O += $(addprefix $(BUILD)/, $(patsubst %.c,%.o,$(filter %.c,$(SRC))))
39 SRC_MPY += $(addprefix $(BUILD)/, $(patsubst %.py,%.mpy,$(filter %.py,$(SRC))))
123 $(CONFIG_H): $(SRC)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dmake.sh276 for SRC in ${CSOURCES}
277 do MODULE=`db2_name "${SRC}"`
278 make_module "${MODULE}" "${SRC}"
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c68 #define SRC(pdu) (sys_get_be16(&(pdu)[5])) macro
1019 rx->ctx.addr = SRC(buf->data); in net_decrypt()

Completed in 31 milliseconds