Lines Matching defs:bv
1374 bool bv, bv2;
1398 CTL_GET("config."#name, &bv, bool); \
1400 emitter_type_bool, &bv); \
1438 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool)
1440 OPT_WRITE_MUTABLE(name, bv, bv2, bsz, emitter_type_bool, altname)
1557 CTL_GET("prof.thread_active_init", &bv, bool);
1559 "prof.thread_active_init", emitter_type_bool, &bv);
1561 CTL_GET("prof.active", &bv, bool);
1563 &bv);
1565 CTL_GET("prof.gdump", &bv, bool);
1567 &bv);