Searched refs:_l2 (Results 1 – 1 of 1) sorted by relevance
166 inline ldiv_t div(long _l1, long _l2) { return ldiv(_l1, _l2); } in div() argument