Go to the source code of this file.
◆ lexbor_shs_make_id_lower_m
Value: (((((lexbor_str_res_map_lowercase[
key[0]] \
* lexbor_str_res_map_lowercase[
key[
size - 1]]) \
* lexbor_str_res_map_lowercase[
key[0]]) \
% table_size) + 0x01)
unsigned char key[REFLECTION_KEY_LEN]
Definition at line 18 of file shs.c.
◆ lexbor_shs_make_id_m
Value:
Definition at line 15 of file shs.c.
◆ lexbor_shs_make_id_upper_m
Value: (((((lexbor_str_res_map_uppercase[
key[0]] \
* lexbor_str_res_map_uppercase[
key[
size - 1]]) \
* lexbor_str_res_map_uppercase[
key[0]]) \
% table_size) + 0x01)
Definition at line 25 of file shs.c.
◆ LEXBOR_STR_RES_MAP_LOWERCASE
#define LEXBOR_STR_RES_MAP_LOWERCASE |
Definition at line 10 of file shs.c.
◆ LEXBOR_STR_RES_MAP_UPPERCASE
#define LEXBOR_STR_RES_MAP_UPPERCASE |
Definition at line 11 of file shs.c.
◆ lexbor_shs_entry_get_lower_static()
Definition at line 63 of file shs.c.
◆ lexbor_shs_entry_get_static()
Definition at line 34 of file shs.c.
◆ lexbor_shs_entry_get_upper_static()
Definition at line 92 of file shs.c.