HomeSort by relevance Sort by last modified time
    Searched defs:sofar (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/vq/
bookutil.c 86 long sofar=0; local
93 if(sofar+1>=lbufsize){
106 if(sofar==0)return(NULL);
109 linebuffer[sofar]='\0';
113 linebuffer[sofar++]=c;
114 linebuffer[sofar]='\0';
121 sofar=0;
  /external/libselinux/src/
label_file.c 580 unsigned int sofar = 0; local
594 memcpy(clean_key + sofar, prev_slash, next_slash - prev_slash);
595 sofar += next_slash - prev_slash;
599 strcpy(clean_key + sofar, prev_slash);

Completed in 104 milliseconds