Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
dtstrhash.c File Reference
#include <assert.h>
#include <cdt/dthdr.h>
#include <limits.h>
#include <string.h>
Include dependency graph for dtstrhash.c:

Go to the source code of this file.

Macros

#define DT_PRIME   17109811 /* 2#00000001 00000101 00010011 00110011 */
 

Functions

unsigned dtstrhash (void *args, int n)
 

Macro Definition Documentation

◆ DT_PRIME

#define DT_PRIME   17109811 /* 2#00000001 00000101 00010011 00110011 */

Definition at line 6 of file dtstrhash.c.

Function Documentation

◆ dtstrhash()

unsigned dtstrhash ( void *  args,
int  n 
)

Definition at line 21 of file dtstrhash.c.

References DT_PRIME.

Referenced by dtdisc(), dthash(), dtmethod(), and dtrenew().

Here is the caller graph for this function: