Lines Matching defs:prob
304 #define prob(name, subs, ...) do { \
306 uint8_t prob; \
309 xf(8, name.prob, prob, subs, __VA_ARGS__); \
311 prob = 255; \
312 current->name = prob; \
337 #undef prob
372 #define prob(name, subs, ...) do { \
375 xf(8, name.prob, current->name, subs, __VA_ARGS__); \
404 #undef prob