Home
last modified time | relevance | path

Searched defs:ys (Results 1 – 6 of 6) sorted by relevance

/external/blktrace/btt/
Dbtt_plot.py109 def avg(xs, ys): argument
/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp197 double ys = yc - radius; in addArc() local
/external/icu4c/i18n/
Dhebrwcal.cpp560 int32_t ys = startOfYear(year, status); // 1st day of year in handleComputeFields() local
/external/skia/src/ports/
DSkFontHost_FreeType.cpp724 SkFixed ys[5]; in generateFontMetrics() local
/external/webkit/JavaScriptCore/wtf/
Ddtoa.cpp1733 unsigned long long borrow, carry, y, ys; in quorem() local
1735 uint32_t borrow, carry, y, ys; in quorem() local
/external/qemu/
Dconsole.c259 static void vga_bitblt(DisplayState *ds, int xs, int ys, int xd, int yd, int w, int h) in vga_bitblt()