HomeSort by relevance Sort by last modified time
    Searched refs:pfrom (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.c 43 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/skia/third_party/lua/src/
lcode.c 43 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/syslinux/com32/lua/src/
lcode.c 43 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) */
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 121 _SPutBackC(_StreamBuf *pfrom)
122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 121 _SPutBackC(_StreamBuf *pfrom)
122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 121 _SPutBackC(_StreamBuf *pfrom)
122 : __pfrom(pfrom), __c(0), __do_guard(false) {}
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 4257 register UCHAR_T *pfrom = end; local
4274 register UCHAR_T *pfrom = end; local
4352 register CHAR_T *pfrom = end - num; local
    [all...]

Completed in 1059 milliseconds