| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | auto-var-init.cpp | 125 struct big { unsigned a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z;… argument
|
| D | trivial-auto-var-init.cpp | 259 char big[65536]; in test_huge_uninit() local 279 char big[65536] = { 'a', 'b', 'c', 'd' }; in test_huge_small_init() local 291 …char big[65536] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p'… in test_huge_larger_init() local
|
| D | microsoft-abi-vmemptr-conflicts.cpp | 53 struct Big { int big[32]; }; member 80 int big[32]; member
|
| /external/pdfium/xfa/fgas/crt/ |
| D | cfgas_decimal_unittest.cpp | 19 CFGAS_Decimal big(std::numeric_limits<int32_t>::max()); in TEST() local 26 CFGAS_Decimal big(std::numeric_limits<uint32_t>::max()); in TEST() local 33 CFGAS_Decimal big(std::numeric_limits<uint64_t>::max()); in TEST() local 40 WideString big = CFGAS_Decimal(powf(2.0f, 95.0f), 0).ToWideString(); in TEST() local 68 CFGAS_Decimal big(L"100000000000000000000000000"); in TEST() local
|
| /external/llvm-project/lld/test/ELF/Inputs/ |
| D | x86-64-reloc-error.s | 1 .global big symbol 3 big = 0x1000000000 define
|
| D | abs.s | 3 .global big symbol 4 big = 0x1000000000 define
|
| /external/lzma/CPP/7zip/UI/FileManager/ |
| D | DialogSize.h | 10 #define SIZED_DIALOG(big) (isBig ? big : big ## _2) argument 13 #define SIZED_DIALOG(big) big argument
|
| /external/llvm-project/clang/test/Sema/ |
| D | aarch64-neon-ranges.c | 6 void test_vext_8bit(int8x8_t small, int8x16_t big) { in test_vext_8bit() 22 void test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) { in test_mul_lane_f64() 39 void test_ld1st1(int8x8_t small, int8x16_t big, void *addr) { in test_ld1st1()
|
| /external/clang/test/Sema/ |
| D | aarch64-neon-ranges.c | 6 void test_vext_8bit(int8x8_t small, int8x16_t big) { in test_vext_8bit() 22 void test_mul_lane_f64(float64x1_t small, float64x2_t big, float64x2_t rhs) { in test_mul_lane_f64() 39 void test_ld1st1(int8x8_t small, int8x16_t big, void *addr) { in test_ld1st1()
|
| /external/skqp/gm/ |
| D | bigrect.cpp | 11 static void draw_big_rect(SkCanvas* canvas, SkScalar big, const SkPaint& rectPaint) { in draw_big_rect() 100 const SkScalar big = SkFloatToScalar(sizes[j]); variable
|
| /external/skia/gm/ |
| D | bigrect.cpp | 16 static void draw_big_rect(SkCanvas* canvas, SkScalar big, const SkPaint& rectPaint) { in draw_big_rect() 105 const SkScalar big = SkFloatToScalar(sizes[j]); variable
|
| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
| D | NumberCoercionTest.java | 60 long big = 1L + Integer.MAX_VALUE; in testToIntFailing() local 179 BigInteger big = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.TEN); in testToLongFailing() local
|
| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/ |
| D | AsyncNumberCoercionTest.java | 68 long big = 1L + Integer.MAX_VALUE; in testToIntFailing() local 182 BigInteger big = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.TEN); in testToLongFailing() local
|
| /external/clang/test/CodeGenCXX/ |
| D | microsoft-abi-vmemptr-conflicts.cpp | 53 struct Big { int big[32]; }; member 80 int big[32]; member
|
| /external/tensorflow/tensorflow/core/lib/gtl/ |
| D | compactptrset.h | 190 BigRep* big() const { in big() function 197 BigRep* big = new BigRep; in MakeBig() local
|
| /external/pigweed/pw_polyfill/standard_library_public/pw_polyfill/standard_library/ |
| D | bit.h | 25 big = __ORDER_BIG_ENDIAN__, enumerator
|
| /external/skia/docs/examples/ |
| D | Surface_draw.cpp | 7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
|
| D | Surface_makeImageSnapshot.cpp | 7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
|
| D | Surface_makeImageSnapshot_2.cpp | 7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
|
| D | Surface_makeSurface.cpp | 7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
|
| /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
| D | make_signed.pass.cpp | 27 big = 0xFFFFFFFFFFFFFFFFULL enumerator
|
| D | make_unsigned.pass.cpp | 27 big = 0xFFFFFFFFFFFFFFFFULL enumerator
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/ |
| D | TestTokenBuffer.java | 134 long big = 1L + Integer.MAX_VALUE; in testNumberOverflowInt() local 149 long big = 1L + Integer.MAX_VALUE; in testNumberOverflowInt() local 167 BigInteger big = BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE); in testNumberOverflowLong() local
|
| /external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
| D | make_signed.pass.cpp | 26 big = 0xFFFFFFFFFFFFFFFFULL enumerator
|
| D | make_unsigned.pass.cpp | 26 big = 0xFFFFFFFFFFFFFFFFULL enumerator
|