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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/libevent/
H A Dhash.h30 size_t hash_offset; member in struct:hash_table_t
38 size_t hash_offset,
H A Dhash.c28 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 #define GET_ITEM(tab, bucket) ((void *) (((char *) (void *) bucket) - (tab)->hash_offset))
38 * hash_offset -- offset of hash_bucket data member in inserted items
49 size_t hash_offset,
55 tab->hash_offset = hash_offset;
48 hash_init(hash_table *tab, size_t hash_offset, unsigned int (*compute)(void *data), int (*compare)(void *item1, void *item2)) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/libevent/
H A Dhash.h30 size_t hash_offset; member in struct:hash_table_t
38 size_t hash_offset,
H A Dhash.c28 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 #define GET_ITEM(tab, bucket) ((void *) (((char *) (void *) bucket) - (tab)->hash_offset))
38 * hash_offset -- offset of hash_bucket data member in inserted items
49 size_t hash_offset,
55 tab->hash_offset = hash_offset;
48 hash_init(hash_table *tab, size_t hash_offset, unsigned int (*compute)(void *data), int (*compare)(void *item1, void *item2)) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/libevent/
H A Dhash.h30 size_t hash_offset; member in struct:hash_table_t
38 size_t hash_offset,
H A Dhash.c28 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 #define GET_ITEM(tab, bucket) ((void *) (((char *) (void *) bucket) - (tab)->hash_offset))
38 * hash_offset -- offset of hash_bucket data member in inserted items
49 size_t hash_offset,
55 tab->hash_offset = hash_offset;
48 hash_init(hash_table *tab, size_t hash_offset, unsigned int (*compute)(void *data), int (*compare)(void *item1, void *item2)) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/libevent/
H A Dhash.h30 size_t hash_offset; member in struct:hash_table_t
38 size_t hash_offset,
H A Dhash.c28 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 #define GET_ITEM(tab, bucket) ((void *) (((char *) (void *) bucket) - (tab)->hash_offset))
38 * hash_offset -- offset of hash_bucket data member in inserted items
49 size_t hash_offset,
55 tab->hash_offset = hash_offset;
48 hash_init(hash_table *tab, size_t hash_offset, unsigned int (*compute)(void *data), int (*compare)(void *item1, void *item2)) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/libevent/
H A Dhash.h30 size_t hash_offset; member in struct:hash_table_t
38 size_t hash_offset,
H A Dhash.c28 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 #define GET_ITEM(tab, bucket) ((void *) (((char *) (void *) bucket) - (tab)->hash_offset))
38 * hash_offset -- offset of hash_bucket data member in inserted items
49 size_t hash_offset,
55 tab->hash_offset = hash_offset;
48 hash_init(hash_table *tab, size_t hash_offset, unsigned int (*compute)(void *data), int (*compare)(void *item1, void *item2)) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Dhash.h30 size_t hash_offset; member in struct:hash_table_t
38 size_t hash_offset,
H A Dhash.c28 #define GET_BUCKET(tab, data) ((hash_bucket *) ((char *) (data) + (tab)->hash_offset))
30 #define GET_ITEM(tab, bucket) ((void *) (((char *) (void *) bucket) - (tab)->hash_offset))
38 * hash_offset -- offset of hash_bucket data member in inserted items
49 size_t hash_offset,
55 tab->hash_offset = hash_offset;
48 hash_init(hash_table *tab, size_t hash_offset, unsigned int (*compute)(void *data), int (*compare)(void *item1, void *item2)) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlzwenc.c129 int hash_offset = hashOffset(h); local
135 h = hashNext(h, hash_offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlzwenc.c129 int hash_offset = hashOffset(h); local
135 h = hashNext(h, hash_offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlzwenc.c129 int hash_offset = hashOffset(h); local
135 h = hashNext(h, hash_offset);

Completed in 89 milliseconds