Home | History | Annotate | Download | only in perf

Lines Matching refs:FILE

1 // This benchmark is basically bzip2 (mashed to be a single file)
22 /*--- Private header file for the library. ---*/
27 This file is a part of bzip2 and/or libbzip2, a program and
94 /*--- Public header file for the library. ---*/
99 This file is a part of bzip2 and/or libbzip2, a program and
205 /* Need a definitition for FILE */
272 FILE* f,
300 FILE* f,
1319 This file is a part of bzip2 and/or libbzip2, a program and
1999 This file is a part of bzip2 and/or libbzip2, a program and
2051 To get some idea how the block sorting algorithms in this file
2056 file implements the algorithm called cache in the paper.
3139 This file is a part of bzip2 and/or libbzip2, a program and
3383 This file is a part of bzip2 and/or libbzip2, a program and
3441 0.9.0a/b -- no changes in this file.
4099 This file is a part of bzip2 and/or libbzip2, a program and
4222 This file is a part of bzip2 and/or libbzip2, a program and
4367 This file is a part of bzip2 and/or libbzip2, a program and
4425 0.9.0a/b -- no changes in this file.
5233 /*--- File I/O stuff ---*/
5244 FILE* handle;
5256 static Bool myfeof ( FILE* f )
5268 FILE* f,
5439 FILE* f,
5729 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY)
5731 # define SET_BINARY_MODE(file)
5745 FILE *fp = NULL;
5807 open file for read or write.
5808 ex) bzopen("file","w9")
5868 FILE *fp = ((bzFile *)b)->handle;
5932 and the program will read the specified file, compress it (in memory),
5939 incredibly slow. A file of size eg 5KB will cause it to run for
6358 my_strcat(inbuf, "to attach them to the start of each source file to most effectively\n");
6359 my_strcat(inbuf, "convey the exclusion of warranty; and each file should have at least\n");