Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c47 #if !defined(luai_makeseed)
48 #define luai_makeseed() cast(unsigned int, gethrtime()) macro
88 unsigned int h = luai_makeseed(); in makeseed()