HomeSort by: relevance | last modified time | path
    Searched refs:sresult (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
name.c 38 * sresult directory entry structure to contain mapped name.
47 struct directory_entry *, sresult,
64 result = sresult->isorec.name;
391 sresult->priority = priority;
mkisofs.h 412 struct directory_entry * sresult, int flag));
  /src/bin/sh/
arithmetic.c 210 char sresult[DIGITS(result) + 1]; local
232 snprintf(sresult, sizeof(sresult), ARITH_FORMAT_STR,
234 setvar(val->name, sresult, 0);
258 snprintf(sresult, sizeof(sresult), ARITH_FORMAT_STR,
260 setvar(a_t_val.name, sresult, 0);
385 char sresult[DIGITS(result) + 1]; local
404 snprintf(sresult, sizeof(sresult), ARITH_FORMAT_STR, result)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 1631 int64_t sresult = (int64_t) value1 + (int64_t) value2; local
1645 if (sresult != (int32_t)sresult)
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 1631 int64_t sresult = (int64_t) value1 + (int64_t) value2; local
1645 if (sresult != (int32_t)sresult)

Completed in 179 milliseconds