Searched refs:DE_PTR_SIZE (Results 1 – 9 of 9) sorted by relevance
108 if (NOT DEFINED DE_PTR_SIZE)110 set(DE_PTR_SIZE ${CMAKE_SIZEOF_VOID_P}) variable112 set(DE_PTR_SIZE 4) variable118 if (DE_PTR_SIZE EQUAL 8)133 #if (NOT ((DE_PTR_SIZE EQUAL 4) OR (DE_PTR_SIZE EQUAL 8)))134 if (DE_PTR_SIZE EQUAL 4)135 elseif (DE_PTR_SIZE EQUAL 8)137 message(FATAL_ERROR "DE_PTR_SIZE (${DE_PTR_SIZE}) is invalid")157 message(STATUS "DE_PTR_SIZE = ${DE_PTR_SIZE}")171 add_definitions("-DDE_PTR_SIZE=${DE_PTR_SIZE}")
165 set(DE_PTR_SIZE 4) variable
128 return pointerToOffset<android::android_native_base_t>(gb, 2 * DE_PTR_SIZE); in getAndroidNativeBase()134 #if (DE_PTR_SIZE == 4) in getExpectedNativeBufferVersion()136 #elif (DE_PTR_SIZE == 8) in getExpectedNativeBufferVersion()139 # error Invalid DE_PTR_SIZE in getExpectedNativeBufferVersion()158 return *pointerToOffset<NativeBaseFunctions::incRefFunc>(base, 8 + DE_PTR_SIZE*4); in getNativeBaseIncRefFunc()164 return *pointerToOffset<NativeBaseFunctions::decRefFunc>(base, 8 + DE_PTR_SIZE*5); in getNativeBaseDecRefFunc()
38 DE_STATIC_ASSERT(DE_PTR_SIZE == sizeof(void*));41 …= DE_CPU_X86_64 || DE_CPU == DE_CPU_ARM_64 || DE_CPU == DE_CPU_MIPS_64) && (DE_PTR_SIZE == 8)) && \42 …!((DE_CPU == DE_CPU_X86 || DE_CPU == DE_CPU_ARM || DE_CPU == DE_CPU_MIPS) && (DE_PTR_SIZE…
325 #if defined(DE_PTR_SIZE)328 # define DE_PTR_SIZE 8 macro330 # define DE_PTR_SIZE 4 /* default to 32-bit */ macro
454 #if (DE_PTR_SIZE == 4) in dePointerHash()456 #elif (DE_PTR_SIZE == 8) in dePointerHash()
47 …DE_POOL_DEFAULT_ALLOC_ALIGNMENT = DE_PTR_SIZE /*!< Default alignment for pool allocations (in byt…
169 #if (DE_PTR_SIZE == 8) in parseWin32ProcessorInfo()
196 …dInfoStringCase (m_testCtx, "de_ptr_size", "DE_PTR_SIZE", de::toString(DE_PTR_SIZE).c_str())); in init()