HomeSort by relevance Sort by last modified time
    Searched refs:b0 (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /bionic/libm/ia64/
s_fmal.S 33 br.ret.sptk b0
s_fma.S 33 br.ret.sptk b0
s_fmaf.S 33 br.ret.sptk b0
  /external/chromium/base/
linked_ptr_unittest.cc 61 linked_ptr<B> b0(new B);
62 linked_ptr<A> a6(b0);
63 ASSERT_TRUE(b0 == a6);
64 ASSERT_TRUE(a6 == b0);
65 ASSERT_TRUE(b0 != NULL);
66 a5 = b0;
67 a5 = b0;
72 b0->Use();
73 (*b0).Use();
74 b0.get()->Use()
    [all...]
  /external/gtest/test/
gtest-linked_ptr_test.cc 102 linked_ptr<B> b0(new B);
103 linked_ptr<A> a6(b0);
104 ASSERT_TRUE(b0 == a6);
105 ASSERT_TRUE(a6 == b0);
106 ASSERT_TRUE(b0 != NULL);
107 a5 = b0;
108 a5 = b0;
113 b0->Use();
114 (*b0).Use();
115 b0.get()->Use()
    [all...]
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 102 linked_ptr<B> b0(new B);
103 linked_ptr<A> a6(b0);
104 ASSERT_TRUE(b0 == a6);
105 ASSERT_TRUE(a6 == b0);
106 ASSERT_TRUE(b0 != NULL);
107 a5 = b0;
108 a5 = b0;
113 b0->Use();
114 (*b0).Use();
115 b0.get()->Use()
    [all...]
  /external/libffi/testsuite/libffi.call/
cls_24byte.c 18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0,
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,
44 struct cls_struct_24byte b0, b1, b2, b3 local
    [all...]
cls_64byte.c 23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0,
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;
49 struct cls_struct_64byte b0, b1, b2, b3 local
    [all...]
nested_struct2.c 22 B B_fn(struct A b0, struct B b1)
26 result.x.a = b0.a + b1.x.a;
27 result.x.b = b0.b + b1.x.b + b1.y;
28 result.y = b0.b + b1.x.b;
30 printf("%lu %d %lu %d %d: %lu %d %d\n", b0.a, b0.b, b1.x.a, b1.x.b, b1.y,
40 struct A b0; local
43 b0 = *(struct A*)(args[0]);
46 *(B*)resp = B_fn(b0, b1);
nested_struct3.c 22 B B_fn(struct A b0, struct B b1)
26 result.x.a = b0.a + b1.x.a;
27 result.x.b = b0.b + b1.x.b + b1.y;
28 result.y = b0.b + b1.x.b;
30 printf("%d %d %d %d %d: %d %d %d\n", (int)b0.a, b0.b,
41 struct A b0; local
44 b0 = *(struct A*)(args[0]);
47 *(B*)resp = B_fn(b0, b1);
nested_struct.c 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0,
34 result.d.a = b0.a + b1.dd + b2.d.a;
35 result.d.b = b0.b + b1.ff + b2.d.b;
36 result.d.c = b0.c + b1.ii + b2.d.c;
37 result.e.ii = b0.c + b1.ii + b2.e.ii;
38 result.e.dd = b0.a + b1.dd + b2.e.dd;
39 result.e.ff = b0.b + b1.ff + b2.e.ff;
42 b0.a, b0.b, b0.c
56 struct cls_struct_16byte1 b0; local
    [all...]
nested_struct1.c 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0,
35 result.d.a = b0.a + b1.dd + b2.d.a;
36 result.d.b = b0.b + b1.ff + b2.d.b;
37 result.d.c = b0.c + b1.ii + b2.d.c;
38 result.e.ii = b0.c + b1.ii + b2.e.ii;
39 result.e.dd = b0.a + b1.dd + b2.e.dd;
40 result.e.ff = b0.b + b1.ff + b2.e.ff;
43 b0.a, b0.b, b0.c
58 struct cls_struct_16byte1 b0; local
    [all...]
  /external/libpcap/
gencode.c 470 * Merge the lists in b0 and b1, using the 'sense' field to indicate
474 merge(b0, b1)
475 struct block *b0, *b1;
477 register struct block **p = &b0;
526 gen_and(b0, b1)
527 struct block *b0, *b1;
529 backpatch(b0, b1->head);
530 b0->sense = !b0->sense;
532 merge(b1, b0);
1530 struct block *b0, *b1; local
1713 struct block *b0, *b1; local
2139 struct block *b0, *b1, *b2; local
2740 struct block *b0, *b1; local
2783 struct block *b0, *b1; local
2834 register struct block *b0, *b1; local
2868 struct block *b0, *b1; local
2910 register struct block *b0, *b1; local
2944 register struct block *b0, *b1, *b2; local
3240 register struct block *b0, *b1; local
3289 struct block *b0, *b1, *b2, *tmp; local
3364 struct block *b0, *b1; local
3397 struct block *b0, *b1; local
3645 struct block *b0, *b1, *tmp; local
3717 struct block *b0; local
4007 struct block *b0, *b1, *tmp; local
4050 struct block *b0, *b1, *tmp; local
4098 struct block *b0, *b1, *tmp; local
4139 struct block *b0, *b1, *tmp; local
4200 struct block *b0, *b1, *tmp; local
4243 struct block *b0, *b1, *tmp; local
4303 struct block *b0, *b1, *tmp; local
4344 struct block *b0, *b1, *tmp; local
4751 struct block *b0, *b1; local
6067 struct block *b0, *b1, *b2; local
6139 register struct block *b0; local
6154 register struct block *b0, *b1, *b2; local
6351 register struct block *b0; local
6443 struct block *b0; local
6466 struct block *b0; local
6486 struct block *b0; local
6503 struct block *b0; local
6519 struct block *b0; local
6536 struct block *b0; local
6617 register struct block *b0, *b1; local
6651 struct block *b0, *b1; local
6725 struct block *b0,*b1; local
6800 struct block *b0; local
6866 struct block *b0; local
6921 struct block *b0, *b1; local
7028 struct block *b0, *b1; local
7069 struct block *b0; local
7189 struct block *b0, *b1; local
    [all...]
  /external/srec/srec/clib/
voicing.c 65 chan->b0 = SHIFT_UP(enval, 8);
71 if (chan->b0 > SHIFT_UP(enval, 8))
73 chan->b0 = SHIFT_UP(enval, 8);
77 chan->b0 += B0_RATE2;
79 chan->b0 += B0_RATE1;
85 if ((enval - chan->quiet_margin) < (chan->b0 >> 8))
97 MAX(chan->s0 - chan->b0 - DYNAMIC_RANGE, 0), 2))) >> 8;
138 chan->b0 / 256.0, chan->b1 / 256.0,
  /frameworks/base/opengl/libagl/
matrix.h 86 static inline GLfixed mla2a( GLfixed a0, GLfixed b0,
100 : "%r"(a0), "r"(b0),
109 return (( int64_t(a0)*b0 +
115 static inline GLfixed mla3a( GLfixed a0, GLfixed b0,
131 : "%r"(a0), "r"(b0),
141 return (( int64_t(a0)*b0 +
148 // b0, b1, b2 are signed 16-bit quanities
178 int16_t b0 = b1b0 & 0xffff;
180 accum = int64_t(a0)*int16_t(b0) >> 16;
219 int16_t b0 = b1b0 & 0xffff
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/
UTF8.cpp 32 inline int inlineUTF8SequenceLengthNonASCII(char b0)
34 if ((b0 & 0xC0) != 0xC0)
36 if ((b0 & 0xE0) == 0xC0)
38 if ((b0 & 0xF0) == 0xE0)
40 if ((b0 & 0xF8) == 0xF0)
45 inline int inlineUTF8SequenceLength(char b0)
47 return (b0 & 0x80) == 0 ? 1 : inlineUTF8SequenceLengthNonASCII(b0);
50 int UTF8SequenceLength(char b0)
52 return (b0 & 0x80) == 0 ? 1 : inlineUTF8SequenceLengthNonASCII(b0)
58 const unsigned char b0 = sequence[0]; local
    [all...]
  /external/qemu/fpu/
softfloat-macros.h 332 | value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
339 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
345 *z0Ptr = a0 + b0 + ( z1 < a1 );
351 | 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
362 bits64 b0,
377 z0 = a0 + b0;
388 | Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
397 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
401 *z0Ptr = a0 - b0 - ( a1 < b1 );
406 | Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2
548 bits64 b0, b1; local
    [all...]
  /external/libffi/src/ia64/
unix.S 56 mov loc1 = b0
97 br.call.sptk.many b0 = b6
108 mov b0 = loc1
122 br.ret.sptk.many b0
128 br.ret.sptk.many b0
134 br.ret.sptk.many b0
140 br.ret.sptk.many b0
146 br.ret.sptk.many b0
152 br.ret.sptk.many b0
158 br.ret.sptk.many b0
    [all...]
  /external/qemu/
host-utils.c 52 uint32_t a0, a1, b0, b1; local
58 b0 = b;
61 v = (uint64_t)a0 * (uint64_t)b0;
68 v = (uint64_t)a1 * (uint64_t)b0;
  /external/webkit/JavaScriptCore/wtf/
StringHashFunctions.h 120 unsigned char b0 = data[0]; local
121 if (!b0)
125 hash += b0;
130 hash += b0;
  /external/chromium/base/third_party/dmg_fp/
g_fmt.cc 35 char *b0, *s0, *se; local
37 b0 = b;
99 return b0;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 262 // build b0
264 byte[] b0 = new byte[16];
268 b0[0] |= 0x40;
271 b0[0] |= (((cMac.getMacSize() - 2) / 2) & 0x7) << 3;
273 b0[0] |= ((15 - nonce.length) - 1) & 0x7;
275 System.arraycopy(nonce, 0, b0, 1, nonce.length);
281 b0[b0.length - count] = (byte)(q & 0xff);
286 cMac.update(b0, 0, b0.length)
    [all...]
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
32 &a0, &a1, &a2, &b0, &b1,
56 /* b = b2 * B**2 + b1 * B + b0 */
57 if ((res = mp_mod_2d(b, DIGIT_BIT * B, &b0)) != MP_OKAY) {
72 /* w0 = a0*b0 */
73 if ((res = mp_mul(&a0, &b0, &w0)) != MP_OKAY) {
82 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
96 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) {
113 /* w3 = (a0 + 2(a1 + 2a2))(b0 + 2(b1 + 2b2)) */
136 if ((res = mp_add(&tmp2, &b0, &tmp2)) != MP_OKAY)
    [all...]
  /external/openssl/crypto/
ia64cpuid.S 8 { .mib; br.ret.sptk.many b0 };;
15 br.ret.sptk.many b0 };;
37 br.ret.sptk.many b0 };;
127 br.ret.sptk b0 };;
137 (p6) br.ret.spnt b0 };;
147 (p7) br.ret.sptk.many b0 };;
166 (p6) br.ret.sptk.many b0 };;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 392 int b0, b1, b2, b3; local
396 b0 = b1 = b2 = b3 = i;
400 gSBox[i*2] = gMDS0[(P[P_01][b0] & 0xff) ^ b0(k0)];
406 b0 = (P[P_04][b0] & 0xff) ^ b0(k3);
411 b0 = (P[P_03][b0] & 0xff) ^ b0(k2)
522 int b0 = b0(x); local
626 private int b0(int x) method in class:TwofishEngine
    [all...]

Completed in 256 milliseconds

1 2 3 4