HomeSort by: relevance | last modified time | path
    Searched defs:left (Results 1 - 25 of 1308) 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...]
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...]
  /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
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...]
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)
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)
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/contrib/blast/
blast-test.c 26 unsigned left; local
29 left = 0;
30 ret = blast(inf, stdin, outf, stdout, &left, NULL);
36 left++;
37 if (left)
38 fprintf(stderr, "blast warning: %u unused bytes of input\n", left);
blast-test.c 26 unsigned left; local
29 left = 0;
30 ret = blast(inf, stdin, outf, stdout, &left, NULL);
36 left++;
37 if (left)
38 fprintf(stderr, "blast warning: %u unused bytes of input\n", left);
  /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 :

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>