Searched refs:DE_PTR_SIZE (Results 1 – 16 of 16) sorted by relevance
106 if (NOT DEFINED DE_PTR_SIZE)108 set(DE_PTR_SIZE ${CMAKE_SIZEOF_VOID_P}) variable110 set(DE_PTR_SIZE 4) variable116 if (DE_PTR_SIZE EQUAL 8)131 #if (NOT ((DE_PTR_SIZE EQUAL 4) OR (DE_PTR_SIZE EQUAL 8)))132 if (DE_PTR_SIZE EQUAL 4)133 elseif (DE_PTR_SIZE EQUAL 8)135 message(FATAL_ERROR "DE_PTR_SIZE (${DE_PTR_SIZE}) is invalid")155 message(STATUS "DE_PTR_SIZE = ${DE_PTR_SIZE}")169 add_definitions("-DDE_PTR_SIZE=${DE_PTR_SIZE}")
165 set(DE_PTR_SIZE 4) variable
116 #if (DE_PTR_SIZE == 8)204 #if (DE_PTR_SIZE == 8) in deAtomicIncrementUSize()206 #elif (DE_PTR_SIZE == 4) in deAtomicIncrementUSize()220 #if (DE_PTR_SIZE == 8) in deAtomicDecrementUSize()222 #elif (DE_PTR_SIZE == 4) in deAtomicDecrementUSize()245 #if (DE_PTR_SIZE == 8) in deAtomicCompareExchangePtr()247 #elif (DE_PTR_SIZE == 4) in deAtomicCompareExchangePtr()
543 #if (DE_PTR_SIZE == 8) in deAtomic_selfTest()
136 return pointerToOffset<android::android_native_base_t>(gb, 2 * DE_PTR_SIZE); in getAndroidNativeBase()142 #if (DE_PTR_SIZE == 4) in getExpectedNativeBufferVersion()144 #elif (DE_PTR_SIZE == 8) in getExpectedNativeBufferVersion()147 # error Invalid DE_PTR_SIZE in getExpectedNativeBufferVersion()166 return *pointerToOffset<NativeBaseFunctions::incRefFunc>(base, 8 + DE_PTR_SIZE*4); in getNativeBaseIncRefFunc()172 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…
240 #if (DE_PTR_SIZE == 4) in deIsPowerOfTwoSize()242 #elif (DE_PTR_SIZE == 8) in deIsPowerOfTwoSize()289 #if (DE_PTR_SIZE == 4) in deSmallestGreaterOrEquallPowerOfTwoSize()291 #elif (DE_PTR_SIZE == 8) in deSmallestGreaterOrEquallPowerOfTwoSize()620 #if (DE_PTR_SIZE == 4) in dePointerHash()622 #elif (DE_PTR_SIZE == 8) in dePointerHash()
341 #if defined(DE_PTR_SIZE)344 # define DE_PTR_SIZE 8 macro346 # define DE_PTR_SIZE 4 /* default to 32-bit */ macro
526 #if (DE_PTR_SIZE == 8)528 #elif (DE_PTR_SIZE == 4)531 # error Unknwon DE_PTR_SIZE
47 …DE_POOL_DEFAULT_ALLOC_ALIGNMENT = DE_PTR_SIZE /*!< Default alignment for pool allocations (in byt…
169 #if (DE_PTR_SIZE == 8) in parseWin32ProcessorInfo()
194 …dInfoStringCase (m_testCtx, "de_ptr_size", "DE_PTR_SIZE", de::toString(DE_PTR_SIZE).c_str())); in init()
130 if (DE_COMPILER_IS_MSC AND (DE_PTR_SIZE EQUAL 4))
114 << "DE_PTR_SIZE: " << DE_PTR_SIZE << "\n" in logBuildInfo()
313 #if (DE_PTR_SIZE == 4) in iterate()
570 #if (DE_PTR_SIZE == 4) in allocateManyPrimaryBuffersTest()644 #if (DE_PTR_SIZE == 4) in allocateManySecondaryBuffersTest()