HomeSort by relevance Sort by last modified time
    Searched defs:sizeof (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/compiler-rt/lib/interception/
interception_type_test.cc 22 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_t)) variable
36 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t)); variable
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 34 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(GLfloat) == 4)
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/
stdexcept.cpp 18 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); variable
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp 18 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); variable
  /external/deqp/framework/delibs/dethread/
deAtomic.c 28 DE_STATIC_ASSERT(sizeof(long) == sizeof(deInt32)); variable
deSingleton.c 28 DE_STATIC_ASSERT(sizeof(deSingletonState) == sizeof(deUint32)); variable
  /external/clang/test/Headers/
c11.c 27 _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
tgmath.c 16 _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(d), "") 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/
cxx11-exception-spec.cpp 6 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/
stdexcept.cpp 25 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); variable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp 25 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); variable
  /external/chromium_org/mojo/public/c/system/tests/
macros_unittest.cc 38 MOJO_COMPILE_ASSERT(sizeof(int64_t) == 2 * sizeof(int32_t), member in namespace:mojo::__anon12823
43 MOJO_COMPILE_ASSERT(sizeof(int32_t) == 2 * sizeof(int16_t),
  /external/chromium_org/mojo/system/
handle_signals_state.h 44 COMPILE_ASSERT(sizeof(HandleSignalsState) == sizeof(MojoHandleSignalsState), member in namespace:mojo::system
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRule.cpp 38 COMPILE_ASSERT(sizeof(CSSRule) == sizeof(SameSizeAsCSSRule), CSSRule_should_stay_small); member in namespace:WebCore
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleBoxData.cpp 35 COMPILE_ASSERT(sizeof(StyleBoxData) == sizeof(SameSizeAsStyleBoxData), StyleBoxData_should_not_grow); member in namespace:WebCore
  /external/deqp/framework/delibs/debase/
deDefs.c 28 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(void*)) variable
37 DE_STATIC_ASSERT(sizeof(deIntptr) == sizeof(void*)); variable
    [all...]
  /system/netd/include/
Fwmark.h 37 static_assert(sizeof(Fwmark) == sizeof(uint32_t), "The entire fwmark must fit into 32 bits"); variable
  /external/chromium_org/mojo/public/cpp/bindings/lib/
message_internal.h 24 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
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.cpp 77 COMPILE_ASSERT(sizeof(ElementRareData) == sizeof(SameSizeAsElementRareData), ElementRareDataShouldStaySmall); member in namespace:WebCore
NodeRareData.cpp 45 COMPILE_ASSERT(sizeof(NodeRareData) == sizeof(SameSizeAsNodeRareData), NodeRareDataShouldStaySmall); member in namespace:WebCore
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
CompactHTMLToken.cpp 41 COMPILE_ASSERT(sizeof(CompactHTMLToken) == sizeof(SameSizeAsCompactHTMLToken), CompactHTMLToken_should_stay_small); member in namespace:WebCore
  /external/chromium_org/third_party/WebKit/Source/platform/
EventTracer.cpp 41 COMPILE_ASSERT(sizeof(blink::Platform::TraceEventHandle) == sizeof(TraceEvent::TraceEventHandle), TraceEventHandle_types_must_be_compatible); member in namespace:WebCore
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiContext.cpp 37 COMPILE_ASSERT(sizeof(BidiContext) == sizeof(SameSizeAsBidiContext), BidiContext_should_stay_small); member in namespace:WebCore
TextRun.cpp 42 COMPILE_ASSERT(sizeof(TextRun) == sizeof(ExpectedTextRunSize), TextRun_is_not_of_expected_size); member in namespace:WebCore
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p7.cpp 21 static_assert(sizeof(a) == sizeof(b), ""); variable

Completed in 860 milliseconds

1 2 3 4 5