Home | History | Annotate | Download | only in lib

Lines Matching defs:of

3  * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
91 FILE *of;
96 of=fopen(buffer,"a");
99 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]);
101 fclose(of);
186 bitmask of one indicates this partition class has bits to write
428 /* we find the partition type for each partition of each
459 FILE *of;
464 of=fopen(buffer,"a");
466 fprintf(of,"%ld, ",partword[i][j]);
467 fprintf(of,"\n");
468 fclose(of);
478 integer multiple of the number of channels encoded in the current
495 FILE *of;
523 of=fopen(buffer,"a");
525 fprintf(of,"%ld, ",partword[0][i]);
526 fprintf(of,"\n");
527 fclose(of);