Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dallocsa.c64 #define HASH_TABLE_SIZE 257 macro
65 static void * mallocsa_results[HASH_TABLE_SIZE];
91 slot = (unsigned long) p % HASH_TABLE_SIZE; in mallocsa()
124 size_t slot = (unsigned long) p % HASH_TABLE_SIZE; in freesa()