HomeSort by relevance Sort by last modified time
    Searched full:fin1 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libyuv/util/
compare.cc 28 FILE* fin1 = fopen(name1, "rb"); local
41 amt1 = static_cast<int>(fread(buf1, 1, kBlockSize, fin1));
62 fclose(fin1);
  /external/libyuv/files/util/
compare.cc 28 FILE* fin1 = fopen(name1, "rb"); local
41 amt1 = fread(buf1, 1, kBlockSize, fin1);
62 fclose(fin1);
  /external/chromium_org/third_party/opus/src/src/
opus_compare.c 166 FILE *fin1; local
219 fin1=fopen(_argv[1],"rb");
220 if(fin1==NULL){
227 fclose(fin1);
231 xlength=read_pcm16(&x,fin1,2);
235 fclose(fin1);
  /external/libopus/src/
opus_compare.c 166 FILE *fin1; local
219 fin1=fopen(_argv[1],"rb");
220 if(fin1==NULL){
227 fclose(fin1);
231 xlength=read_pcm16(&x,fin1,2);
235 fclose(fin1);
  /external/qemu/slirp/
misc.c 109 /* element->qh_link = NULL; TCP FIN1 crashes if you do this. Why ? */
  /external/qemu/slirp-android/
misc.c 89 /* element->qh_link = NULL; TCP FIN1 crashes if you do this. Why ? */

Completed in 4941 milliseconds