Home
last modified time | relevance | path

Searched refs:IGNORE_INDEX (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/tools/
Dpngcp.c142 # define IGNORE_INDEX 0x400 /* Ignore out of range palette indices (BAD!) */ macro
302 # ifdef IGNORE_INDEX
303 S(ignore-palette-index, IGNORE_INDEX)
1763 # ifdef IGNORE_INDEX in read_png()
1767 # ifdef IGNORE_INDEX in read_png()
1768 if ((dp->options & IGNORE_INDEX) != 0) /* DANGEROUS */ in read_png()
1993 #ifdef IGNORE_INDEX in write_png()
1994 if ((dp->options & IGNORE_INDEX) != 0) /* DANGEROUS */ in write_png()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h1180 static constexpr SizeT IGNORE_INDEX = 0x80000000u; variable
DIceTargetLoweringX86BaseImpl.h6176 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX));
6177 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX));
6195 return lowerShuffleVector_TwoFromSameSrc(Src0, Index0, IGNORE_INDEX, Src1,
6196 Index1, IGNORE_INDEX);