Searched refs:__clength (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional_hash.h96 hash(const _Tp* __ptr, size_t __clength) argument
100 for (; __clength; --__clength)
111 hash(const _Tp* __ptr, size_t __clength) argument
115 for (; __clength; --__clength)
129 hash(const _Tp* __ptr, size_t __clength) argument
134 for (; __clength; --__clength)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional_hash.h101 hash(const _Tp* __ptr, size_t __clength) argument
105 for (; __clength; --__clength)
116 hash(const _Tp* __ptr, size_t __clength) argument
120 for (; __clength; --__clength)
134 hash(const _Tp* __ptr, size_t __clength) argument
139 for (; __clength; --__clength)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfunctional_hash.h195 hash(const void* __ptr, size_t __clength, argument
197 { return _Hash_bytes(__ptr, __clength, __seed); }
214 hash(const void* __ptr, size_t __clength, argument
216 { return _Fnv_hash_bytes(__ptr, __clength, __seed); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfunctional_hash.h204 hash(const void* __ptr, size_t __clength, argument
206 { return _Hash_bytes(__ptr, __clength, __seed); }
223 hash(const void* __ptr, size_t __clength, argument
225 { return _Fnv_hash_bytes(__ptr, __clength, __seed); }

Completed in 137 milliseconds