OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_to_consume
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h
158
unsigned
bytes_to_consume
; /* Number of bytes to accumulate */
member in struct:GIFImageReader
182
bytes_to_consume
= 6;
GIFImageReader.cpp
99
bytes_to_consume
= (n); \
411
unsigned l = len <
bytes_to_consume
? len :
bytes_to_consume
;
415
if (l <
bytes_to_consume
) {
418
bytes_to_consume
-= l;
431
// '
bytes_to_consume
' is number of bytes to consume from 'buf'
434
// At entrance of the for loop will 'buf' will be moved '
bytes_to_consume
'
438
for (;len >=
bytes_to_consume
; q=buf) {
440
buf +=
bytes_to_consume
;
441
len -=
bytes_to_consume
;
[
all
...]
Completed in 207 milliseconds