| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | pnmtologo.c | 83 static unsigned int get_number(FILE *fp) in get_number() argument 89 c = fgetc(fp); in get_number() 95 c = fgetc(fp); in get_number() 106 c = fgetc(fp); in get_number() 113 static unsigned int get_number255(FILE *fp, unsigned int maxval) in get_number255() argument 115 unsigned int val = get_number(fp); in get_number255() 121 FILE *fp; in read_image() local 127 fp = fopen(filename, "r"); in read_image() 128 if (!fp) in read_image() 132 magic = fgetc(fp); in read_image() [all …]
|
| H A D | conmakehash.c | 52 static void addpair(int fp, int un) in addpair() argument 60 for ( i = 0 ; i < unicount[fp] ; i++ ) in addpair() 61 if ( unitable[fp][i] == un ) in addpair() 66 if ( unicount[fp] > 254 ) in addpair() 72 unitable[fp][unicount[fp]] = un; in addpair() 73 unicount[fp]++; in addpair()
|
| H A D | docproc.c | 196 FILE * fp; in find_export_symbols() local 207 fp = fopen(real_filename, "r"); in find_export_symbols() 208 if (fp == NULL) in find_export_symbols() 214 while (fgets(line, MAXLINESZ, fp)) { in find_export_symbols() 238 fclose(fp); in find_export_symbols()
|
| H A D | checkstack.pl | 68 $re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o;
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | yuvgen.c | 122 FILE *fp; variable 141 fp = fopen(argv[1], "w"); in main() 142 if( fp == NULL || YUV == NULL || TILE == NULL ) exit(-1); in main() 151 fwrite(YUV, W * H * 1.5 , 1 , fp); in main() 154 fclose(fp); in main() 162 fp = fopen(argv[1], "wb"); in main() 164 if( fpr == NULL || fp == NULL || YUV == NULL || TILE == NULL ) exit(-1); in main() 172 fwrite(YUV, W * H * 1.5 , 1 , fp); in main() 200 if( fgets(buff,512,fp) != NULL ) in copy_row() 231 if( fread(p, 8,1,fp) == 0 ) { in copy_row2() [all …]
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/ |
| H A D | yuvgen.c | 120 FILE *fp; variable 139 fp = fopen(argv[1], "w"); in main() 140 if( fp == NULL || YUV == NULL || TILE == NULL ) exit(-1); in main() 149 fwrite(YUV, W * H * 1.5 , 1 , fp); in main() 152 fclose(fp); in main() 160 fp = fopen(argv[1], "wb"); in main() 162 if( fpr == NULL || fp == NULL || YUV == NULL || TILE == NULL ) exit(-1); in main() 170 fwrite(YUV, W * H * 1.5 , 1 , fp); in main() 198 if( fgets(buff,512,fp) != NULL ) in copy_row() 229 if( fread(p, 8,1,fp) == 0 ) { in copy_row2() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | stdio.h | 13 # define _flockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_acquire_recursive((fp)->_lock)) argument 15 # define _flockfile(fp) argument 21 # define _funlockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_release_recursive((fp)->_lock)) argument 23 # define _funlockfile(fp) argument
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 2400 void AU_CUS_FileClose(struct file *fp); 2401 void AU_CUS_FileWrite(const void *p, size_t size, size_t nmemb, struct file * fp); 2420 int AU_CUS_FileClose(FILE * fp); 2421 void AU_CUS_FileWrite(const void *p, size_t size, size_t nmemb, FILE *fp); 2424 typedef void (*AU_CUS_DTS_Parser_dtsDecodeChunkFunction)(FILE *fp, dtsHDFileInfo *pFileInfo, dtsUin… 2427 void AU_CUS_DTS_Parser_dtsDecodeDTSHDHR( FILE *fp, dtsHDFileInfo *pFileInfo, dtsUint64 chunkLength); 2428 void AU_CUS_DTS_Parser_dtsDecodeCORESSMD(FILE *fp, dtsHDFileInfo *pFileInfo, dtsUint64 chunkLength); 2429 void AU_CUS_DTS_Parser_dtsDecodeEXTSSMD( FILE *fp, dtsHDFileInfo *pFileInfo, dtsUint64 chunkLength); 2430 void AU_CUS_DTS_Parser_dtsDecodeAUPRHDR( FILE *fp, dtsHDFileInfo *pFileInfo, dtsUint64 chunkLength); 2431 void AU_CUS_DTS_Parser_dtsDecodeSTRMDATA(FILE *fp, dtsHDFileInfo *pFileInfo, dtsUint64 chunkLength); [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/gr/ |
| H A D | main.c | 37 FILE *fp; in SPILoad() local 62 fp = fopen( fn, "w+" ) ; in SPILoad() 63 fwrite( pp, 1, size, fp ) ; in SPILoad() 64 fclose(fp) ; in SPILoad()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 485 #define getc(fp) __sgetc(fp) argument 486 #define putc(x, fp) __sputc(x, fp) argument
|
| /utopia/UTPA2-700.0.x/mxlib/ |
| H A D | cfg_tool.mk | 231 CFG_CC_OPTS += -mcpu=cortex-a53+fp 246 CFG_CC_OPTS += -mcpu=cortex-a53+fp 257 CFG_CC_OPTS += -mcpu=cortex-a53+fp
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | cdrom.h | 867 __u8 fp : 1; member 878 __u8 fp : 1; member
|
| H A D | if_hippi.h | 152 struct hippi_fp_hdr fp; member
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | regdef.h | 78 #define fp $30 /* frame pointer */ macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 3472 size_t fp = 0; in internal_malloc_stats() local 3478 fp = m->footprint; in internal_malloc_stats() 3479 used = fp - (m->topsize + TOP_FOOT_SIZE); in internal_malloc_stats() 3494 fprintf(stderr, "system bytes = %10lu\n", (unsigned long)(fp)); in internal_malloc_stats()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2889 size_t fp = 0; in internal_malloc_stats() local 2895 fp = m->footprint; in internal_malloc_stats() 2896 used = fp - (m->topsize + TOP_FOOT_SIZE); in internal_malloc_stats()
|