Searched refs:_ms (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk_cru.h | 100 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 110 .mux_shift = _ms, \ 137 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument 147 .mux_shift = _ms, \ 173 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument 183 .shift = _ms, \
|
| H A D | rk3288_cru.c | 542 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument 552 .shift = _ms, \ 558 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 568 .mux_shift = _ms, \ 595 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument 605 .mux_shift = _ms, \
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 250 mstosbt(int64_t _ms) in mstosbt() argument 255 KASSERT(_ms >= 0, ("Negative values illegal for mstosbt: %jd", _ms)); in mstosbt() 257 if (_ms >= SBT_1S) { in mstosbt() 258 sb = (_ms / 1000) * SBT_1S; in mstosbt() 259 _ms = _ms % 1000; in mstosbt() 262 sb += ((_ms * 9223372036854776ull) + 0x7fffffff) >> 31; in mstosbt()
|
| /f-stack/freebsd/arm64/freescale/imx/ |
| H A D | imx_ccm_clk.h | 79 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument 89 .shift = _ms, \
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | cluster.c | 5456 multiState *ms, _ms; in getNodeByQuery() local 5482 ms = &_ms; in getNodeByQuery() 5483 _ms.commands = &mc; in getNodeByQuery() 5484 _ms.count = 1; in getNodeByQuery()
|