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

  /toolchain/binutils/binutils-2.25/opcodes/
cris-dis.c 576 /* Format number as decimal into outbuffer. Parameter signedp says
581 format_dec (long number, char *outbuffer, int signedp)
584 if (signedp)
894 int signedp
933 if (signedp && number > 127)
939 if (signedp && number > 32767)
958 tp = format_dec (number, tp, signedp);
893 int signedp local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
stabs.c 4828 bfd_boolean constp, volatilep, unsignedp, signedp; local
    [all...]
ieee.c 1657 bfd_vma low, high, signedp, size; local
1846 bfd_vma signedp, bitsize, dummy; local
    [all...]

Completed in 231 milliseconds