Searched defs:b (Results 1 – 5 of 5) sorted by relevance
48 inline void SetBehavior(BehaviorFlag b) const in SetBehavior()53 inline void ClearBehavior(BehaviorFlag b) const in ClearBehavior()58 inline bool TestBehavior(BehaviorFlag b) const in TestBehavior()
21 #define B_TO_M(b) ((b) / 1024 / 1024) argument23 #define B_TO_K(b) ((b) / 1024) argument
177 #define SECUREC_TWO_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
1785 const b = new Buffer(pool, poolOffset, size); constant
687 size_t b = input.length(); in AnalysisHost() local