Home
last modified time | relevance | path

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

/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlgc.h54 #define WHITE0BIT 0 macro
62 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
65 #define iswhite(x) test2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
Dlstate.c153 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
Dlgc.c37 #define white2gray(x) reset2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
40 #define stringmark(s) reset2bits((s)->tsv.marked, WHITE0BIT, WHITE1BIT)
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlgc.h78 #define WHITE0BIT 0 /* object is white (type 0) */ macro
84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
Dlstate.c305 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlgc.h87 #define WHITE0BIT 0 /* object is white (type 0) */ macro
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
Dlstate.c276 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()