Home
last modified time | relevance | path

Searched defs:big (Results 1 – 25 of 145) sorted by relevance

123456

/external/llvm-project/clang/test/CodeGenCXX/
Dauto-var-init.cpp125 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
Dtrivial-auto-var-init.cpp259 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
Dmicrosoft-abi-vmemptr-conflicts.cpp53 struct Big { int big[32]; }; member
80 int big[32]; member
/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal_unittest.cpp19 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/
Dx86-64-reloc-error.s1 .global big symbol
3 big = 0x1000000000 define
Dabs.s3 .global big symbol
4 big = 0x1000000000 define
/external/lzma/CPP/7zip/UI/FileManager/
DDialogSize.h10 #define SIZED_DIALOG(big) (isBig ? big : big ## _2) argument
13 #define SIZED_DIALOG(big) big argument
/external/llvm-project/clang/test/Sema/
Daarch64-neon-ranges.c6 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/
Daarch64-neon-ranges.c6 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/
Dbigrect.cpp11 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/
Dbigrect.cpp16 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/
DNumberCoercionTest.java60 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/
DAsyncNumberCoercionTest.java68 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/
Dmicrosoft-abi-vmemptr-conflicts.cpp53 struct Big { int big[32]; }; member
80 int big[32]; member
/external/tensorflow/tensorflow/core/lib/gtl/
Dcompactptrset.h190 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/
Dbit.h25 big = __ORDER_BIG_ENDIAN__, enumerator
/external/skia/docs/examples/
DSurface_draw.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_makeImageSnapshot.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_makeImageSnapshot_2.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
DSurface_makeSurface.cpp7 sk_sp<SkSurface> big(SkSurface::MakeRasterN32Premul(64, 64)); in draw() local
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
Dmake_signed.pass.cpp27 big = 0xFFFFFFFFFFFFFFFFULL enumerator
Dmake_unsigned.pass.cpp27 big = 0xFFFFFFFFFFFFFFFFULL enumerator
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DTestTokenBuffer.java134 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/
Dmake_signed.pass.cpp26 big = 0xFFFFFFFFFFFFFFFFULL enumerator
Dmake_unsigned.pass.cpp26 big = 0xFFFFFFFFFFFFFFFFULL enumerator

123456