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

/external/valgrind/coregrind/m_demangle/
H A Drust-demangle.c106 static const char *hash_prefix = "::h"; variable
168 if (strncmp (str, hash_prefix, hash_prefix_len))
/external/ImageMagick/coders/
H A Dgif.c584 *hash_prefix,
617 hash_prefix=(short *) AcquireQuantumMemory(MaxHashTable,sizeof(*hash_prefix));
621 (hash_prefix == (short *) NULL) ||
628 if (hash_prefix != (short *) NULL)
629 hash_prefix=(short *) RelinquishMagickMemory(hash_prefix);
638 (void) ResetMagickMemory(hash_prefix,0,MaxHashTable*sizeof(*hash_prefix));
685 if ((hash_prefix[
578 *hash_prefix, local
[all...]

Completed in 223 milliseconds