Skip to content

File wsh_shell_misc.c

FileList > src > wsh_shell_misc.c

Go to the source code of this file

  • #include "wsh_shell_misc.h"

Public Functions

Type Name
WshShell_U32_t WshShellMisc_CalcJenkinsHash (const WshShell_U8_t * pcBuff, WshShell_Size_t len)
Calculate Jenkins one-at-a-time hash.

Public Functions Documentation

function WshShellMisc_CalcJenkinsHash

Calculate Jenkins one-at-a-time hash.

1
2
3
4
WshShell_U32_t WshShellMisc_CalcJenkinsHash (
    const WshShell_U8_t * pcBuff,
    WshShell_Size_t len
) 

Jenkins hash function https://en.wikipedia.org/wiki/Jenkins_hash_function



The documentation for this class was generated from the following file src/wsh_shell_misc.c