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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dfunctional_hash.h127 hash(const _Tp* __ptr, size_t __clength, size_t __hash = 0)
131 __hash = (__hash * 131) + *__cptr++;
132 return __hash;
142 size_t __hash = static_cast<size_t>(2166136261UL))
147 __hash ^= static_cast<size_t>(*__cptr++);
148 __hash *= static_cast<size_t>(16777619UL);
150 return __hash;
160 size_t __hash = static_cast<size_t>(14695981039346656037ULL))
165 __hash
184 __hash_combine(const _Tp& __val, size_t __hash) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dfunctional_hash.h127 hash(const _Tp* __ptr, size_t __clength, size_t __hash = 0)
131 __hash = (__hash * 131) + *__cptr++;
132 return __hash;
142 size_t __hash = static_cast<size_t>(2166136261UL))
147 __hash ^= static_cast<size_t>(*__cptr++);
148 __hash *= static_cast<size_t>(16777619UL);
150 return __hash;
160 size_t __hash = static_cast<size_t>(14695981039346656037ULL))
165 __hash
184 __hash_combine(const _Tp& __val, size_t __hash) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dfunctional_hash.h140 __hash_combine(const _Tp& __val, size_t __hash) argument
141 { return hash(&__val, sizeof(__val), __hash); }
158 __hash_combine(const _Tp& __val, size_t __hash) argument
159 { return hash(&__val, sizeof(__val), __hash); }
H A Dhashtable_policy.h1462 const _Hash& __hash, const _Equal& __eq)
1463 : __hash_code_base(__ex, __h1, __h2, __hash), _EqualEBO(__eq)
1461 _Hashtable_base(const _ExtractKey& __ex, const _H1& __h1, const _H2& __h2, const _Hash& __hash, const _Equal& __eq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dfunctional_hash.h141 __hash_combine(const _Tp& __val, size_t __hash) argument
142 { return hash(&__val, sizeof(__val), __hash); }
159 __hash_combine(const _Tp& __val, size_t __hash) argument
160 { return hash(&__val, sizeof(__val), __hash); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dinet_hashtables.h302 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\
303 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
307 #define INET_TW_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\
308 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
314 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif) \
315 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
320 #define INET_TW_MATCH(__sk, __net, __hash,__cookie, __saddr, __daddr, __ports, __dif) \
321 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dinet_hashtables.h302 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\
303 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
307 #define INET_TW_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif)\
308 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
314 #define INET_MATCH(__sk, __net, __hash, __cookie, __saddr, __daddr, __ports, __dif) \
315 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
320 #define INET_TW_MATCH(__sk, __net, __hash,__cookie, __saddr, __daddr, __ports, __dif) \
321 (((__sk)->sk_hash == (__hash)) && net_eq(sock_net(__sk), (__net)) && \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dipv6.h518 #define INET6_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif)\
519 (((__sk)->sk_hash == (__hash)) && sock_net((__sk)) == (__net) && \
526 #define INET6_TW_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif) \
527 (((__sk)->sk_hash == (__hash)) && sock_net((__sk)) == (__net) && \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dipv6.h518 #define INET6_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif)\
519 (((__sk)->sk_hash == (__hash)) && sock_net((__sk)) == (__net) && \
526 #define INET6_TW_MATCH(__sk, __net, __hash, __saddr, __daddr, __ports, __dif) \
527 (((__sk)->sk_hash == (__hash)) && sock_net((__sk)) == (__net) && \

Completed in 212 milliseconds