Searched refs:resfiles (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dresiduesplit.c151 int resfiles=0; local
157 while(!strcmp(argv[resfiles+1]+strlen(argv[resfiles+1])-4,".vqd"))
158 resfiles++;
159 if(resfiles<1)usage();
161 res=alloca(sizeof(*res)*resfiles);
162 for(i=0;i<resfiles;i++){
170 base=strdup(argv[2+resfiles]);
173 char *pos=strchr(argv[1+resfiles],',');
174 begin=atoi(argv[1+resfiles]);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dresiduesplit.c151 int resfiles=0; local
157 while(!strcmp(argv[resfiles+1]+strlen(argv[resfiles+1])-4,".vqd"))
158 resfiles++;
159 if(resfiles<1)usage();
161 res=alloca(sizeof(*res)*resfiles);
162 for(i=0;i<resfiles;i++){
170 base=strdup(argv[2+resfiles]);
173 char *pos=strchr(argv[1+resfiles],',');
174 begin=atoi(argv[1+resfiles]);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dresiduesplit.c151 int resfiles=0; local
157 while(!strcmp(argv[resfiles+1]+strlen(argv[resfiles+1])-4,".vqd"))
158 resfiles++;
159 if(resfiles<1)usage();
161 res=alloca(sizeof(*res)*resfiles);
162 for(i=0;i<resfiles;i++){
170 base=strdup(argv[2+resfiles]);
173 char *pos=strchr(argv[1+resfiles],',');
174 begin=atoi(argv[1+resfiles]);
[all...]

Completed in 63 milliseconds