Home
last modified time | relevance | path

Searched defs:LIMIT (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c395 #define LIMIT (LUA_MINSTACK/2) macro
/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c994 #define LIMIT(y, min, max) ((y)<(min)? min: ((y)>(max)? max: (y))) macro