Home
last modified time | relevance | path

Searched refs:hash_prefix (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dgif.c578 *hash_prefix, in EncodeImage() local
611 hash_prefix=(short *) AcquireQuantumMemory(MaxHashTable,sizeof(*hash_prefix)); in EncodeImage()
615 (hash_prefix == (short *) NULL) || in EncodeImage()
622 if (hash_prefix != (short *) NULL) in EncodeImage()
623 hash_prefix=(short *) RelinquishMagickMemory(hash_prefix); in EncodeImage()
632 (void) ResetMagickMemory(hash_prefix,0,MaxHashTable*sizeof(*hash_prefix)); in EncodeImage()
679 if ((hash_prefix[k] == waiting_code) && in EncodeImage()
694 if ((hash_prefix[k] == waiting_code) && in EncodeImage()
709 hash_prefix[k]=waiting_code; in EncodeImage()
802 hash_prefix=(short *) RelinquishMagickMemory(hash_prefix); in EncodeImage()
/external/valgrind/coregrind/m_demangle/
Drust-demangle.c106 static const char *hash_prefix = "::h"; variable
168 if (strncmp (str, hash_prefix, hash_prefix_len)) in is_prefixed_hash()