Function report |
Source Code:include\linux\stringhash.h |
Create Date:2022-07-28 05:41:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:partial hash update function. Assume roughly 4 bits per character
Proto:static inline unsigned long partial_name_hash(unsigned long c, unsigned long prevhash)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | c | |
unsigned long | prevhash |
Name | Describe |
---|---|
full_name_hash | Return the hash of a string of known length |
hashlen_string | Return the "hash_len" (hash and length) of a null-terminated string |
hash_name | We know there's a real path component here of at least* one character. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |