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

  /src/tests/usr.bin/xlint/lint1/
decl_direct_abstract.c 137 } a04; typedef in typeref:struct:__anon7988
150 /* expect+2: error: cannot take size/alignment of function type 'function() returning struct typedef a04' [144] */
152 int unspecified_args_return_04[-1000 - (int)sizeof(a04())];
163 /* expect+2: error: cannot take size/alignment of function type 'function(void) returning struct typedef a04' [144] */
165 int prototype_void_return_04[-1000 - (int)sizeof(a04(void))];
176 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a04) returning struct typedef a32' [144] */
178 int prototype_unnamed_04_return_32[-1000 - (int)sizeof(a32(a04))];
189 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a32) returning struct typedef a04' [144] */
191 int prototype_unnamed_32_return_04[-1000 - (int)sizeof(a04(a32))];
199 /* expect+2: error: cannot take size/alignment of function type 'function(struct typedef a04) returning struct typedef a32' [144] *
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
sanitytest.c 79 a04, enumerator in enum:largechoices
  /src/crypto/external/bsd/openssl/dist/test/
sanitytest.c 34 a04, b04, c04, d04, e04, f04, g04, h04, i04, j04, enumerator in enum:largechoices
  /src/crypto/external/bsd/openssl.old/dist/test/
sanitytest.c 33 a04, b04, c04, d04, e04, f04, g04, h04, i04, j04, enumerator in enum:largechoices
  /src/external/public-domain/sqlite/dist/
shell.c 4549 # define a04 (p->u.s[4]) macro
4577 c4 = a04^a14^a24^a34^a44;
4622 b0 = ROL64((a04^d4), 27);
4627 a04 = b4 ^((~b0)& b1 );
4644 c4 = a44^a14^a34^a04^a24;
4678 b3 = ROL64((a04^d4), 8);
4683 a04 = b4 ^((~b0)& b1 );
4711 c4 = a24^a14^a04^a44^a34;
4767 b2 = ROL64((a04^d4), 39);
4772 a04 = b4 ^((~b0)& b1 )
    [all...]

Completed in 59 milliseconds