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

  /src/sys/arch/x68k/stand/aout2hux/
type_local.h 27 u_int16_t hostval; member in union:be_uint16
32 u_int32_t hostval; member in union:be_uint32
  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 167 struct value hostval; /* host value */ variable in typeref:struct:value
381 vp->fstamp = hostval.tstamp;
1140 len = crypto_send(fp, &hostval, start);
1602 vp->fstamp = hostval.tstamp;
1736 ep->fstamp = hostval.tstamp;
1825 * hostval host name (not signed)
1846 hostval.tstamp = htonl(crypto_time());
1847 if (hostval.tstamp == 0)
1858 pubkey.tstamp = hostval.tstamp;
1878 cp->cert.tstamp = hostval.tstamp
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 787 unsigned HOST_WIDE_INT val, hostval; local
799 hostval = val;
801 hostval &= (HOST_WIDE_INT_1U << HOST_BITS_PER_CHAR) - 1;
803 if (val != hostval)
806 *p = hostval;
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 773 unsigned HOST_WIDE_INT val, hostval; local
785 hostval = val;
787 hostval &= (HOST_WIDE_INT_1U << HOST_BITS_PER_CHAR) - 1;
789 if (val != hostval)
792 *p = hostval;

Completed in 49 milliseconds