Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlgc.h55 #define WHITE1BIT 1 macro
62 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
65 #define iswhite(x) test2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
H A Dlgc.c37 #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 Dlgc.h89 #define WHITE1BIT 1 /* object is white (type 1) */ macro
97 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)