OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDICT
(Results
1 - 4
of
4
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp
555
unsigned long CM = in[0] & 15, CINFO = (in[0] >> 4) & 15,
FDICT
= (in[1] >> 5) & 1;
559
if(
FDICT
!= 0) { return 26; }
lodepng.cpp
[
all
...]
/prebuilts/go/darwin-x86/src/compress/zlib/
writer.go
100
// The next bit,
FDICT
, is set if a dictionary is given.
/prebuilts/go/linux-x86/src/compress/zlib/
writer.go
100
// The next bit,
FDICT
, is set if a dictionary is given.
Completed in 990 milliseconds