
Go to the source code of this file.
Functions | |
| void | cpy (vl_uint8 *x, vl_uint8 const *y, int n) |
| unsigned int | fnv_hash (void const *key, int len) |
| int | is_equal (vl_uint8 const *x, vl_uint8 const *y, int n) |
| int | is_null (vl_uint8 const *x, int n) |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
| Driver. | |
Definition at line 21 of file vl_ihashfind.c.
Definition at line 44 of file vl_ihashfind.c.
Definition at line 34 of file vl_ihashfind.c.
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
Driver.
| nount | number of output arguments. |
| out | output arguments. |
| nin | number of input arguments. |
| in | input arguments. |
Definition at line 71 of file vl_ihashfind.c.