/external/libpcap/ |
D | gencode.c | 474 merge(b0, b1) in merge() argument 475 struct block *b0, *b1; in merge() 477 register struct block **p = &b0; 526 gen_and(b0, b1) in gen_and() argument 527 struct block *b0, *b1; in gen_and() 529 backpatch(b0, b1->head); 530 b0->sense = !b0->sense; 532 merge(b1, b0); 534 b1->head = b0->head; 538 gen_or(b0, b1) in gen_or() argument [all …]
|
/external/aes/ |
D | aescrypt.c | 109 { aes_32t locals(b0, b1); in aes_encrypt() 120 state_in(b0, in, kp); in aes_encrypt() 127 round(fwd_rnd, b1, b0, kp + 1 * N_COLS); in aes_encrypt() 128 round(fwd_rnd, b0, b1, kp + 2 * N_COLS); in aes_encrypt() 131 round(fwd_rnd, b1, b0, kp + 1 * N_COLS); in aes_encrypt() 132 round(fwd_rnd, b0, b1, kp + 2 * N_COLS); in aes_encrypt() 135 round(fwd_rnd, b1, b0, kp + 1 * N_COLS); in aes_encrypt() 136 round(fwd_rnd, b0, b1, kp + 2 * N_COLS); in aes_encrypt() 137 round(fwd_rnd, b1, b0, kp + 3 * N_COLS); in aes_encrypt() 138 round(fwd_rnd, b0, b1, kp + 4 * N_COLS); in aes_encrypt() [all …]
|
/external/webkit/JavaScriptCore/wtf/unicode/ |
D | UTF8.cpp | 31 inline int inlineUTF8SequenceLengthNonASCII(char b0) in inlineUTF8SequenceLengthNonASCII() argument 33 if ((b0 & 0xC0) != 0xC0) in inlineUTF8SequenceLengthNonASCII() 35 if ((b0 & 0xE0) == 0xC0) in inlineUTF8SequenceLengthNonASCII() 37 if ((b0 & 0xF0) == 0xE0) in inlineUTF8SequenceLengthNonASCII() 39 if ((b0 & 0xF8) == 0xF0) in inlineUTF8SequenceLengthNonASCII() 44 inline int inlineUTF8SequenceLength(char b0) in inlineUTF8SequenceLength() argument 46 return (b0 & 0x80) == 0 ? 1 : inlineUTF8SequenceLengthNonASCII(b0); in inlineUTF8SequenceLength() 49 int UTF8SequenceLength(char b0) in UTF8SequenceLength() argument 51 return (b0 & 0x80) == 0 ? 1 : inlineUTF8SequenceLengthNonASCII(b0); in UTF8SequenceLength() 57 const unsigned char b0 = sequence[0]; in decodeUTF8Sequence() local [all …]
|
/external/qemu/fpu/ |
D | softfloat-macros.h | 339 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) in add128() argument 345 *z0Ptr = a0 + b0 + ( z1 < a1 ); in add128() 362 bits64 b0, in add192() argument 377 z0 = a0 + b0; in add192() 397 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) in sub128() argument 401 *z0Ptr = a0 - b0 - ( a1 < b1 ); in sub128() 418 bits64 b0, in sub192() argument 433 z0 = a0 - b0; in sub192() 511 bits64 b0, in mul128To256() argument 523 mul64To128( a1, b0, &z1, &more2 ); in mul128To256() [all …]
|
/external/libffi/testsuite/libffi.call/ |
D | cls_24byte.c | 18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, in cls_struct_24byte_fn() argument 25 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_24byte_fn() 26 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_24byte_fn() 27 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_24byte_fn() 28 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_24byte_fn() 31 b0.a, b0.b, b0.c, b0.d, in cls_struct_24byte_fn() 44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local 46 b0 = *(struct cls_struct_24byte*)(args[0]); in cls_struct_24byte_gn() 51 *(cls_struct_24byte*)resp = cls_struct_24byte_fn(b0, b1, b2, b3); in cls_struct_24byte_gn()
|
D | cls_64byte.c | 23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0, in cls_struct_64byte_fn() argument 30 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_64byte_fn() 31 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_64byte_fn() 32 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_64byte_fn() 33 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_64byte_fn() 34 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_64byte_fn() 35 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_64byte_fn() 36 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_64byte_fn() 37 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_64byte_fn() 49 struct cls_struct_64byte b0, b1, b2, b3; in cls_struct_64byte_gn() local [all …]
|
D | nested_struct.c | 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0, in cls_struct_combined_fn() argument 34 result.d.a = b0.a + b1.dd + b2.d.a; in cls_struct_combined_fn() 35 result.d.b = b0.b + b1.ff + b2.d.b; in cls_struct_combined_fn() 36 result.d.c = b0.c + b1.ii + b2.d.c; in cls_struct_combined_fn() 37 result.e.ii = b0.c + b1.ii + b2.e.ii; in cls_struct_combined_fn() 38 result.e.dd = b0.a + b1.dd + b2.e.dd; in cls_struct_combined_fn() 39 result.e.ff = b0.b + b1.ff + b2.e.ff; in cls_struct_combined_fn() 42 b0.a, b0.b, b0.c, in cls_struct_combined_fn() 56 struct cls_struct_16byte1 b0; in cls_struct_combined_gn() local 60 b0 = *(struct cls_struct_16byte1*)(args[0]); in cls_struct_combined_gn() [all …]
|
D | nested_struct1.c | 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0, in cls_struct_combined_fn() argument 35 result.d.a = b0.a + b1.dd + b2.d.a; in cls_struct_combined_fn() 36 result.d.b = b0.b + b1.ff + b2.d.b; in cls_struct_combined_fn() 37 result.d.c = b0.c + b1.ii + b2.d.c; in cls_struct_combined_fn() 38 result.e.ii = b0.c + b1.ii + b2.e.ii; in cls_struct_combined_fn() 39 result.e.dd = b0.a + b1.dd + b2.e.dd; in cls_struct_combined_fn() 40 result.e.ff = b0.b + b1.ff + b2.e.ff; in cls_struct_combined_fn() 43 b0.a, b0.b, b0.c, in cls_struct_combined_fn() 58 struct cls_struct_16byte1 b0; in cls_struct_combined_gn() local 63 b0 = *(struct cls_struct_16byte1*)(args[0]); in cls_struct_combined_gn() [all …]
|
D | nested_struct3.c | 22 B B_fn(struct A b0, struct B b1) in B_fn() argument 26 result.x.a = b0.a + b1.x.a; in B_fn() 27 result.x.b = b0.b + b1.x.b + b1.y; in B_fn() 28 result.y = b0.b + b1.x.b; in B_fn() 30 printf("%d %d %d %d %d: %d %d %d\n", (int)b0.a, b0.b, in B_fn() 41 struct A b0; in B_gn() local 44 b0 = *(struct A*)(args[0]); in B_gn() 47 *(B*)resp = B_fn(b0, b1); in B_gn()
|
D | nested_struct2.c | 22 B B_fn(struct A b0, struct B b1) in B_fn() argument 26 result.x.a = b0.a + b1.x.a; in B_fn() 27 result.x.b = b0.b + b1.x.b + b1.y; in B_fn() 28 result.y = b0.b + b1.x.b; in B_fn() 30 printf("%lu %d %lu %d %d: %lu %d %d\n", b0.a, b0.b, b1.x.a, b1.x.b, b1.y, in B_fn() 40 struct A b0; in B_gn() local 43 b0 = *(struct A*)(args[0]); in B_gn() 46 *(B*)resp = B_fn(b0, b1); in B_gn()
|
D | nested_struct4.c | 41 struct A b0; in B_gn() local 44 b0 = *(struct A*)(args[0]); in B_gn() 47 *(B*)resp = B_fn(b0, b1); in B_gn()
|
D | nested_struct5.c | 41 struct A b0; in B_gn() local 44 b0 = *(struct A*)(args[0]); in B_gn() 47 *(B*)resp = B_fn(b0, b1); in B_gn()
|
D | nested_struct7.c | 41 struct A b0; in B_gn() local 44 b0 = *(struct A*)(args[0]); in B_gn() 47 *(B*)resp = B_fn(b0, b1); in B_gn()
|
D | nested_struct8.c | 46 struct A b0; in B_gn() local 50 b0 = *(struct A*)(args[0]); in B_gn() 54 *(B*)resp = B_fn(b0, b1, b2); in B_gn()
|
D | nested_struct6.c | 46 struct A b0; in B_gn() local 50 b0 = *(struct A*)(args[0]); in B_gn() 54 *(B*)resp = B_fn(b0, b1, b2); in B_gn()
|
D | nested_struct9.c | 46 struct A b0; in B_gn() local 50 b0 = *(struct A*)(args[0]); in B_gn() 54 *(B*)resp = B_fn(b0, b1, b2); in B_gn()
|
/external/gtest/test/ |
D | gtest-linked_ptr_test.cc | 102 linked_ptr<B> b0(new B); in TEST_F() local 103 linked_ptr<A> a6(b0); in TEST_F() 104 ASSERT_TRUE(b0 == a6); in TEST_F() 105 ASSERT_TRUE(a6 == b0); in TEST_F() 106 ASSERT_TRUE(b0 != NULL); in TEST_F() 107 a5 = b0; in TEST_F() 108 a5 = b0; in TEST_F() 113 b0->Use(); in TEST_F() 114 (*b0).Use(); in TEST_F() 115 b0.get()->Use(); in TEST_F()
|
/external/libffi/src/ia64/ |
D | 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/srec/srec/clib/ |
D | voicing.c | 65 chan->b0 = SHIFT_UP(enval, 8); in voicing_analysis() 71 if (chan->b0 > SHIFT_UP(enval, 8)) in voicing_analysis() 73 chan->b0 = SHIFT_UP(enval, 8); in voicing_analysis() 77 chan->b0 += B0_RATE2; in voicing_analysis() 79 chan->b0 += B0_RATE1; in voicing_analysis() 85 if ((enval - chan->quiet_margin) < (chan->b0 >> 8)) in voicing_analysis() 97 MAX(chan->s0 - chan->b0 - DYNAMIC_RANGE, 0), 2))) >> 8; in voicing_analysis() 138 chan->b0 / 256.0, chan->b1 / 256.0, in voicing_analysis()
|
/external/dropbear/libtommath/ |
D | bn_mp_toom_mul.c | 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; in mp_toom_mul() local 32 &a0, &a1, &a2, &b0, &b1, in mp_toom_mul() 57 if ((res = mp_mod_2d(b, DIGIT_BIT * B, &b0)) != MP_OKAY) { in mp_toom_mul() 73 if ((res = mp_mul(&a0, &b0, &w0)) != MP_OKAY) { in mp_toom_mul() 96 if ((res = mp_mul_2(&b0, &tmp2)) != MP_OKAY) { in mp_toom_mul() 136 if ((res = mp_add(&tmp2, &b0, &tmp2)) != MP_OKAY) { in mp_toom_mul() 155 if ((res = mp_add(&tmp2, &b0, &tmp2)) != MP_OKAY) { in mp_toom_mul() 275 &a0, &a1, &a2, &b0, &b1, in mp_toom_mul()
|
/external/speex/libspeex/ |
D | lsp.c | 148 spx_word16_t b0, b1; in cheb_poly_eva() local 159 b0=x; in cheb_poly_eva() 165 spx_word16_t tmp=b0; in cheb_poly_eva() 166 b0 = SUB16(MULT16_16_Q13(x,b0), b1); in cheb_poly_eva() 168 sum = ADD32(sum, EXTEND32(MULT16_16_P14(coef[m-i],b0))); in cheb_poly_eva() 180 float b0, b1, tmp; in cheb_poly_eva() local 183 b0=0; /* b_(m+1) */ in cheb_poly_eva() 191 tmp=b0; /* tmp holds the previous value of b0 */ in cheb_poly_eva() 192 b0=x*b0-b1+coef[m-k]; /* b0 holds its new value based on b0 and b1 */ in cheb_poly_eva() 196 return(-b1+.5*x*b0+coef[m]); in cheb_poly_eva()
|
/external/qemu/ |
D | host-utils.c | 51 uint32_t a0, a1, b0, b1; in mul64() local 57 b0 = b; in mul64() 60 v = (uint64_t)a0 * (uint64_t)b0; in mul64() 67 v = (uint64_t)a1 * (uint64_t)b0; in mul64()
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
D | pvmf_cpmplugin_domain_interface_types.h | 53 void SetServiceId(uint8 b0, uint8 b1, uint8 b2, uint8 b3 in SetServiceId() argument 59 *pos++ = b0; in SetServiceId() 76 void SetAccountId(uint8 b0, uint8 b1, uint8 b2, uint8 b3 in SetAccountId() argument 82 *pos++ = b0; in SetAccountId()
|
/external/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 36 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local 42 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b); in TEA_transform() 43 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform() 46 buf[0] += b0; in TEA_transform()
|
/external/webkit/WebCore/platform/text/ |
D | StringImpl.h | 238 unsigned char b0 = data[0]; in computeHash() local 239 if (!b0) in computeHash() 243 hash += b0; in computeHash() 248 hash += b0; in computeHash()
|