Lines Matching +full:in +full:- +full:functions
4 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
18 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
43 .Nd general kernel hashing functions
67 functions are used to give a consistent and general interface to
69 These functions can be used to hash
76 argument is the length of the buffer in bytes.
79 argument is the length of the buffer in 32-bit words.
86 is used to pass in the location, and
88 is the length of the buffer in bytes.
99 terminated string passed in
101 with initial hash value given in
116 functions are helper functions used by the kernel to hash pathname
118 These functions have the additional termination condition
126 it is set to the point in the buffer at which the hash function
144 values in its first argument and size of this array in the second argument.
150 functions are similar to
154 but implement the 32-bit version of MurmurHash3.
158 functions return a 32 bit hash value of the buffer or string.
160 .Bd -literal -offset indent
188 functions are only 32 bit functions.
198 functions first appeared in
202 functions was first committed to
208 functions were added in
212 functions were added in
217 functions were written by
221 functions were written by
225 functions were written by
226 .An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .