⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.pp

📁 语音信号加密
💻 PP
📖 第 1 页 / 共 4 页
字号:
#line 1 "main.c"



 





 
#line 1 "d:/program files/ti/c5500/cgtools/include/stdio.h"
 
 
 
 



#line 1 "d:/program files/ti/c5500/cgtools/include/linkage.h"
 
 
 
 




 




 
 
 
#line 24 "d:/program files/ti/c5500/cgtools/include/linkage.h"

#line 9 "d:/program files/ti/c5500/cgtools/include/stdio.h"
#line 1 "d:/program files/ti/c5500/cgtools/include/stdarg.h"
 
 
 
 








typedef int *va_list;










 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#line 53 "d:/program files/ti/c5500/cgtools/include/stdarg.h"


#line 62 "d:/program files/ti/c5500/cgtools/include/stdarg.h"

#line 10 "d:/program files/ti/c5500/cgtools/include/stdio.h"

#line 18 "d:/program files/ti/c5500/cgtools/include/stdio.h"

 
 
 


typedef unsigned size_t;                                           


typedef struct {
      int fd;                     
      unsigned char* buf;         
      unsigned char* pos;         
      unsigned char* bufend;      
      unsigned char* buff_stop;   
      unsigned int   flags;       
      int index;                  
} FILE;






typedef long fpos_t;




 
 
 
#line 63 "d:/program files/ti/c5500/cgtools/include/stdio.h"







 
 
 























 



 
 
 
 
 
 
 










typedef struct {
   char  name[9];
   unsigned short flags;
   int (*OPEN) (const char *path, unsigned flags, int fno);
   int (*CLOSE) (int fno);
   int (*READ) (int fno, char *buf, unsigned count);
   int (*WRITE) (int fno, const char *buf, unsigned count);
   fpos_t (*LSEEK) (int fno, fpos_t offset, int origin);
   int (*UNLINK) (const char *path);
   int (*RENAME) (const char *old_name, const char *new_name);
} _DEVICE;

extern  FILE _ftable[20];
extern  char _tmpnams[20][(sizeof("") + 15)];

 
 
 
 
 
 
extern  int     remove(const char *_file);
extern  int     rename(const char *_old, const char *_new);
extern  FILE   *tmpfile(void);
extern  char   *tmpnam(char *_s);

 
 
 
extern  int     fclose(FILE *_fp); 
extern  FILE   *fopen(const char *_fname, const char *_mode);
extern  FILE   *freopen(const char *_fname, const char *_mode,
			            register FILE *_fp);
extern  void    setbuf(register FILE *_fp, char *_buf);
extern  int     setvbuf(register FILE *_fp, register char *_buf, 
			            register int _type, register size_t _size);
extern  int     fflush(register FILE *_fp); 

 
 
 
extern  int fprintf(FILE *_fp, const char *_format, ...);
extern  int fscanf(FILE *_fp, const char *_fmt, ...);
extern  int printf(const char *_format, ...);
extern  int scanf(const char *_fmt, ...);
extern  int sprintf(char *_string, const char *_format, ...);
extern  int sscanf(const char *_str, const char *_fmt, ...);
extern  int vfprintf(FILE *_fp, const char *_format, va_list _ap);
extern  int vprintf(const char *_format, va_list _ap);
extern  int vsprintf(char *_string, const char *_format,
				 va_list _ap);

 
 
 
extern  int     fgetc(register FILE *_fp);
extern  char   *fgets(char *_ptr, register int _size,
				  register FILE *_fp);
extern  int     fputc(int _c, register FILE *_fp);
extern  int     fputs(const char *_ptr, register FILE *_fp);
extern  int     getc(FILE *_p);
extern  int     getchar(void);
extern  char   *gets(char *_ptr); 
extern  int     putc(int _x, FILE *_fp);
extern  int     putchar(int _x);
extern  int     puts(const char *_ptr); 
extern  int     ungetc(int _c, register FILE *_fp);

 
 
 
extern  size_t  fread(void *_ptr, size_t _size, size_t _count,
				  FILE *_fp);
extern  size_t  fwrite(const void *_ptr, size_t _size,
				   size_t _count, register FILE *_fp); 

 
 
 
extern  int     fgetpos(FILE *_fp, fpos_t *_pos);
extern  int     fseek(register FILE *_fp, long _offset,
				  int _ptrname);
extern  int     fsetpos(FILE *_fp, const fpos_t *_pos);
extern  long    ftell(FILE *_fp);
extern  void    rewind(register FILE *_fp); 

 
 
 
extern  void    clearerr(FILE *_fp);
extern  int     feof(FILE *_fp);
extern  int     ferror(FILE *_fp);
extern  void    perror(const char *_s);









 

 
 
 
 
 
extern  char     *getenv(const char *_string);

 
 
 
extern  int add_device(char     *name,
			           unsigned  flags,
			           int      (*dopen)(),
			           int      (*dclose)(),
			           int      (*dread)(),
			           int      (*dwrite)(),
			           fpos_t   (*dlseek)(),
			           int      (*dunlink)(),
			           int      (*drename)());


  









 


#line 311 "d:/program files/ti/c5500/cgtools/include/stdio.h"



#line 12 "main.c"

#line 1 "d:/program files/ti/c5500/bios/include/csl_mcbsp.h"
































 



#line 1 "d:/program files/ti/c5500/bios/include/_csl.h"


















 





#line 1 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"





























































 




 
#line 1 "d:/program files/ti/c5500/bios/include/csl_std.h"

























 






typedef unsigned short  CSLBool;
typedef int  CSLInt;
typedef char CSLChar;
typedef unsigned int CSLUint;




 

#line 51 "d:/program files/ti/c5500/bios/include/csl_std.h"

 


 






 

#line 70 "d:/program files/ti/c5500/bios/include/csl_std.h"




 

#line 1 "d:/program files/ti/c5500/bios/include/tistdtypes.h"


 









 







 




 
typedef int			Int;
typedef unsigned		Uns;
typedef char			Char;

 
typedef char			*String;

typedef void			*Ptr;		 

typedef unsigned short		Bool;		 







 

 
#line 60 "d:/program files/ti/c5500/bios/include/tistdtypes.h"
     
    typedef unsigned long	Uint32;
    typedef unsigned short	Uint16;
    typedef unsigned char	Uint8;

     
    typedef long		Int32;
    typedef short		Int16;
    typedef char		Int8;






#line 77 "d:/program files/ti/c5500/bios/include/csl_std.h"


typedef unsigned char	  Uchar;
typedef void *          Handle;
   


 






 


 

 

   




















  



  

 













  

 













 

 














 

#line 69 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"
#line 1 "d:/program files/ti/c5500/bios/include/csl_stdhal.h"



















 





 










 





 




 







 










 



 



 



 



 

 
 
 





 

#line 70 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 77 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 84 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"


#line 92 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 99 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"


#line 107 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 114 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 121 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"


#line 129 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 136 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 143 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

































#line 183 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 191 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 199 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"







#line 224 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"



 
 
 
 
 
 
 
 
 
#line 266 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

#line 275 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"
 
#line 295 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

 



 
#line 308 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"
 


 














 



















  







  







  







  







  







  







  







  





#line 418 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"



















 















  



  







  







  







  







  







  







  







  







  







  







  







  





#line 566 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"





















 



















  







  







  







  







  







  







  







  







  







  







  







  







  







  





#line 733 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"


















 















  




  







  







  







  







  







  







  







  







  







  







  





#line 872 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"



















 















  



  







  







  







  







  







  







  







  







  







  







  







  







  





#line 1029 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"















 















  



  







  







  







  







  







  







  







  





#line 1136 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"

 


















 















  



  







  







  







  







  







  







  







  







  







  







  







  







  





#line 1294 "d:/program files/ti/c5500/bios/include/csl_chiphal.h"















 















  



  







  







  







  








  







  







  







  



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -