/external/ImageMagick/MagickCore/ |
magick-type.h | 48 #define MaxMap 255UL 62 #define MaxMap 65535UL 76 #define MaxMap 65535UL 91 #define MaxMap 65535UL
|
quantum-private.h | 318 if (value >= MaxMap) 355 if (quantum >= (Quantum) MaxMap) 356 return((unsigned int) MaxMap); 421 if (value >= MaxMap) 458 if (quantum >= (Quantum) MaxMap) 459 return((unsigned int) MaxMap); 510 if (value >= (Quantum) MaxMap) 545 if ((quantum/65537) >= (Quantum) MaxMap) 546 return((unsigned int) MaxMap); 597 if (value >= MaxMap) [all...] |
colorspace.c | 619 logmap=(Quantum *) AcquireQuantumMemory((size_t) MaxMap+1UL, 630 for (i=0; i <= (ssize_t) MaxMap; i++) 631 logmap[i]=ScaleMapToQuantum((double) (MaxMap*(reference_white+ 632 log10(black+(1.0*i/MaxMap)*(1.0-black))/((gamma/density)*0.002/ 756 x_map=(TransformPacket *) AcquireQuantumMemory((size_t) MaxMap+1UL, 758 y_map=(TransformPacket *) AcquireQuantumMemory((size_t) MaxMap+1UL, 760 z_map=(TransformPacket *) AcquireQuantumMemory((size_t) MaxMap+1UL, 782 primary_info.y=(double) (MaxMap+1.0)/2.0; 783 primary_info.z=(double) (MaxMap+1.0)/2.0; 788 for (i=0; i <= (ssize_t) MaxMap; i++ [all...] |
enhance.c | 338 clut_map=(PixelInfo *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*clut_map)); 349 for (i=0; i <= (ssize_t) MaxMap; i++) 353 (double) i*(clut_image->columns-adjust)/MaxMap,(double) i* 354 (clut_image->rows-adjust)/MaxMap,clut_map+i,exception); 718 cdl_map=(PixelInfo *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*cdl_map)); 722 for (i=0; i <= (ssize_t) MaxMap; i++) 725 (MaxMap*(pow(color_correction.red.slope*i/MaxMap+ 728 (MaxMap*(pow(color_correction.green.slope*i/MaxMap [all...] |
accelerate.c | [all...] |
attribute.c | 360 if (QuantumRange <= MaxMap) 368 depth_map=(size_t *) AcquireQuantumMemory(MaxMap+1,sizeof(*depth_map)); 371 for (i=0; i <= (ssize_t) MaxMap; i++) [all...] |
statistic.c | [all...] |
feature.c | 690 grays=(PixelPacket *) AcquireQuantumMemory(MaxMap+1UL,sizeof(*grays)); 699 for (i=0; i <= (ssize_t) MaxMap; i++) 755 for (i=0; i <= (ssize_t) MaxMap; i++) [all...] |
accelerate-kernels-private.h | 336 if (value >= (CLQuantum) MaxMap) 337 return ((uint)MaxMap); [all...] |
opencl.c | [all...] |
/external/e2fsprogs/intl/ |
localealias.c | 139 static size_t maxmap; variable 301 if (nmap >= maxmap) 373 new_size = maxmap == 0 ? 100 : 2 * maxmap; 381 maxmap = new_size;
|
/toolchain/binutils/binutils-2.25/intl/ |
localealias.c | 139 static size_t maxmap; variable 304 if (nmap >= maxmap) 376 new_size = maxmap == 0 ? 100 : 2 * maxmap; 384 maxmap = new_size;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/ |
libintl.a | 213 A?A?A .symtab .strtab .shstrtab .rel.text .data .bss .rodata.str1.1 .rodata.str1.4 .comment .note.GNU-stack .rel.eh_frame @ ? ? ? % + 0 2 ? 2 . N 0 > / W m k p ? g ? u ?
? ?? ? $ + / @ Q ^ ? l ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? localealias.c read_alias_file nmap maxmap |