Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_bit.c97 static int bit_bnot(lua_State *L) { BRET(~barg(L, 1)) } in bit_bnot() function
143 { "bnot", bit_bnot },