HomeSort by: relevance | last modified time | path
    Searched defs:left (Results 1 - 25 of 648) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/hppa/spmath/
sfcmp.c 57 register unsigned int left, right; local
61 left = *leftptr;
66 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
72 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
73 && Sgl_isnotzero_mantissa(left)
74 && (Exception(cond) || Sgl_isone_signaling(left)))
90 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
91 && Sgl_isnotzero_mantissa(left))
104 Sgl_xortointp1(left,right,xorresult);
107 /* left negative => less, left positive => greater
    [all...]
sfadd.c 57 register unsigned int left, right, result, extent; local
67 left = *leftptr;
72 Sgl_xortointp1(left,right,/*to*/save);
77 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
79 if (Sgl_iszero_mantissa(left))
97 *dstptr = left;
106 if (Sgl_isone_signaling(left))
112 Sgl_set_quiet(left);
130 *dstptr = left;
133 } /* End left NaN or Infinity processing *
    [all...]
sfsub.c 57 register unsigned int left, right, result, extent; local
65 left = *leftptr;
70 Sgl_xortointp1(left,right,/*to*/save);
75 if ((result_exponent = Sgl_exponent(left)) == SGL_INFINITY_EXPONENT)
77 if (Sgl_iszero_mantissa(left))
95 *dstptr = left;
104 if (Sgl_isone_signaling(left))
110 Sgl_set_quiet(left);
128 *dstptr = left;
131 } /* End left NaN or Infinity processing *
    [all...]
  /src/tests/usr.bin/xlint/lint1/
expr_precedence.c 44 int left, right; local
47 * Assignments are right-associative. If they were left-associative,
48 * the result of (left = right) would be an rvalue, resulting in this
49 * error message: 'left operand of '=' must be lvalue [114]'.
51 left = right = arg;
53 left = arg;
73 * In PHP, '?:' is left-associative, which is rather surprising and
gcc_init_compound_literal.c 34 struct node *left; member in struct:node
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_cb.c 24 int len, left; local
35 left = sizeof(buf) - len;
39 BIO_snprintf(p, left, "Free - %s\n", bio->method->name);
43 BIO_snprintf(p, left, "read(%d,%lu) - %s fd=%d\n",
47 BIO_snprintf(p, left, "read(%d,%lu) - %s\n",
52 BIO_snprintf(p, left, "write(%d,%lu) - %s fd=%d\n",
56 BIO_snprintf(p, left, "write(%d,%lu) - %s\n",
60 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name);
63 BIO_snprintf(p, left, "gets(%lu) - %s\n", (unsigned long)argi,
67 BIO_snprintf(p, left, "ctrl(%lu) - %s\n", (unsigned long)argi
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_malloc_bisect.h 32 uptr left = flags()->malloc_bisect_left; local
34 if (LIKELY(left == 0 && right == 0))
41 if (h < left || h > right)
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_malloc_bisect.h 32 uptr left = flags()->malloc_bisect_left; local
34 if (LIKELY(left == 0 && right == 0))
41 if (h < left || h > right)
  /src/common/dist/zlib/
compress.c 29 uLong left; local
31 left = *destLen;
48 stream.avail_out = left > (uLong)max ? max : (uInt)left;
49 left -= stream.avail_out;
uncompr.c 34 uLong len, left; local
39 left = *destLen;
43 left = 1;
61 stream.avail_out = left > (uLong)max ? max : (uInt)left;
62 left -= stream.avail_out;
75 left = 1;
80 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
  /src/usr.bin/msgc/
msgdb.h 48 struct id_rec *left, *right; member in struct:id_rec
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
copy_ccache.c 95 OM_uint32 left; local
128 &left);
134 handle->endtime = now + left;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_cb.c 25 int left; local
31 left = BIO_snprintf(buf, sizeof(buf), "BIO[%p]: ", (void *)bio);
34 if (left < 0)
35 left = 0;
36 p = buf + left;
37 left = sizeof(buf) - left;
41 BIO_snprintf(p, left, "Free - %s\n", bio->method->name);
45 BIO_snprintf(p, left, "read(%d,%zu) - %s fd=%d\n",
49 BIO_snprintf(p, left, "read(%d,%zu) - %s\n"
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
aes-ctr.c 29 size_t j, len, left = data_len; local
39 while (left > 0) {
42 len = (left < AES_BLOCK_SIZE) ? left : AES_BLOCK_SIZE;
46 left -= len;
  /src/external/gpl3/binutils/dist/zlib/
compress.c 27 uLong left; local
29 left = *destLen;
46 stream.avail_out = left > (uLong)max ? max : (uInt)left;
47 left -= stream.avail_out;
uncompr.c 32 uLong len, left; local
37 left = *destLen;
41 left = 1;
59 stream.avail_out = left > (uLong)max ? max : (uInt)left;
60 left -= stream.avail_out;
73 left = 1;
78 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
  /src/external/gpl3/binutils.old/dist/zlib/
compress.c 32 uLong left; local
34 left = *destLen;
51 stream.avail_out = left > (uLong)max ? max : (uInt)left;
52 left -= stream.avail_out;
uncompr.c 36 uLong len, left; local
41 left = *destLen;
45 left = 1;
63 stream.avail_out = left > (uLong)max ? max : (uInt)left;
64 left -= stream.avail_out;
77 left = 1;
82 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
  /src/external/gpl3/gcc/dist/contrib/unicode/
gen-box-drawing-chars.py 25 left: bool,
36 if left and right:
38 left = False
47 for dir_name in ('up', 'down', 'vertical', 'left', 'right', 'horizontal'):
66 'LEFT DOWN HEAVY'
86 left = (i & 2) variable
88 name = get_box_drawing_char_name(up, down, left, right)
  /src/external/gpl3/gdb.old/dist/zlib/
compress.c 32 uLong left; local
34 left = *destLen;
51 stream.avail_out = left > (uLong)max ? max : (uInt)left;
52 left -= stream.avail_out;
uncompr.c 36 uLong len, left; local
41 left = *destLen;
45 left = 1;
63 stream.avail_out = left > (uLong)max ? max : (uInt)left;
64 left -= stream.avail_out;
77 left = 1;
82 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
  /src/external/gpl3/gdb/dist/zlib/
compress.c 27 uLong left; local
29 left = *destLen;
46 stream.avail_out = left > (uLong)max ? max : (uInt)left;
47 left -= stream.avail_out;
uncompr.c 32 uLong len, left; local
37 left = *destLen;
41 left = 1;
59 stream.avail_out = left > (uLong)max ? max : (uInt)left;
60 left -= stream.avail_out;
73 left = 1;
78 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
  /src/lib/libutil/
ttymsg.c 73 size_t cnt, left, wret; local
126 for (cnt = left = 0; cnt < (size_t)iovcnt; ++cnt)
127 left += iov[cnt].iov_len;
131 if (wret >= left)
134 left -= wret;
154 left, device);
  /src/sys/arch/aarch64/aarch64/
procfs_machdep.c 41 /* use variables named 'buf', 'left', 'total' */
45 if (_len < left) { \
47 left -= _len; \
49 buf += left; \
50 left = 0; \
56 size_t l = snprintf(buf, left, fmt, ## args); \
64 size_t left, total; local
72 left = buflen;
188 size_t left, len, total; local
191 left = *lenp
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>