Searched refs:mis (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 631 MemoryInputStream mis; in LoadFont() local 632 mis.Attach(original_font, font_size); in LoadFont() 638 factory_->LoadFonts(&mis, &font_array); in LoadFont() 649 MemoryInputStream mis; in LoadFont() local 650 mis.Attach(original_font, font_size); in LoadFont() 656 factory_->LoadFonts(&mis, &font_array); in LoadFont()
|
/third_party/mksh/ |
H A D | histrap.c | 724 off_t tot, mis; in hist_persist_back() local 738 mis = tot; in hist_persist_back() 739 while (mis > 0) { in hist_persist_back() 748 mis -= n; in hist_persist_back()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 4765 // 10. Let mis be ? ToIntegerThrowOnInfinity(microseconds). in Constructor() 4770 int64_t mis = NumberToInt64(*number_microseconds); in Constructor() local 4779 // 12. Return ? CreateTemporalDuration(y, mo, w, d, h, m, s, ms, mis, ns, in Constructor() 4782 s, ms, mis, ns); in Constructor()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 12975 /* Some versions of Linux strtod mis-parse strings with leading '+'. */
|
Completed in 27 milliseconds