HomeSort by: relevance | last modified time | path
    Searched defs:sip_tokey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/expat/dist/lib/
siphash.h 59 * macro sip_keyof or the routine sip_tokey. The former instantiates a
145 #define sip_keyof(k) sip_tokey(&(struct sipkey){{0}}, (k))
148 sip_tokey(struct sipkey *key, const void *src) { function
152 } /* sip_tokey() */
362 sip_tokey(&k, "\000\001\002\003\004\005\006\007\010\011"
siphash.h 59 * macro sip_keyof or the routine sip_tokey. The former instantiates a
145 #define sip_keyof(k) sip_tokey(&(struct sipkey){{0}}, (k))
148 sip_tokey(struct sipkey *key, const void *src) { function
152 } /* sip_tokey() */
362 sip_tokey(&k, "\000\001\002\003\004\005\006\007\010\011"

Completed in 40 milliseconds