HomeSort by relevance Sort by last modified time
    Searched refs:ufrom (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
floatformat.c 180 const unsigned char *ufrom = (const unsigned char *) from; local
182 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
184 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
292 const unsigned char *ufrom = (const unsigned char *) from; local
297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize,
299 bot_exp = get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
303 top_nan = mant_bits_set (hfmt, ufrom);
316 return !mant_bits_set (hfmt, ufrom + 8);
335 if (get_field (ufrom + 8, hfmt->byteorder, hfmt->totalsize,
359 return !get_field (ufrom, hfmt->byteorder, hfmt->totalsize
469 const unsigned char *ufrom = (const unsigned char *) from; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 80 ufrom = msg.get_unixfrom()
81 if not ufrom:
82 ufrom = 'From nobody ' + time.ctime(time.time())
83 print >> self._fp, ufrom
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 80 ufrom = msg.get_unixfrom()
81 if not ufrom:
82 ufrom = 'From nobody ' + time.ctime(time.time())
83 print >> self._fp, ufrom
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 80 ufrom = msg.get_unixfrom()
81 if not ufrom:
82 ufrom = 'From nobody ' + time.ctime(time.time())
83 print >> self._fp, ufrom
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 80 ufrom = msg.get_unixfrom()
81 if not ufrom:
82 ufrom = 'From nobody ' + time.ctime(time.time())
83 print >> self._fp, ufrom

Completed in 523 milliseconds