Searched refs:woff (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_epilog.h13 # pragma reset woff 1174
14 # pragma reset woff 1375
15 # pragma reset woff 1209
17 # pragma reset woff 1183
H A D_prolog.h23 # pragma set woff 1209
24 # pragma set woff 1174
25 # pragma set woff 1375
27 # pragma set woff 1183
/external/chromium/third_party/libevent/test/
H A Dregress.c73 static int woff; variable
136 if (woff + len >= sizeof(wbuf))
137 len = sizeof(wbuf) - woff;
139 len = write(fd, wbuf + woff, len);
147 woff += len;
149 if (woff >= sizeof(wbuf)) {
412 roff = woff = 0;
423 if (roff == woff)
441 roff = woff = 0;
452 if (roff == woff)
[all...]
/external/chromium_org/third_party/libevent/test/
H A Dregress.c73 static int woff; variable
136 if (woff + len >= sizeof(wbuf))
137 len = sizeof(wbuf) - woff;
139 len = write(fd, wbuf + woff, len);
147 woff += len;
149 if (woff >= sizeof(wbuf)) {
412 roff = woff = 0;
423 if (roff == woff)
441 roff = woff = 0;
452 if (roff == woff)
[all...]
/external/chromium_org/third_party/freetype2/include/
H A Dftconfig.h174 #pragma set woff 3505

Completed in 389 milliseconds