代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/373828/9433860

asm dotp4afunc.asm

;Dotp4afunc.asm Multiply two arrays. Called from dotp4a_init.asm ;A4=x address,B4=y address,A6=count(size of array),B3=return address .def dotp4afunc ;dot product function .text
www.eeworm.com/read/373828/9433869

log cc_build_debug.log

--------------------------- Loop_print.pjt - Debug --------------------------- "C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_print/" -@"Debug.lkf" "c6xdskinit.c" [c6xdskinit.c
www.eeworm.com/read/373828/9433984

log cc_build_debug.log

--------------------------- Loop_store.pjt - Debug --------------------------- "C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_store" -@"Debug.lkf" "c6xdskinit.c" [c6xdskinit.c]
www.eeworm.com/read/373828/9434448

asm fircircfunc.asm

;FIRcircfunc.asm ASM function called from C using circular addressing ;A4=newest sample, B4=coefficient address, A6=filter order ;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1]
www.eeworm.com/read/373828/9434681

asm dotp4afunc.asm

;Dotp4afunc.asm Multiply two arrays. Called from dotp4a_init.asm ;A4=x address,B4=y address,A6=count(size of array),B3=return address .def dotp4afunc ;dot product function .text
www.eeworm.com/read/373828/9434691

log cc_build_debug.log

--------------------------- Loop_print.pjt - Debug --------------------------- "C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_print/" -@"Debug.lkf" "c6xdskinit.c" [c6xdskinit.c
www.eeworm.com/read/373828/9434755

asm sine8_intr.asm

;****************************************************************************** ;* TMS320C6x ANSI C Codegen Version 4.10 * ;* Date/Time created: Tue Oct 23 10:47
www.eeworm.com/read/373828/9434759

c sine8_intr.c

//sine8_intr.c Sine generation using 8 points, f=Fs/(# of points) //Comm routines and support files included in C6xdskinit.c short loop = 0; short sin_table[8] = {0,707,1000,707,0,-707,-1000,-707
www.eeworm.com/read/373828/9434823

asm sine8_intr.asm

;****************************************************************************** ;* TMS320C6x ANSI C Codegen Version 4.10 * ;* Date/Time created: Tue Oct 23 10:47
www.eeworm.com/read/373828/9434828

c sine8_intr.c

//sine8_intr.c Sine generation using 8 points, f=Fs/(# of points) //Comm routines and support files included in C6xdskinit.c short loop = 0; short sin_table[8] = {0,707,1000,707,0,-707,-1000,-707