/external/clang/test/CodeGen/ |
D | ppc64-inline-asm.c | 3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1() 11 int test_wc_i32(int b1, int b2) { in test_wc_i32() 19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
|
/external/stlport/test/unit/ |
D | bitset_test.cpp | 38 bitset<13U> b1(0xFFFF); in bitset1() local 87 bitset<13U> b1; in iostream() local 101 bitset<13U> b1; in iostream() local
|
/external/chromium_org/v8/test/mjsunit/ |
D | switch-opt.js | 43 function f(label, b1, b2, b3) { argument 65 function assertResult(r, label, b1, b2, b3) { argument 140 function f(label, b1, b2, b3) { argument 162 function assertResult(r, label, b1, b2, b3) { argument
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | Biquad.cpp | 231 double b1 = 2 * 2 * alpha; in setLowpassParams() local 267 double b1 = 2 * -2 * alpha; in setHighpassParams() local 283 void Biquad::setNormalizedCoefficients(double b0, double b1, double b2, double a0, double a1, doubl… in setNormalizedCoefficients() 328 double b1 = 2 * A * (aMinusOne - aPlusOne * k); in setLowShelfParams() local 363 double b1 = -2 * A * (aMinusOne + aPlusOne * k); in setHighShelfParams() local 394 double b1 = -2 * k; in setPeakingParams() local 430 double b1 = -2 * k; in setAllpassParams() local 466 double b1 = -2 * k; in setNotchParams() local 502 double b1 = 0; in setBandpassParams() local 530 double b1 = -2 * zero.real(); in setZeroPolePairs() local [all …]
|
/external/ceres-solver/internal/ceres/ |
D | dense_sparse_matrix_test.cc | 100 Vector b1 = Vector::Zero(num_rows); in TEST_F() local 114 Vector b1 = Vector::Zero(num_cols); in TEST_F() local 129 Vector b1 = Vector::Zero(num_cols); in TEST_F() local 139 Vector b1 = Vector::Zero(num_cols); in TEST_F() local
|
/external/libpcap/ |
D | gencode.c | 556 merge(b0, b1) in merge() argument 611 gen_and(b0, b1) in gen_and() argument 623 gen_or(b0, b1) in gen_or() argument 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 [all …]
|
/external/clang/test/CXX/special/class.inhctor/ |
D | p4.cpp | 23 B b1{X<1>{}}; // expected-error {{calling a protected constructor}} variable 33 B b1{X<1>{}}; member 70 B b1(0, 1); // expected-error {{call to deleted constructor of 'DRnnnn::B'}} variable
|
/external/qemu/fpu/ |
D | softfloat-macros.h | 355 uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, uint64_t *z0Ptr, uint64_t *z1Ptr ) in add128() 379 uint64_t b1, in add192() 413 uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1, uint64_t *z0Ptr, uint64_t *z1Ptr ) in sub128() 435 uint64_t b1, in sub192() 528 uint64_t b1, in mul128To256() 564 uint64_t b0, b1; in estimateDiv128To64() local 705 INLINE flag eq128( uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1 ) in eq128() 718 INLINE flag le128( uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1 ) in le128() 731 INLINE flag lt128( uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1 ) in lt128() 744 INLINE flag ne128( uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1 ) in ne128()
|
/external/stressapptest/src/ |
D | adler32memcpy.cc | 78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { in Set() 99 uint64 b1 = 0; in CalculateAdlerChecksum() local 137 uint64 b1 = 0; in AdlerMemcpyC() local 178 uint64 b1 = 0; in AdlerMemcpyWarmC() local
|
/external/clang/test/Modules/Inputs/normal-module-map/ |
D | b1.h | 1 int b1; variable
|
/external/emma/core/java12/com/vladium/util/ |
D | ByteArrayOStream.java | 49 public final void write2 (final int b1, final int b2) in write2() 73 public final void write3 (final int b1, final int b2, final int b3) in write3() 98 public final void write4 (final int b1, final int b2, final int b3, final int b4) in write4()
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
D | file_io_test.cc | 39 ByteVector b1; in TestFileInputStream() local 100 ByteVector b1; in TestFontInputStreamBasic() local
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 39 ByteVector b1; in TestFileInputStream() local 100 ByteVector b1; in TestFontInputStreamBasic() local
|
/external/guava/guava/src/com/google/common/io/ |
D | LittleEndianDataInputStream.java | 81 int b1 = in.read(); in readUnsignedByte() local 223 int b1 = in.read(); in readAndCheckByte() local
|
/external/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 32 bool b1 = !ecb; in test_conv_to_bool() local 46 bool b1(ecb); // okay in test_explicit_bool() local
|
D | warn-memsize-comparison.cpp | 18 char b1[80], b2[80]; in f() local
|
/external/clang/test/Modules/Inputs/ |
D | def-include.h | 12 int b1; member
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | dct.c | 17 int a1, b1, c1, d1; in vp8_short_fdct4x4_c() local 67 int a1, b1, c1, d1; in vp8_short_walsh4x4_c() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | dct.c | 17 int a1, b1, c1, d1; in vp8_short_fdct4x4_c() local 67 int a1, b1, c1, d1; in vp8_short_walsh4x4_c() local
|
/external/valgrind/main/memcheck/tests/ |
D | clo_redzone.c | 6 char *b1 = malloc (128); in main() local
|
/external/chromium_org/base/debug/ |
D | leak_tracker_unittest.cc | 33 scoped_ptr<ClassB> b1(new ClassB); in TEST() local 49 ClassB b1; in TEST() local
|
/external/icu/icu4c/source/test/intltest/ |
D | idnaref.cpp | 134 uint32_t* b1 = b1Stack; in convertToPuny() local 203 char* b1 = b1Stack; in convertFromPuny() local 259 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_toASCII() local 432 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; in idnaref_toUnicode() local 699 UChar *b1 = b1Stack; in idnaref_IDNToASCII() local 855 UChar *b1 = b1Stack; in idnaref_IDNToUnicode() local 999 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_compare() local
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | idnaref.cpp | 134 uint32_t* b1 = b1Stack; in convertToPuny() local 203 char* b1 = b1Stack; in convertFromPuny() local 259 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_toASCII() local 432 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; in idnaref_toUnicode() local 699 UChar *b1 = b1Stack; in idnaref_IDNToASCII() local 855 UChar *b1 = b1Stack; in idnaref_IDNToUnicode() local 999 UChar *b1 = b1Stack, *b2 = b2Stack; in idnaref_compare() local
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Utils.c | 40 int8_t *b1 =(int8_t *)src; in phOsalNfc_MemCompare() local
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-753.js | 34 var obj = {a1: {b1: [1,2,3,4], b2: {c1: 1, c2: 2}},a2: 'a2'}; property
|