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

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Dhash.c39 #define TABLENGTH 64 /* must be multiple of 2 */ macro
40 #define LOG2LEN 6 /* log2 of TABLENGTH */
71 table = (struct node **)alloc(TABLENGTH * sizeof(struct node *));
73 for (j=0; j < TABLENGTH; ++j)
96 for (j=0; j < TABLENGTH; ++j)

Completed in 44 milliseconds