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

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-matrix22.c 94 mp_ptr r00, r01, r10, r11, a00, a01, a10, a11, b00, b01, b10, b11; local
99 r01 = R->e01; a01 = A->e01; b01 = B->e01;
108 r01 = R->e10; a01 = B->e10; b01 = A->e10;
117 mpn_mul (tp, a01, an, b10, bn);
121 mpn_mul (tp, a01, an, b11, bn);
  /src/tests/usr.bin/xlint/lint1/
decl_direct_abstract.c 133 } a01; typedef in typeref:struct:__anon7987
147 /* expect+2: error: cannot take size/alignment of function type 'function() returning struct typedef a01' [144] */
149 int unspecified_args_return_01[-1000 - (int)sizeof(a01())];
160 /* expect+2: error: cannot take size/alignment of function type 'function(void) returning struct typedef a01' [144] */
162 int prototype_void_return_01[-1000 - (int)sizeof(a01(void))];
173 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a01) returning struct typedef a32' [144] */
175 int prototype_unnamed_01_return_32[-1000 - (int)sizeof(a32(a01))];
186 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a01' [144] */
188 int prototype_unnamed_32_return_01[-1000 - (int)sizeof(a01(a32))];
196 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a01) returning struct typedef a32' [144] *
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
add1sp1_extracted.c 91 uint64_t a01 = (bp[0U] >> (uint32_t)1U) + (cp[0U] >> (uint32_t)1U); local
93 uint64_t rb = a01 & (uint64_t)1U << (uint32_t)(sh - (int64_t)1);
94 ap[0U] = a01 ^ rb;
114 uint64_t a01 = bp[0U] + (cp[0U] >> (uint32_t)d); local
116 if (a01 < bp[0U])
120 .fst = (uint64_t)0x8000000000000000U | a01 >> (uint32_t)1U,
125 scrut = ((K___uint64_t_int64_t){ .fst = a01, .snd = bx2 });
143 uint64_t a01 = bp[0U] + (cp[0U] >> (uint32_t)d); local
145 if (a01 < bp[0U])
149 .fst = sb | (a01 & (uint64_t)1U)
191 uint64_t a01 = bp[0U] + (cp[0U] >> (uint32_t)d); local
220 uint64_t a01 = bp[0U] + (cp[0U] >> (uint32_t)d); local
265 uint64_t a01 = ap[0U]; local
    [all...]
mul_1_extracted.c 92 uint64_t a01 = scrut.snd; local
94 uint64_t rb = a01 & (uint64_t)1U << (uint32_t)(sh - (int64_t)1);
95 uint64_t sb2 = sb1 | ((a01 & mask) ^ rb);
96 ap[0U] = a01 & ~mask;
  /src/crypto/external/apache2/openssl/dist/test/
sanitytest.c 49 a01, enumerator in enum:largechoices
  /src/crypto/external/bsd/openssl/dist/test/
sanitytest.c 31 a01, b01, c01, d01, e01, f01, g01, h01, i01, j01, enumerator in enum:largechoices
  /src/crypto/external/bsd/openssl.old/dist/test/
sanitytest.c 30 a01, b01, c01, d01, e01, f01, g01, h01, i01, j01, enumerator in enum:largechoices
  /src/external/public-domain/sqlite/dist/
shell.c 2922 # define a01 (p->u.s[1]) macro
2950 c1 = a01^a11^a21^a31^a41;
2984 b0 = ROL64((a01^d1), 1);
2989 a01 = b1 ^((~b2)& b3 );
3017 c1 = a11^a31^a01^a21^a41;
3062 b2 = ROL64((a01^d1), 10);
3067 a01 = b1 ^((~b2)& b3 );
3084 c1 = a31^a21^a11^a01^a41;
3107 b3 = ROL64((a01^d1), 45);
3112 a01 = b1 ^((~b2)& b3 )
    [all...]

Completed in 35 milliseconds