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 *
210 edges. The positions are read in the order of the position
211 list... we precompute the bounding positions in the lookup. Of
603 int loneighbor[VIF_POSIT+2]; /* sorted index of range list position (+2) */
645 /* eliminate repeat searches of a particular range with a memo */
898 FILE *of;
902 of=fopen(buffer,"a");
903 fprintf(of,"%d\n",cval);
904 fclose(of);
922 FILE *of;
926 of=fopen(buffer,"a");
927 fprintf(of,"%d\n",out[j+k]);
928 fclose(of);