Home
last modified time | relevance | path

Searched refs:map_length (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/coders/
Drle.c181 map_length, in ReadRLEImage() local
236 map_length=(unsigned char) ReadBlobByte(image); in ReadRLEImage()
237 if (map_length >= 22) in ReadRLEImage()
242 map_length=one << map_length; in ReadRLEImage()
279 if (((MagickSizeType) number_colormaps*map_length) > GetBlobSize(image)) in ReadRLEImage()
287 3*map_length*sizeof(*colormap)); in ReadRLEImage()
290 (void) memset(colormap,0,number_colormaps*3*map_length* in ReadRLEImage()
294 for (x=0; x < (ssize_t) map_length; x++) in ReadRLEImage()
517 mask=(MagickStatusType) (map_length-1); in ReadRLEImage()
532 ValidateColormapValue(image,(ssize_t) (x*map_length+ in ReadRLEImage()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMap.java68 final int map_length = input.readUnsignedShort(); in StackMap() local
69 map = new StackMapEntry[map_length]; in StackMap()
70 for (int i = 0; i < map_length; i++) { in StackMap()
/external/v8/src/compiler/
Dpersistent-map.h431 int map_length = tree->length;
433 (*path)[level] = level < map_length ? tree->path(level) : nullptr;
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h756 jint map_length,
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...