Searched defs:FKEY (Results 1 – 2 of 2) sorted by relevance
93 #define FKEY "key" /* uint64_t */ macro
112 #define FKEY(c) (((c) < '0' || (c) > '9') ? 0 : ((c) - '0' + 0x11a)) macro