Searched refs:DE_PTR_SIZE (Results 1 – 14 of 14) 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
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…
229 #if (DE_PTR_SIZE == 4) in deIsPowerOfTwoSize()231 #elif (DE_PTR_SIZE == 8) in deIsPowerOfTwoSize()542 #if (DE_PTR_SIZE == 4) in dePointerHash()544 #elif (DE_PTR_SIZE == 8) in dePointerHash()
333 #if defined(DE_PTR_SIZE)336 # define DE_PTR_SIZE 8 macro338 # define DE_PTR_SIZE 4 /* default to 32-bit */ macro
521 #if (DE_PTR_SIZE == 8)523 #elif (DE_PTR_SIZE == 4)526 # 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()
114 << "DE_PTR_SIZE: " << DE_PTR_SIZE << "\n" in logBuildInfo()
663 #if (DE_PTR_SIZE == 4) in allocateManyPrimaryBuffersTest()768 #if (DE_PTR_SIZE == 4) in allocateManySecondaryBuffersTest()