LL_F2L 183 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_F2L(l, f) ((l) = (PRInt64)(f)) LL_F2L 399 third_party/npapi/npspy/extern/nspr/prlong.h #define LL_F2L(l, f) { double _d = (double)f; LL_D2L(l, _d); }