Searched refs:b0 (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10/IOAudioFamily-200.6/
H A DBigNum128.cpp32 uint64_t a1, a0, b1, b0; local
36 b0 = B - (b1 << 32);
40 Y = a0 * b0;
41 Z = a1 * b0 + a0 * b1;
/macosx-10.10/ruby-106/ruby/
H A Dia64.s29 br.ret.sptk.many b0
40 br.ret.sptk.many b0
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A Drijndael.c333 { u4byte b0[4], b1[4], *kp; local
338 b0[0] = swap_block[0] ^ e_key[0]; b0[1] = swap_block[1] ^ e_key[1];
339 b0[2] = swap_block[2] ^ e_key[2]; b0[3] = swap_block[3] ^ e_key[3];
341 b0[0] = in_blk[0] ^ e_key[0]; b0[1] = in_blk[1] ^ e_key[1];
342 b0[2] = in_blk[2] ^ e_key[2]; b0[3] = in_blk[3] ^ e_key[3];
349 f_nround(b1, b0, k
387 { u4byte b0[4], b1[4], *kp; local
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dgencode.c552 * Merge the lists in b0 and b1, using the 'sense' field to indicate
556 merge(b0, b1)
557 struct block *b0, *b1;
559 register struct block **p = &b0;
611 gen_and(b0, b1)
612 struct block *b0, *b1;
614 backpatch(b0, b1->head);
615 b0->sense = !b0->sense;
617 merge(b1, b0);
1741 struct block *b0, *b1; local
1949 struct block *b0, *b1; local
2903 struct block *b0, *b1, *b2; local
3556 struct block *b0, *b1; local
3599 struct block *b0, *b1; local
3650 register struct block *b0, *b1; local
3708 struct block *b0, *b1; local
3766 register struct block *b0, *b1; local
3825 register struct block *b0, *b1, *b2; local
4251 register struct block *b0, *b1; local
4324 struct block *b0, *b1, *b2, *tmp; local
4399 struct block *b0, *b1; local
4432 struct block *b0, *b1; local
4687 struct block *b0, *b1, *tmp; local
4762 struct block *b0; local
5044 struct block *b0, *b1, *tmp; local
5087 struct block *b0, *b1, *tmp; local
5134 struct block *b0, *b1, *tmp; local
5176 struct block *b0, *b1, *tmp; local
5236 struct block *b0, *b1, *tmp; local
5279 struct block *b0, *b1, *tmp; local
5338 struct block *b0, *b1, *tmp; local
5380 struct block *b0, *b1, *tmp; local
5767 struct block *b0, *b1; local
5804 struct block *b0, *b1; local
7151 struct block *b0, *b1, *b2; local
7232 register struct block *b0; local
7247 register struct block *b0, *b1, *b2; local
7448 register struct block *b0; local
7573 struct block *b0; local
7595 struct block *b0; local
7617 struct block *b0; local
7633 struct block *b0; local
7649 struct block *b0; local
7665 struct block *b0; local
7730 struct block *b0; local
7753 struct block *b0; local
7806 register struct block *b0, *b1; local
7864 struct block *b0, *b1; local
7948 struct block *b0,*b1; local
8026 struct block *b0, *b1; local
8105 struct block *b0; local
8160 struct block *b0, *b1; local
8269 struct block *b0, *b1; local
8340 struct block *b0; local
8476 struct block *b0, *b1; local
[all...]
/macosx-10.10/libffi-18.1/tests/testsuite/libffi.call/
H A Dstret_medium.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_medium2.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_large2.c34 struct_116byte b0,
41 result.a = b0.a + b1.a + b2.a + b3.a;
42 result.b = b0.b + b1.b + b2.b + b3.b;
43 result.c = b0.c + b1.c + b2.c + b3.c;
44 result.d = b0.d + b1.d + b2.d + b3.d;
45 result.e = b0.e + b1.e + b2.e + b3.e;
46 result.f = b0.f + b1.f + b2.f + b3.f;
47 result.g = b0.g + b1.g + b2.g + b3.g;
48 result.h = b0.h + b1.h + b2.h + b3.h;
49 result.i = b0
33 cls_struct_116byte_fn( struct_116byte b0, struct_116byte b1, struct_116byte b2, struct_116byte b3) argument
67 struct_116byte b0, b1, b2, b3; local
[all...]
H A Dcls_24byte.c18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, argument
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
31 b0.a, b0.b, b0.c, b0.d,
43 struct cls_struct_24byte b0, b local
[all...]
H A Dcls_64byte.c23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0, argument
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
48 struct cls_struct_64byte b0, b local
[all...]
H A Dstret_large.c33 struct_108byte b0,
40 result.a = b0.a + b1.a + b2.a + b3.a;
41 result.b = b0.b + b1.b + b2.b + b3.b;
42 result.c = b0.c + b1.c + b2.c + b3.c;
43 result.d = b0.d + b1.d + b2.d + b3.d;
44 result.e = b0.e + b1.e + b2.e + b3.e;
45 result.f = b0.f + b1.f + b2.f + b3.f;
46 result.g = b0.g + b1.g + b2.g + b3.g;
47 result.h = b0.h + b1.h + b2.h + b3.h;
48 result.i = b0
32 cls_struct_108byte_fn( struct_108byte b0, struct_108byte b1, struct_108byte b2, struct_108byte b3) argument
65 struct_108byte b0, b1, b2, b3; local
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstret_medium.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_medium2.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_large2.c34 struct_116byte b0,
41 result.a = b0.a + b1.a + b2.a + b3.a;
42 result.b = b0.b + b1.b + b2.b + b3.b;
43 result.c = b0.c + b1.c + b2.c + b3.c;
44 result.d = b0.d + b1.d + b2.d + b3.d;
45 result.e = b0.e + b1.e + b2.e + b3.e;
46 result.f = b0.f + b1.f + b2.f + b3.f;
47 result.g = b0.g + b1.g + b2.g + b3.g;
48 result.h = b0.h + b1.h + b2.h + b3.h;
49 result.i = b0
33 cls_struct_116byte_fn( struct_116byte b0, struct_116byte b1, struct_116byte b2, struct_116byte b3) argument
67 struct_116byte b0, b1, b2, b3; local
[all...]
H A Dcls_24byte.c18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, argument
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
31 b0.a, b0.b, b0.c, b0.d,
43 struct cls_struct_24byte b0, b local
[all...]
H A Dcls_64byte.c23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0, argument
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
48 struct cls_struct_64byte b0, b local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstret_medium.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_medium2.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_large2.c34 struct_116byte b0,
41 result.a = b0.a + b1.a + b2.a + b3.a;
42 result.b = b0.b + b1.b + b2.b + b3.b;
43 result.c = b0.c + b1.c + b2.c + b3.c;
44 result.d = b0.d + b1.d + b2.d + b3.d;
45 result.e = b0.e + b1.e + b2.e + b3.e;
46 result.f = b0.f + b1.f + b2.f + b3.f;
47 result.g = b0.g + b1.g + b2.g + b3.g;
48 result.h = b0.h + b1.h + b2.h + b3.h;
49 result.i = b0
33 cls_struct_116byte_fn( struct_116byte b0, struct_116byte b1, struct_116byte b2, struct_116byte b3) argument
67 struct_116byte b0, b1, b2, b3; local
[all...]
H A Dcls_24byte.c18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, argument
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
31 b0.a, b0.b, b0.c, b0.d,
43 struct cls_struct_24byte b0, b local
[all...]
H A Dcls_64byte.c23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0, argument
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
48 struct cls_struct_64byte b0, b local
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dstret_medium.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_medium2.c25 struct_72byte b0,
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_large2.c34 struct_116byte b0,
41 result.a = b0.a + b1.a + b2.a + b3.a;
42 result.b = b0.b + b1.b + b2.b + b3.b;
43 result.c = b0.c + b1.c + b2.c + b3.c;
44 result.d = b0.d + b1.d + b2.d + b3.d;
45 result.e = b0.e + b1.e + b2.e + b3.e;
46 result.f = b0.f + b1.f + b2.f + b3.f;
47 result.g = b0.g + b1.g + b2.g + b3.g;
48 result.h = b0.h + b1.h + b2.h + b3.h;
49 result.i = b0
33 cls_struct_116byte_fn( struct_116byte b0, struct_116byte b1, struct_116byte b2, struct_116byte b3) argument
67 struct_116byte b0, b1, b2, b3; local
[all...]
H A Dcls_24byte.c18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, argument
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
31 b0.a, b0.b, b0.c, b0.d,
43 struct cls_struct_24byte b0, b local
[all...]
H A Dcls_64byte.c23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0, argument
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
48 struct cls_struct_64byte b0, b local
[all...]

Completed in 213 milliseconds

1234