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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/libevent/
H A Dhash.h31 unsigned int (*compute_hash)(void *data); member in struct:hash_table_t
H A Dhash.c56 tab->compute_hash = compute;
80 unsigned int val = tab->compute_hash(item);
134 unsigned int val = tab->compute_hash(item) % HASHTAB_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/libevent/
H A Dhash.h31 unsigned int (*compute_hash)(void *data); member in struct:hash_table_t
H A Dhash.c56 tab->compute_hash = compute;
80 unsigned int val = tab->compute_hash(item);
134 unsigned int val = tab->compute_hash(item) % HASHTAB_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/libevent/
H A Dhash.h31 unsigned int (*compute_hash)(void *data); member in struct:hash_table_t
H A Dhash.c56 tab->compute_hash = compute;
80 unsigned int val = tab->compute_hash(item);
134 unsigned int val = tab->compute_hash(item) % HASHTAB_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/libevent/
H A Dhash.h31 unsigned int (*compute_hash)(void *data); member in struct:hash_table_t
H A Dhash.c56 tab->compute_hash = compute;
80 unsigned int val = tab->compute_hash(item);
134 unsigned int val = tab->compute_hash(item) % HASHTAB_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/libevent/
H A Dhash.h31 unsigned int (*compute_hash)(void *data); member in struct:hash_table_t
H A Dhash.c56 tab->compute_hash = compute;
80 unsigned int val = tab->compute_hash(item);
134 unsigned int val = tab->compute_hash(item) % HASHTAB_SIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Dhash.h31 unsigned int (*compute_hash)(void *data); member in struct:hash_table_t
H A Dhash.c56 tab->compute_hash = compute;
80 unsigned int val = tab->compute_hash(item);
134 unsigned int val = tab->compute_hash(item) % HASHTAB_SIZE;

Completed in 125 milliseconds