Searched defs:sizeof (Results 1 - 25 of 110) sorted by relevance

12345

/external/compiler-rt/lib/interception/
H A Dinterception_type_test.cc22 COMPILER_CHECK(sizeof(::SIZE_T) == sizeof(size_t)); variable
23 COMPILER_CHECK(sizeof(::SSIZE_T) == sizeof(ssize_t)); variable
24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t)); variable
25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t)); variable
28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_ variable
36 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t)); variable
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp34 DE_STATIC_ASSERT(sizeof(GLbyte) == 1);
35 DE_STATIC_ASSERT(sizeof(GLubyte) == 1);
36 DE_STATIC_ASSERT(sizeof(GLshort) == 2);
37 DE_STATIC_ASSERT(sizeof(GLushort) == 2);
38 DE_STATIC_ASSERT(sizeof(GLint) == 4);
39 DE_STATIC_ASSERT(sizeof(GLuint) == 4);
40 DE_STATIC_ASSERT(sizeof(GLint64) == 8);
41 DE_STATIC_ASSERT(sizeof(GLuint64) == 8);
43 DE_STATIC_ASSERT(sizeof(GLhalf) == 2);
44 DE_STATIC_ASSERT(sizeof(GLfloa
55 DE_STATIC_ASSERT(sizeof(GLintptr) == sizeof(void*)); member in namespace:glw
56 DE_STATIC_ASSERT(sizeof(GLsizeiptr) == sizeof(void*)); member in namespace:glw
[all...]
/external/libcxxabi/src/
H A Dstdexcept.cpp18 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); variable
/external/deqp/framework/delibs/dethread/
H A DdeAtomic.c28 DE_STATIC_ASSERT(sizeof(long) == sizeof(deInt32)); variable
H A DdeSingleton.c28 DE_STATIC_ASSERT(sizeof(deSingletonState) == sizeof(deUint32)); variable
/external/clang/test/Headers/
H A Dc11.c27 _Static_assert(sizeof(max_align_t) >= sizeof(long long), "");
29 _Static_assert(sizeof(max_align_t) >= sizeof(long double), "");
33 _Static_assert(sizeof(max_align_t) == sizeof(double), ""); variable
H A Dtgmath.c16 _Static_assert(sizeof(creal(f)) == sizeof(f), ""); variable
17 _Static_assert(sizeof(creal(d)) == sizeof(d), ""); variable
18 _Static_assert(sizeof(creal(l)) == sizeof(l), ""); variable
20 _Static_assert(sizeof(creal(fc)) == sizeof(f), ""); variable
21 _Static_assert(sizeof(creal(dc)) == sizeof( variable
22 _Static_assert(sizeof(creal(lc)) == sizeof(l), ""); variable
26 _Static_assert(sizeof(fabs(f)) == sizeof(f), ""); variable
27 _Static_assert(sizeof(fabs(d)) == sizeof(d), ""); variable
28 _Static_assert(sizeof(fabs(l)) == sizeof(l), ""); variable
30 _Static_assert(sizeof(fabs(fc)) == sizeof(f), ""); variable
31 _Static_assert(sizeof(fabs(dc)) == sizeof(d), ""); variable
32 _Static_assert(sizeof(fabs(lc)) == sizeof(l), ""); variable
36 _Static_assert(sizeof(logb(f)) == sizeof(f), ""); variable
37 _Static_assert(sizeof(logb(d)) == sizeof(d), ""); variable
38 _Static_assert(sizeof(logb(l)) == sizeof(l), ""); variable
[all...]
/external/clang/test/CodeGenCXX/
H A Dcxx11-exception-spec.cpp6 template<typename T> void f() noexcept(sizeof(T) == 4) { h(); } function
7 template<typename T> void g() noexcept(sizeof(T) == 4);
10 static void f() noexcept(sizeof(T) == 4) { h(); } function in struct:S
11 static void g() noexcept(sizeof(T) == 4);
111 template<bool b, typename U> void f() noexcept(sizeof(T) == sizeof(U)); member in struct:Nested
/external/libcxx/src/
H A Dstdexcept.cpp25 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); variable
/external/chromium_org/mojo/public/c/system/tests/
H A Dmacros_unittest.cc38 MOJO_COMPILE_ASSERT(sizeof(int64_t) == 2 * sizeof(int32_t), member in namespace:mojo::__anon8766
43 MOJO_COMPILE_ASSERT(sizeof(int32_t) == 2 * sizeof(int16_t),
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage_internal.h24 MOJO_COMPILE_ASSERT(sizeof(MessageHeader) == 16, bad_sizeof_MessageHeader);
29 MOJO_COMPILE_ASSERT(sizeof(MessageHeaderWithRequestID) == 24,
36 MOJO_COMPILE_ASSERT(sizeof(MessageData) == sizeof(MessageHeader), member in namespace:mojo::internal
H A Darray_serialization.h40 MOJO_COMPILE_ASSERT(sizeof(E) == sizeof(F), wrong_array_serializer); member in struct:mojo::internal::ArraySerializer
42 return sizeof(Array_Data<F>) + Align(input.size() * sizeof(E));
53 memcpy(output->storage(), &input.storage()[0], input.size() * sizeof(E));
58 memcpy(&result[0], input->storage(), input->size() * sizeof(E));
65 return sizeof(Array_Data<bool>) + Align((input.size() + 7) / 8);
92 return sizeof(Array_Data<H>) + Align(input.size() * sizeof(H));
123 size_t size = sizeof(Array_Dat
[all...]
/external/chromium_org/mojo/system/
H A Dhandle_signals_state.h44 static_assert(sizeof(HandleSignalsState) == sizeof(MojoHandleSignalsState), member in namespace:mojo::system
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSRule.cpp50 COMPILE_ASSERT(sizeof(CSSRule) == sizeof(SameSizeAsCSSRule), CSSRule_should_stay_small); member in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.cpp77 COMPILE_ASSERT(sizeof(ElementRareData) == sizeof(SameSizeAsElementRareData), ElementRareDataShouldStaySmall); member in namespace:blink
H A DNodeRareData.cpp47 COMPILE_ASSERT(sizeof(NodeRareData) == sizeof(SameSizeAsNodeRareData), NodeRareDataShouldStaySmall); member in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCompactHTMLToken.cpp41 COMPILE_ASSERT(sizeof(CompactHTMLToken) == sizeof(SameSizeAsCompactHTMLToken), CompactHTMLToken_should_stay_small); member in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBoxData.cpp35 COMPILE_ASSERT(sizeof(StyleBoxData) == sizeof(SameSizeAsStyleBoxData), StyleBoxData_should_not_grow); member in namespace:blink
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.cpp43 COMPILE_ASSERT(sizeof(TextRun) == sizeof(ExpectedTextRunSize), TextRun_is_not_of_expected_size); member in namespace:blink
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp7.cpp21 static_assert(sizeof(a) == sizeof(b), ""); variable
/external/deqp/framework/delibs/debase/
H A DdeDefs.c28 DE_STATIC_ASSERT(sizeof(deUint8) == 1);
29 DE_STATIC_ASSERT(sizeof(deUint16) == 2);
30 DE_STATIC_ASSERT(sizeof(deUint32) == 4);
31 DE_STATIC_ASSERT(sizeof(deUint64) == 8);
32 DE_STATIC_ASSERT(sizeof(deInt8) == 1);
33 DE_STATIC_ASSERT(sizeof(deInt16) == 2);
34 DE_STATIC_ASSERT(sizeof(deInt32) == 4);
35 DE_STATIC_ASSERT(sizeof(deInt64) == 8);
36 DE_STATIC_ASSERT(sizeof(deUintptr) == sizeof(voi variable
37 DE_STATIC_ASSERT(sizeof(deIntptr) == sizeof(void*)); variable
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DSizeLimits.cpp76 AlignedBuffer<inlineCapacity * sizeof(T), WTF_ALIGN_OF(T)> inlineBuffer;
79 COMPILE_ASSERT(sizeof(OwnPtr<int>) == sizeof(int*), OwnPtr_should_stay_small); member in namespace:WTF
80 COMPILE_ASSERT(sizeof(PassRefPtr<RefCounted<int> >) == sizeof(int*), PassRefPtr_should_stay_small); member in namespace:WTF
81 COMPILE_ASSERT(sizeof(RefCounted<int>) == sizeof(SameSizeAsRefCounted), RefCounted_should_stay_small); member in namespace:WTF
82 COMPILE_ASSERT(sizeof(RefPtr<RefCounted<int> >) == sizeof(int*), RefPtr_should_stay_small); member in namespace:WTF
83 COMPILE_ASSERT(sizeof(Strin member in namespace:WTF
84 COMPILE_ASSERT(sizeof(AtomicString) == sizeof(String), AtomicString_should_stay_small); member in namespace:WTF
85 COMPILE_ASSERT(sizeof(Vector<int>) == sizeof(SameSizeAsVectorWithInlineCapacity<int>), Vector_should_stay_small); member in namespace:WTF
86 COMPILE_ASSERT(sizeof(Vector<int, 1>) == sizeof(SameSizeAsVectorWithInlineCapacity<int, 1>), Vector_should_stay_small); member in namespace:WTF
87 COMPILE_ASSERT(sizeof(Vector<int, 2>) == sizeof(SameSizeAsVectorWithInlineCapacity<int, 2>), Vector_should_stay_small); member in namespace:WTF
88 COMPILE_ASSERT(sizeof(Vector<int, 3>) == sizeof(SameSizeAsVectorWithInlineCapacity<int, 3>), Vector_should_stay_small); member in namespace:WTF
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp54 static_assert(sizeof(packed) == sizeof(char) + sizeof(int), "not packed"); variable
/external/chromium_org/base/
H A Datomicops_internals_x86_msvc.h115 COMPILE_ASSERT(sizeof(Atomic64) == sizeof(PVOID), atomic_word_is_atomic); member in namespace:base::subtle
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter.h55 COMPILE_ASSERT(sizeof(ResettableFlags) == sizeof(Resettable), member in class:ProfileResetter

Completed in 618 milliseconds

12345