Home
last modified time | relevance | path

Searched refs:LYB_HASH_MASK (Results 1 – 3 of 3) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_internal.h106 #define LYB_HASH_MASK 0x7f macro
H A Dparser_lyb.c928 assert(!(hash[j - 1] & (LYB_HASH_MASK << (LYB_HASH_BITS - (j - 1))))); in lyb_parse_schema_hash()
H A Dcommon.c1428 hash = full_hash & (LYB_HASH_MASK >> collision_id); in lyb_hash()