OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastbit
(Results
1 - 3
of
3
) sorted by null
/external/zlib/src/examples/
gzappend.c
261
int ret,
lastbit
, left, full;
local
290
lastbit
= 0;
330
lastbit
= strm->data_type & 0x1f;
355
lseek(gz.fd, lastoff - (
lastbit
!= 0), SEEK_SET);
357
*gz.buf = (unsigned char)(*gz.buf ^ (1 << ((8 -
lastbit
) & 7)));
/external/libexif/libexif/canon/
mnote-canon-entry.c
476
unsigned int i, bit,
lastbit
= 0;
local
485
lastbit
= bit;
493
if (bit !=
lastbit
)
/external/elfutils/src/
readelf.c
8583
unsigned int
lastbit
= 0;
local
[
all
...]
Completed in 380 milliseconds