HomeSort by relevance Sort by last modified time
    Searched defs:fromP (Results 1 - 3 of 3) sorted by null

  /external/expat/lib/
xmltok.c 369 const char **fromP, const char *fromLim,
375 if (fromLim - *fromP > toLim - *toP) {
378 fromLim = *fromP + (toLim - *toP);
379 align_limit_to_full_utf8_characters(*fromP, &fromLim);
381 for (to = *toP, from = *fromP; (from < fromLim) && (to < toLim); from++, to++)
383 *fromP = from;
394 const char **fromP, const char *fromLim,
399 const char *from = *fromP;
445 *fromP = from;
498 const char **fromP, const char *fromLim
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 725 char *fromP;
747 fromP = toP;
749 while ((c = *fromP++))
754 switch (*fromP)
774 fromP ++;
    [all...]
tc-m68k.c     [all...]

Completed in 247 milliseconds