Home
last modified time | relevance | path

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

/dports/comms/hamlib/hamlib-4.3.1/src/
H A Drot_reg.c162 #define ROTLSTHASHSZ 16 macro
163 #define HASH_FUNC(a) ((a)%ROTLSTHASHSZ)
171 static struct rot_list *rot_hash_table[ROTLSTHASHSZ] = { NULL, };
359 for (i = 0; i < ROTLSTHASHSZ; i++) in rot_list_foreach()