Searched defs:CURRENT (Results 1 – 13 of 13) sorted by relevance
381 static CURRENT: Lazy<RwLock<CurrentCfg>> = Lazy::new(|| RwLock::new(CurrentCfg::default())); constant
38 const CURRENT = Symbol('current') constant
65 CURRENT='current' variable
41 static CURRENT: RefCell<Vec<Id>> = RefCell::new(vec![]); in new() constant
35 enum HistogramMode { ACCUMULATE, CURRENT, NB_HMODES }; enumerator
30 CURRENT, enumerator
51 static CURRENT: RefCell<Vec<Id>> = RefCell::new(Vec::new()); constant
877 #define CURRENT (*ctxt->cur) macro
728 #define CURRENT (*ctxt->cur) macro
316 #define CURRENT ((int) (*ctxt->input->cur)) macro
3102 #define CURRENT (*ctxt->cur) macro
194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
11236 CURRENT: string; property