Searched refs:WHITE0BIT (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lgc.h | 54 #define WHITE0BIT 0 macro 62 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT) 65 #define iswhite(x) test2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
|
| H A D | lstate.c | 153 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
|
| H A D | lgc.c | 37 #define white2gray(x) reset2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT) 40 #define stringmark(s) reset2bits((s)->tsv.marked, WHITE0BIT, WHITE1BIT)
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lgc.h | 88 #define WHITE0BIT 0 /* object is white (type 0) */ macro 97 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
|
| H A D | lstate.c | 274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
|