HomeSort by: relevance | last modified time | path
    Searched defs:endt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
realloc.c 57 register char *endt = to + size; local
68 *--endt = *--endf;
75 endt -= (to - from);
78 if (endt < to)
81 bcopy (endf, endt, to - from);
86 (endt + (to - from)) - to, which is endt - from. */
87 bcopy (from, to, endt - from);
gmalloc.c 1032 register char *endt = to + size;
1043 *--endt = *--endf;
1050 endt -= (to - from);
1053 if (endt < to)
1056 bcopy (endf, endt, to - from);
1061 (endt + (to - from)) - to, which is endt - from. */
1062 bcopy (from, to, endt - from);
1031 register char *endt = to + size; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 1864 char * endt; local
1885 val = strtol (t, & endt, 0);
1890 if (is_regname_end (*endt))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 1864 char * endt; local
1885 val = strtol (t, & endt, 0);
1890 if (is_regname_end (*endt))

Completed in 32 milliseconds