Searched refs:pfrom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcode.c43 int pfrom = GETARG_A(*previous); local
44 int pl = pfrom + GETARG_B(*previous);
45 if ((pfrom <= from && from <= pl + 1) ||
46 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */
47 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */
/external/stlport/stlport/stl/
H A D_ostream.c121 _SPutBackC(_StreamBuf *pfrom) argument
122 : __pfrom(pfrom), __c(0), __do_guard(false) {}

Completed in 911 milliseconds