Searched refs:accumulated (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dudiv.S167 ! depth 1, accumulated bits 0
172 ! depth 2, accumulated bits 1
177 ! depth 3, accumulated bits 3
182 ! depth 4, accumulated bits 7
199 ! depth 4, accumulated bits 5
216 ! depth 3, accumulated bits 1
221 ! depth 4, accumulated bits 3
238 ! depth 4, accumulated bits 1
255 ! depth 2, accumulated bits -1
260 ! depth 3, accumulated bit
[all...]
H A Durem.S165 ! depth 1, accumulated bits 0
170 ! depth 2, accumulated bits 1
175 ! depth 3, accumulated bits 3
180 ! depth 4, accumulated bits 7
197 ! depth 4, accumulated bits 5
214 ! depth 3, accumulated bits 1
219 ! depth 4, accumulated bits 3
236 ! depth 4, accumulated bits 1
253 ! depth 2, accumulated bits -1
258 ! depth 3, accumulated bit
[all...]
H A Drem.S182 ! depth 1, accumulated bits 0
187 ! depth 2, accumulated bits 1
192 ! depth 3, accumulated bits 3
197 ! depth 4, accumulated bits 7
215 ! depth 4, accumulated bits 5
232 ! depth 3, accumulated bits 1
237 ! depth 4, accumulated bits 3
254 ! depth 4, accumulated bits 1
271 ! depth 2, accumulated bits -1
276 ! depth 3, accumulated bit
[all...]
H A Dsdiv.S182 ! depth 1, accumulated bits 0
187 ! depth 2, accumulated bits 1
192 ! depth 3, accumulated bits 3
197 ! depth 4, accumulated bits 7
214 ! depth 4, accumulated bits 5
231 ! depth 3, accumulated bits 1
236 ! depth 4, accumulated bits 3
254 ! depth 4, accumulated bits 1
271 ! depth 2, accumulated bits -1
276 ! depth 3, accumulated bit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c207 int accumulated; /* number of bytes accumulated after
259 dp->accumulated = remainder;
286 /* For last row also count bytes accumulated after last dot */
287 bytes_displayed += dp->accumulated;
306 /* For last row also include bytes accumulated after last dot. */
307 bytes_this_row = dp->dots * opt.dot_bytes + dp->accumulated;
355 dp->accumulated += howmuch;
356 for (; dp->accumulated >= dot_bytes; dp->accumulated
206 int accumulated; /* number of bytes accumulated after member in struct:dot_progress
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddiv64.S47 add r8,r8,r11 # and add the estimate to the accumulated
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Ddiv64.S46 add r8,r8,r11 # and add the estimate to the accumulated
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c422 ogg_int64_t accumulated=0; local
441 accumulated+=(lastblock+thisblock)>>2;
448 accumulated= ogg_page_granulepos(&og)-accumulated;
455 if(accumulated<0)accumulated=0;
457 return accumulated;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex391 reads bits until the accumulated bits match a codeword in the

Completed in 232 milliseconds